Uses of Interface
com.axemble.vdoc.sdk.interfaces.ITopic
Package
Description
-
Uses of ITopic in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionEzsSiteModule.createTopic
(IContext context, ISite site, String name, String label) EzsSiteModule.createTopic
(IContext context, ITopic parent, String name, String label) EzsExecutionContext.getTopic()
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
void
EzsSiteModule.copyPageContainerInTopic
(IContext context, IPageContainer pageContainer, ITopic topic) EzsSiteModule.createAlias
(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) EzsSiteModule.createPageContainer
(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer
(IContext context, ITopic topic, String name, String label) EzsSiteModule.createTopic
(IContext context, ITopic parent, String name, String label) EzsSiteModule.getAliases
(IContext context, ITopic parent) EzsSiteModule.getAliases
(IContext context, ITopic parent, boolean recursive) EzsSiteModule.getContentContainer
(IContext context, ITopic parent, String name) EzsSiteModule.getContentContainers
(IContext context, ITopic parent) EzsSiteModule.getContentContainers
(IContext context, ITopic parent, boolean recursive) EzsSiteModule.getPageContainer
(IContext context, ITopic topic, String name) EzsSiteModule.getPageContainers
(IContext context, ITopic parent) EzsSiteModule.getPageContainers
(IContext context, ITopic parent, boolean recursive) void
-
Uses of ITopic in com.axemble.vdoc.sdk.interfaces
-
Uses of ITopic in com.axemble.vdoc.sdk.interfaces.runtime
-
Uses of ITopic in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseSiteModule.createTopic
(IContext context, ISite site, String name, String label) Creates aITopic
object a the root level.IBaseSiteModule.createTopic
(IContext context, ITopic parent, String name, String label) Creates a subITopic
object.Gets a rootITopic
object by its name.Gets aITopic
object by its name.Access method to get aITopic
object from one of the followings: FolderImpl, java.io.Serializable.Modifier and TypeMethodDescriptionGets all the topics from a site at a root level.Gets all the sub-topics from a parentITopic
object.Modifier and TypeMethodDescriptionvoid
Approves all contents in a topic.void
IBaseSiteModule.copyPageContainerInTopic
(IContext context, IPageContainer pageContainer, ITopic topic) Copy a page in a topicIBaseSiteModule.createAlias
(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) IBaseSiteModule.createPageContainer
(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainer
object into aITopic
object.IBaseSiteModule.createPageContainer
(IContext context, ITopic topic, String name, String label) Creates aIPageContainer
object into aITopic
object.IBaseSiteModule.createTopic
(IContext context, ITopic parent, String name, String label) Creates a subITopic
object.Gets anIAlias
object by its name.IBaseSiteModule.getAliases
(IContext context, ITopic parent) Gets all the aliases of aITopic
object.IBaseSiteModule.getAliases
(IContext context, ITopic parent, boolean recursive) IBaseSiteModule.getContentContainer
(IContext context, ITopic parent, String name) IBaseSiteModule.getContentContainers
(IContext context, ITopic parent) IBaseSiteModule.getContentContainers
(IContext context, ITopic parent, boolean recursive) IBaseSiteModule.getPageContainer
(IContext context, ITopic topic, String name) Gets aIPageContainer
object from aITopic
object by its name.IBaseSiteModule.getPageContainers
(IContext context, ITopic parent) Gets all the pages from theITopic
object.IBaseSiteModule.getPageContainers
(IContext context, ITopic parent, boolean recursive) Gets aITopic
object by its name.Gets all the sub-topics from a parentITopic
object.