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 SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ITopicITopic.IType
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Constructor Details- 
EzsPlugin- Parameters:
- module-
- pluginImpl-
 
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getName
- 
getLabel
- 
getSiteDescription copied from interface:ITopicRetrieves the site of the topic.
- 
isRootpublic boolean isRoot()Description copied from interface:ITopicChecks if the current topic is the root.
- 
isSystempublic boolean isSystem()Description copied from interface:ITopicChecks if the current topic is a system topic.
- 
deleteDescription copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
- deletein interface- IDeletionSupport
- Parameters:
- context- The Execution context.
 
- 
getURIDescription copied from interface:IUriSupportGets the URI of the object supporting this interface- Specified by:
- getURIin interface- IUriSupport
- Returns:
- A String object.
 
- 
getSEO- Specified by:
- getSEOin interface- ISeoSupport
 
- 
setSEO- Specified by:
- setSEOin interface- ISeoSupport
 
- 
getScope
- 
getConfiguration- Specified by:
- getConfigurationin interface- IPlugin
 
- 
getActivatedDateDescription copied from interface:ITopicGets the activated date.- Specified by:
- getActivatedDatein interface- ITopic
- Returns:
- A Dateobject.
 
- 
getExpiredDateDescription copied from interface:ITopicGets the expired date.- Specified by:
- getExpiredDatein interface- ITopic
- Returns:
- A Dateobject.
 
- 
includeToIndexpublic void includeToIndex(boolean include) Description copied from interface:ITopicAllows to include the topic to the index.- Specified by:
- includeToIndexin interface- ITopic
- Parameters:
- include- The include parameter.
 
- 
includeToStatspublic void includeToStats(boolean include) Description copied from interface:ITopicAllows to include the topic to the statistics.- Specified by:
- includeToStatsin interface- ITopic
- Parameters:
- include- The include parameter.
 
- 
isActivepublic boolean isActive()Description copied from interface:ITopicChecks if the topic is active.
- 
isIncludedToIndexpublic boolean isIncludedToIndex()Description copied from interface:ITopicChecks if the topic is included to the index.- Specified by:
- isIncludedToIndexin interface- ITopic
- Returns:
- true if the topic is included to the index, false otherwise.
 
- 
isIncludedToStatspublic boolean isIncludedToStats()Description copied from interface:ITopicChecks if the topic is included to the statistics.- Specified by:
- isIncludedToStatsin interface- ITopic
- Returns:
- true if the topic is included to the statistics, false otherwise.
 
- 
setActivepublic void setActive(boolean active) Description copied from interface:ITopicAllows to activate the topic.
- 
getParentDescription copied from interface:ITopicGets the parent object.
 
-