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 |
---|---|
IContentContainer |
BaseEditorExtension.getContentContainer() |
Modifier and Type | Interface and Description |
---|---|
interface |
IBlockTemplateContainer
This interface represents a block template container.
|
interface |
IPageContainer
This interface represents a page container.
|
interface |
ISharedBlockContainer
This interface represents a shared block container.
|
Modifier and Type | Method and Description |
---|---|
IContentContainer |
IContent.getContentContainer()
Gets the content container object.
|
Modifier and Type | Method and Description |
---|---|
IContentContainer |
ISiteExecutionContext.getContentContainer()
Gets the current content container.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSiteExecutionContext.setContentContainer(IContentContainer contentContainer) |
Modifier and Type | Method and Description |
---|---|
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ISite site,
String name) |
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ITopic parent,
String name) |
IContentContainer |
IBaseSiteModule.getContentContainer(Object contentContainerObject)
Access method to get a
IContentContainer object from one of the followings: PageImpl, CommonBlockImpl, TemplateImpl, java.io.Serializable. |
Modifier and Type | Method and Description |
---|---|
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site,
boolean recursive) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
void |
IBaseSiteModule.approve(IContext context,
IContentContainer contentContainer)
Approves a content.
|
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer) |
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer,
IBlockTemplateContainer templateContainer) |
IContent |
IBaseSiteModule.getContentByStatus(IContentContainer contentContainer,
int status)
Gets a content of a container by its status.
|
Collection<IContent> |
IBaseSiteModule.getContents(IContentContainer contentContainer) |
void |
IBaseSiteModule.reject(IContext context,
IContentContainer contentContainer,
String comment)
Rejects an approval request.
|
void |
IBaseSiteModule.requestApproval(IContext context,
IContentContainer contentContainer,
String comment)
Requests an approval of the content.
|
Copyright © 2021 Visiativ Software. All rights reserved.