Package com.axemble.vdoc.sdk.impl
Class EzsPlugin
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsPlugin
- All Implemented Interfaces:
IElement,IPlugin,ITopic,IDeletionSupport,IProtocolSupport,ISecuritySupport,ISeoSupport,IUriSupport,Serializable
- Author:
- vlygeros
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ITopic
ITopic.IType -
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeletes theIElementobject.Gets the activated date.Gets the expired date.getLabel()getName()Gets the native object underneath.Gets the parent object.getScope()getSEO()getSite()Retrieves the site of the topic.getURI()Gets the URI of the object supporting this interfacevoidincludeToIndex(boolean include) Allows to include the topic to the index.voidincludeToStats(boolean include) Allows to include the topic to the statistics.booleanisActive()Checks if the topic is active.booleanChecks if the topic is included to the index.booleanChecks if the topic is included to the statistics.booleanisRoot()Checks if the current topic is the root.booleanisSystem()Checks if the current topic is a system topic.voidsetActive(boolean active) Allows to activate the topic.voidMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Constructor Details
-
EzsPlugin
- Parameters:
module-pluginImpl-
-
-
Method Details
-
getNativeObject
Description copied from interface:IElementGets the native object underneath.- Specified by:
getNativeObjectin interfaceIElement- Returns:
- an object.
-
getName
-
getLabel
-
getSite
Description copied from interface:ITopicRetrieves the site of the topic. -
isRoot
public boolean isRoot()Description copied from interface:ITopicChecks if the current topic is the root. -
isSystem
public boolean isSystem()Description copied from interface:ITopicChecks if the current topic is a system topic. -
delete
Description copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
deletein interfaceIDeletionSupport- Parameters:
context- The Execution context.
-
getURI
Description copied from interface:IUriSupportGets the URI of the object supporting this interface- Specified by:
getURIin interfaceIUriSupport- Returns:
- A String object.
-
getSEO
- Specified by:
getSEOin interfaceISeoSupport
-
setSEO
- Specified by:
setSEOin interfaceISeoSupport
-
getScope
-
getConfiguration
- Specified by:
getConfigurationin interfaceIPlugin
-
getActivatedDate
Description copied from interface:ITopicGets the activated date.- Specified by:
getActivatedDatein interfaceITopic- Returns:
- A
Dateobject.
-
getExpiredDate
Description copied from interface:ITopicGets the expired date.- Specified by:
getExpiredDatein interfaceITopic- Returns:
- A
Dateobject.
-
includeToIndex
public void includeToIndex(boolean include) Description copied from interface:ITopicAllows to include the topic to the index.- Specified by:
includeToIndexin interfaceITopic- Parameters:
include- The include parameter.
-
includeToStats
public void includeToStats(boolean include) Description copied from interface:ITopicAllows to include the topic to the statistics.- Specified by:
includeToStatsin interfaceITopic- Parameters:
include- The include parameter.
-
isActive
public boolean isActive()Description copied from interface:ITopicChecks if the topic is active. -
isIncludedToIndex
public boolean isIncludedToIndex()Description copied from interface:ITopicChecks if the topic is included to the index.- Specified by:
isIncludedToIndexin interfaceITopic- Returns:
- true if the topic is included to the index, false otherwise.
-
isIncludedToStats
public boolean isIncludedToStats()Description copied from interface:ITopicChecks if the topic is included to the statistics.- Specified by:
isIncludedToStatsin interfaceITopic- Returns:
- true if the topic is included to the statistics, false otherwise.
-
setActive
public void setActive(boolean active) Description copied from interface:ITopicAllows to activate the topic. -
getParent
Description copied from interface:ITopicGets the parent object.
-