Uses of Interface
com.axemble.vdoc.sdk.interfaces.IBlockTemplateContainer
Packages that use IBlockTemplateContainer
Package
Description
- 
Uses of IBlockTemplateContainer in com.axemble.vdoc.sdk.implClasses in com.axemble.vdoc.sdk.impl that implement IBlockTemplateContainerMethods in com.axemble.vdoc.sdk.impl that return IBlockTemplateContainerModifier and TypeMethodDescriptionEzsBlock.getBlockTemplateContainer()EzsSiteModule.getBlockTemplateContainer(Object blockTemplateContainerObject) EzsSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) EzsSiteModule.getSystemBlockTemplateContainer(IContext context, String name) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IBlockTemplateContainerModifier and TypeMethodDescriptionEzsSiteModule.getBlockTemplateContainers(IContext context, ISite site) EzsSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Methods in com.axemble.vdoc.sdk.impl with parameters of type IBlockTemplateContainerModifier and TypeMethodDescriptionEzsSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) EzsSiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) voidEzsBlock.setBlockTemplateContainer(IBlockTemplateContainer blockTemplateContainer) 
- 
Uses of IBlockTemplateContainer in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IBlockTemplateContainerMethods in com.axemble.vdoc.sdk.interfaces with parameters of type IBlockTemplateContainerModifier and TypeMethodDescriptionvoidIBlock.setBlockTemplateContainer(IBlockTemplateContainer blockTemplateContainer) Sets the block template container.
- 
Uses of IBlockTemplateContainer in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IBlockTemplateContainerModifier and TypeMethodDescriptionIBaseSiteModule.getBlockTemplateContainer(Object blockTemplateContainerObject) Access method to get aIBlockTemplateContainerobject from one of the followings: TemplateImpl, java.io.Serializable.IBaseSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) IBaseSiteModule.getSystemBlockTemplateContainer(IContext context, String name) Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IBlockTemplateContainerModifier and TypeMethodDescriptionIBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site) IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Gets all the templates.Methods in com.axemble.vdoc.sdk.modules with parameters of type IBlockTemplateContainerModifier and TypeMethodDescriptionIBaseSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) IBaseSiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject into aITopicobject.