Package | Description |
---|---|
com.axemble.vdoc.sdk.document.extensions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.runtime | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IContent |
BaseEditorExtension.getContent() |
Modifier and Type | Interface and Description |
---|---|
interface |
IBlockTemplate
This class represents a block template.
|
interface |
IPage
This class represents a page of a site.
|
interface |
ISharedBlock
This class represents a shared block which could be included on several site pages.
|
Modifier and Type | Method and Description |
---|---|
IContent |
IContentContainer.getContent(int status)
Retrieves a
IContent by the IContentContainer.IStatus . |
Modifier and Type | Method and Description |
---|---|
IContent |
ISiteExecutionContext.getContent()
Gets the current content.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSiteExecutionContext.setContent(IContent content) |
Modifier and Type | Method and Description |
---|---|
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer) |
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer,
IBlockTemplateContainer templateContainer) |
IContent |
IBaseSiteModule.getContent(Object contentObject)
Access method to get a
IContent object from one of the followings: ContentVersionImpl, java.io.Serializable. |
IContent |
IBaseSiteModule.getContentByStatus(IContentContainer contentContainer,
int status)
Gets a content of a container by its status.
|
Modifier and Type | Method and Description |
---|---|
Collection<IContent> |
IBaseSiteModule.getContents(IContentContainer contentContainer) |
Copyright © 2022 Visiativ. All rights reserved.