Uses of Interface
com.axemble.vdoc.sdk.interfaces.ITopic
Packages that use ITopic
Package
Description
-
Uses of ITopic in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement ITopicMethods in com.axemble.vdoc.sdk.impl that return ITopicModifier and TypeMethodDescriptionEzsSiteModule.createTopic
(IContext context, ISite site, String name, String label) EzsSiteModule.createTopic
(IContext context, ITopic parent, String name, String label) EzsExecutionContext.getTopic()
Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type ITopicModifier and TypeMethodDescriptionMethods in com.axemble.vdoc.sdk.impl with parameters of type ITopicModifier 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
Subinterfaces of ITopic in com.axemble.vdoc.sdk.interfaces -
Uses of ITopic in com.axemble.vdoc.sdk.interfaces.runtime
Methods in com.axemble.vdoc.sdk.interfaces.runtime that return ITopicMethods in com.axemble.vdoc.sdk.interfaces.runtime with parameters of type ITopic -
Uses of ITopic in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return ITopicModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type ITopicModifier and TypeMethodDescriptionGets all the topics from a site at a root level.Gets all the sub-topics from a parentITopic
object.Methods in com.axemble.vdoc.sdk.modules with parameters of type ITopicModifier 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.