Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IBlockTemplateContainer |
IBlock.getBlockTemplateContainer()
Gets the inherited block.
|
Modifier and Type | Method and Description |
---|---|
void |
IBlock.setBlockTemplateContainer(IBlockTemplateContainer blockTemplateContainer)
Sets the block template container.
|
Modifier and Type | Method and Description |
---|---|
IBlockTemplateContainer |
IBaseSiteModule.getBlockTemplateContainer(Object blockTemplateContainerObject)
Access method to get a
IBlockTemplateContainer object from one of the followings: TemplateImpl, java.io.Serializable. |
IBlockTemplateContainer |
IBaseSiteModule.getBlockTemplateContainerByURI(IContext context,
String uri) |
IBlockTemplateContainer |
IBaseSiteModule.getSystemBlockTemplateContainer(IContext context,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site) |
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site,
int type)
Gets all the templates.
|
Modifier and Type | Method and Description |
---|---|
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer,
IBlockTemplateContainer templateContainer) |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ISite site,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object at the root level of a ISite object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ITopic topic,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object into a ITopic object. |
Copyright © 2022 Visiativ. All rights reserved.