Uses of Interface
com.axemble.vdoc.sdk.interfaces.ITopic
Packages that use ITopic
Package
Description
- 
Uses of ITopic in com.axemble.vdoc.sdk.implClasses 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 TypeMethodDescriptionvoidvoidEzsSiteModule.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.interfacesSubinterfaces of ITopic in com.axemble.vdoc.sdk.interfaces
- 
Uses of ITopic in com.axemble.vdoc.sdk.interfaces.runtimeMethods 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.modulesMethods in com.axemble.vdoc.sdk.modules that return ITopicModifier and TypeMethodDescriptionIBaseSiteModule.createTopic(IContext context, ISite site, String name, String label) Creates aITopicobject a the root level.IBaseSiteModule.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.Gets a rootITopicobject by its name.Gets aITopicobject by its name.Access method to get aITopicobject 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 parentITopicobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type ITopicModifier and TypeMethodDescriptionvoidApproves all contents in a topic.voidIBaseSiteModule.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 aIPageContainerobject into aITopicobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) Creates aIPageContainerobject into aITopicobject.IBaseSiteModule.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.Gets anIAliasobject by its name.IBaseSiteModule.getAliases(IContext context, ITopic parent) Gets all the aliases of aITopicobject.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 aIPageContainerobject from aITopicobject by its name.IBaseSiteModule.getPageContainers(IContext context, ITopic parent) Gets all the pages from theITopicobject.IBaseSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) Gets aITopicobject by its name.Gets all the sub-topics from a parentITopicobject.