Package com.axemble.vdoc.sdk.modules
Interface IBaseSiteModule
- All Known Subinterfaces:
ISiteModule
- All Known Implementing Classes:
EzsSiteModule
Deprecated, for removal: This API element is subject to removal in a future version.
use com.axemble.vdoc.sdk.modules.ISiteModule instead
The base site module interface.
Code sample :
// creation of a site module object
IBaseSiteModule siteModule = Modules.getSiteModule();
try
{
}
finally
{
// release the module
Modules.releaseModule( siteModule );
}
-
Method Summary
Modifier and TypeMethodDescriptionvoidapprove(IContext context, IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.Approves a content.voidDeprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a site.voidDeprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a topic.voidcopyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Deprecated, for removal: This API element is subject to removal in a future version.Copy a page in a topiccreateAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Deprecated, for removal: This API element is subject to removal in a future version.Creates anIAliasobject at the root level of a site.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) Deprecated, for removal: This API element is subject to removal in a future version.createBlock(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.createComponent(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.createContent(IContext context, IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) Deprecated, for removal: This API element is subject to removal in a future version.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject.createPageContainer(IContext context, ISite site, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.createPageContainer(IContext context, ITopic topic, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.voidcreatePlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Deprecated, for removal: This API element is subject to removal in a future version.Create a plugin in a topiccreateProtocolSupport(String freeURL) Deprecated, for removal: This API element is subject to removal in a future version.Creates a genericIProtocolSupportobject from an URL.createSite(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site and associates it to aILibrary(same organization).createSite(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site into anIOrganizationobject.createTopic(IContext context, ISite site, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aITopicobject a the root level.createTopic(IContext context, ITopic parent, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates a subITopicobject.voidDeprecated, for removal: This API element is subject to removal in a future version.Deletes an element.Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIAliasobject from one of the followings: AliasImpl, java.io.Serializable.getAliases(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases from the root level of theISiteobject.getAliases(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.getAliases(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases of aITopicobject.getAliases(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIBlockobject from one of the followings: BlockImpl, java.io.Serializable.getBlockTemplateContainer(Object blockTemplateContainerObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIBlockTemplateContainerobject from one of the followings: TemplateImpl, java.io.Serializable.getBlockTemplateContainerByURI(IContext context, String uri) Deprecated, for removal: This API element is subject to removal in a future version.getBlockTemplateContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.getBlockTemplateContainers(IContext context, ISite site, int type) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the templates.getCatalog(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the catalog of the site.getComponent(Object componentObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIComponentobject from one of the followings: ElementImpl.getContent(Object contentObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentobject from one of the followings: ContentVersionImpl, java.io.Serializable.getContentByStatus(IContentContainer contentContainer, int status) Deprecated, for removal: This API element is subject to removal in a future version.Gets a content of a container by its status.getContentComponent(Object contentComponentObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentComponentobject from one of the followings: ContentNodeImpl.getContentContainer(IContext context, ISite site, String name) Deprecated, for removal: This API element is subject to removal in a future version.getContentContainer(IContext context, ITopic parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.getContentContainer(Object contentContainerObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentContainerobject from one of the followings: PageImpl, CommonBlockImpl, TemplateImpl, java.io.Serializable.getContentContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.getContentContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.getContentContainers(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.getContentContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.getContents(IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.getElementByProtocolURI(String protocolURI) Deprecated, for removal: This API element is subject to removal in a future version.Gets anIElementobject which implementsIProtocolSupportinterface.getElementByURI(IContext context, String uri) Deprecated, for removal: This API element is subject to removal in a future version.Gets anIElementby its URI.Deprecated, for removal: This API element is subject to removal in a future version.Gets the specific execution context of the current module.com.axemble.vdoc.sdk.interfaces.ui.components.IComponentsFactoryDeprecated.do not usecom.axemble.vdoc.sdk.interfaces.ui.definitions.IDefinitionsFactoryDeprecated.do not useDeprecated, for removal: This API element is subject to removal in a future version.getPageContainer(IContext context, ISite site, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootIPageContainerobject by its name.getPageContainer(IContext context, ITopic topic, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIPageContainerobject from aITopicobject by its name.getPageContainer(Object pageContainerObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIPageContainerobject from one of the followings: PageImpl, java.io.Serializable.getPageContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from a site at a root level.getPageContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.getPageContainers(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from theITopicobject.getPageContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIPluginobject from one of the followings: ModuleImpl, java.io.Serializable.getPlugins(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the plugins from a site at root level.getPlugins(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) Deprecated, for removal: This API element is subject to removal in a future version.getSecurityController(ISecuritySupport securitySupport) Deprecated, for removal: This API element is subject to removal in a future version.Gets a security controller on a specified object.getSharedBlockContainer(Object sharedBlockContainerObject) Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aISharedBlockContainerobject from one of the followings: CommonBlockImpl, java.io.Serializable.Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aISiteobject from one of the followings: SiteImpl, java.io.Serializable.getSiteByName(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a site by its name.getSystemBlockTemplateContainer(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootITopicobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets aITopicobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aITopicobject from one of the followings: FolderImpl, java.io.Serializable.Deprecated, for removal: This API element is subject to removal in a future version.Gets all the topics from a site at a root level.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets all the sub-topics from a parentITopicobject.Deprecated, for removal: This API element is subject to removal in a future version.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.voidreject(IContext context, IContentContainer contentContainer, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Rejects an approval request.voidrequestApproval(IContext context, IContentContainer contentContainer, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Requests an approval of the content.voidDeprecated, for removal: This API element is subject to removal in a future version.Saves or updates an element.Methods inherited from interface com.axemble.vdoc.sdk.modules.IModule
beginTransaction, beginTransaction, commitTransaction, commitTransaction, convertId, findNativeClass, generateSystemName, getAnonymous, getAnonymousContext, getContext, getContext, getContextByLogin, getElementFromExternalElement, getExternalElement, getExternalElement, getLoggedOnUser, getLoggedOnUserContext, getLoggedOnUserLanguage, getProtocolPath, getProtocolPath, getProtocolURI, getProtocolURI, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysadmin, getSysadminContext, getTranslation, getTranslationForLanguage, getTranslationKey, initialize, isTransactionActive, rollbackTransaction, rollbackTransaction, setTransactionTimeout, unInitialize
-
Method Details
-
createSite
ISite createSite(IContext context, IOrganization organization, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site into anIOrganizationobject.- Parameters:
context- The execution context.organization- TheIOrganizationobject.name- The name of the site.- Returns:
- A
ISiteobject. - Throws:
SiteModuleException- The default module exception.
-
createSite
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site and associates it to aILibrary(same organization).- Parameters:
context- The execution context.library- TheILibraryobject.name- The name of the site.- Returns:
- A
ISiteobject. - Throws:
SiteModuleException- The default module exception.
-
getSiteByName
Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a site by its name.- Parameters:
context- The execution context.name- The name of the site.- Returns:
- A
ISiteobject. - Throws:
SiteModuleException- The default module exception.
-
getCatalog
Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the catalog of the site.- Parameters:
context- The execution context.site- TheISiteobject.- Returns:
- A
ICatalogobject. - Throws:
SiteModuleException- The default module exception.
-
getResourceDefinition
IResourceDefinition getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getView
IView getView(IContext context, IResourceDefinition resourceDefinition, String viewName) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
copyPageContainerInTopic
void copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Copy a page in a topic- Parameters:
context- The execution context.pageContainer- The page to copytopic- The topic destination- Throws:
SiteModuleException
-
createTopic
ITopic createTopic(IContext context, ISite site, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates aITopicobject a the root level.- Parameters:
context- The execution context.site- TheISiteobject.name- The name of the topic.label- The label of the topic.- Returns:
- A
ITopicobject. - Throws:
SiteModuleException- The default module exception.
-
createTopic
ITopic createTopic(IContext context, ITopic parent, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates a subITopicobject.- Parameters:
context- The execution context.parent- The parentITopicobject.name- The name of the topic.label- The label of the topic.- Returns:
- A
ITopicobject. - Throws:
SiteModuleException- The default module exception.
-
createPlugin
void createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Create a plugin in a topic- Parameters:
context- The execution contextparentUri-pluginConfigurationBean-- Throws:
SiteModuleException
-
getTopic
Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootITopicobject by its name.- Parameters:
context- The execution context.site- TheISiteobject.name- The system name of the topic.- Returns:
- A
ITopicobject. - Throws:
SiteModuleException- The default module exception.
-
getTopic
Deprecated, for removal: This API element is subject to removal in a future version.Gets aITopicobject by its name.- Parameters:
context- The execution context.parent- TheITopicobject.name- The system name of the topic.- Returns:
- A
ITopicobject. - Throws:
SiteModuleException- The default module exception.
-
getTopics
Deprecated, for removal: This API element is subject to removal in a future version.Gets all the topics from a site at a root level.- Parameters:
context- The execution context.site- TheISiteobject.- Returns:
- A java.util.Collection of
ITopicobjects. - Throws:
SiteModuleException- The default module exception.
-
getTopics
Collection<ITopic> getTopics(IContext context, ISite site, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getTopics
Deprecated, for removal: This API element is subject to removal in a future version.Gets all the sub-topics from a parentITopicobject.- Parameters:
context- The execution context.parent- TheITopicobject.- Returns:
- A java.util.Collection of
ITopicobjects. - Throws:
SiteModuleException- The default module exception.
-
getTopics
Collection<ITopic> getTopics(IContext context, ITopic parent, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getPlugins
Deprecated, for removal: This API element is subject to removal in a future version.Gets all the plugins from a site at root level.- Parameters:
context- The execution context.parent- TheITopicobject.- Returns:
- A java.util.Collection of
IPluginobjects. - Throws:
SiteModuleException- The default module exception.
-
getPlugins
Collection<IPlugin> getPlugins(IContext context, ISite site, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getBlockTemplateContainerByURI
IBlockTemplateContainer getBlockTemplateContainerByURI(IContext context, String uri) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getSystemBlockTemplateContainer
IBlockTemplateContainer getSystemBlockTemplateContainer(IContext context, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getBlockTemplateContainers
Collection<IBlockTemplateContainer> getBlockTemplateContainers(IContext context, ISite site, int type) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets all the templates.- Parameters:
context- The execution context.type-- Returns:
- A java.util.Collection of
IBlockTemplateContainerobjects. - Throws:
SiteModuleException
-
getBlockTemplateContainers
Collection<IBlockTemplateContainer> getBlockTemplateContainers(IContext context, ISite site) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
createPageContainer
IPageContainer createPageContainer(IContext context, ISite site, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject.- Parameters:
context- The execution context.site- TheISiteobject.name- The name of the page.label- The label of the page.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- The default module exception.
-
createPageContainer
IPageContainer createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject. This method allows to base the draftIContentof theIPageContainerto a block template container.- Parameters:
context- The execution context.site- TheISiteobject.templateContainer- The block template container.name- The name of the page.label- The label of the page.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- The default module exception.
-
createPageContainer
IPageContainer createPageContainer(IContext context, ITopic topic, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.- Parameters:
context- The execution context.topic- TheITopicobject.name- The name of the page.label- The label of the page.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- The default module exception.
-
createPageContainer
IPageContainer createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.- Parameters:
context- The execution context.topic- TheITopicobject.templateContainer- The block template container.name- The name of the page.label- The label of the page.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- SiteModuleException The default module exception.
-
getPageContainer
IPageContainer getPageContainer(IContext context, ISite site, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootIPageContainerobject by its name.- Parameters:
context- The execution context.site- TheISiteobject.name- The system name of the topic.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- The default module exception.
-
getPageContainer
IPageContainer getPageContainer(IContext context, ITopic topic, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets aIPageContainerobject from aITopicobject by its name.- Parameters:
context- The execution context.topic- TheITopicobject.name- The system name of the topic.- Returns:
- A
IPageContainerobject. - Throws:
SiteModuleException- The default module exception.
-
getPageContainers
Collection<IPageContainer> getPageContainers(IContext context, ISite site) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from a site at a root level.- Parameters:
context- The execution context.site- TheISiteobject.- Returns:
- A java.util.Collection of
ITopicobjects. - Throws:
SiteModuleException- The default module exception.
-
getPageContainers
Collection<IPageContainer> getPageContainers(IContext context, ISite site, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getPageContainers
Collection<IPageContainer> getPageContainers(IContext context, ITopic parent) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from theITopicobject.- Parameters:
context- The execution context.parent- TheITopicobject.- Returns:
- A java.util.Collection of
ITopicobjects. - Throws:
SiteModuleException- The default module exception.
-
getPageContainers
Collection<IPageContainer> getPageContainers(IContext context, ITopic parent, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
createProtocolSupport
Deprecated, for removal: This API element is subject to removal in a future version.Creates a genericIProtocolSupportobject from an URL.- Parameters:
freeURL- The free URL.- Returns:
- A
IProtocolSupportobject. - Throws:
SiteModuleException- The default module exception.
-
createAlias
IAlias createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Creates anIAliasobject at the root level of a site.- Parameters:
context- The execution context.site- TheISiteobject.name- The name of the alias.label- The label of the alias.protocolSupport- TheIProtocolSupportobject to point to.- Returns:
- A
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
createAlias
IAlias createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
context- The execution context.topic- TheITopicobject.name- The name of the alias.label- The label of the alias.protocolSupport- TheIProtocolSupportobject to point to.- Returns:
- A
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
getAlias
Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.- Parameters:
context- The execution context.site- TheISiteobject.name- The name of the alias.- Returns:
- A
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
getAlias
Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.- Parameters:
context- The execution context.parent- TheITopicobject.name- The name of the alias.- Returns:
- A
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
getAliases
Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases from the root level of theISiteobject.- Parameters:
context- The execution context.site- TheISiteobject.- Returns:
- A java.util.Collection of
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
getAliases
Collection<IAlias> getAliases(IContext context, ISite site, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getAliases
Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases of aITopicobject.- Parameters:
context- The execution context.parent- TheITopicobject.- Returns:
- A java.util.Collection of
IAliasobject. - Throws:
SiteModuleException- The default module exception.
-
getAliases
Collection<IAlias> getAliases(IContext context, ITopic parent, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainer
IContentContainer getContentContainer(IContext context, ISite site, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainer
IContentContainer getContentContainer(IContext context, ITopic parent, String name) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainers
Collection<IContentContainer> getContentContainers(IContext context, ISite site) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainers
Collection<IContentContainer> getContentContainers(IContext context, ISite site, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainers
Collection<IContentContainer> getContentContainers(IContext context, ITopic parent) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentContainers
Collection<IContentContainer> getContentContainers(IContext context, ITopic parent, boolean recursive) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
createContent
IContent createContent(IContext context, IContentContainer contentContainer) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
createContent
IContent createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
requestApproval
void requestApproval(IContext context, IContentContainer contentContainer, String comment) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Requests an approval of the content.- Parameters:
context- The execution context.contentContainer- TheIContentContainerobject to approve.comment- The comment why rejecting the approval.- Throws:
SiteModuleException- The default module exception.
-
approve
Deprecated, for removal: This API element is subject to removal in a future version.Approves a content.- Parameters:
context- The execution context.contentContainer- TheIContentContainerobject.- Throws:
SiteModuleException- The default module exception.
-
approve
Deprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a topic.- Parameters:
context- The execution context.topic- TheITopicobject.- Throws:
SiteModuleException- The default module exception.
-
approve
Deprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a site.- Parameters:
context- The execution context.site- TheISiteobject.- Throws:
SiteModuleException- The default module exception.
-
reject
void reject(IContext context, IContentContainer contentContainer, String comment) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Rejects an approval request.- Parameters:
context- The execution context.contentContainer- TheIContentContainerobject to reject.comment- The comment why rejecting the approval.- Throws:
SiteModuleException- The default module exception.
-
createBlock
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
createComponent
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getContentByStatus
IContent getContentByStatus(IContentContainer contentContainer, int status) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets a content of a container by its status.- Parameters:
contentContainer- The content container object.status- The value of the status which could be one of theIContent.IStatusstructure.- Returns:
- A
IContentobject. - Throws:
SiteModuleException
-
getContents
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
save
Deprecated, for removal: This API element is subject to removal in a future version.Saves or updates an element.- Parameters:
context- The execution context.site- TheIElementobject to save or update.- Throws:
SiteModuleException- The default module exception.
-
delete
Deprecated, for removal: This API element is subject to removal in a future version.Deletes an element.- Parameters:
context- The execution context.site- TheIElementobject to delete.- Throws:
SiteModuleException- The default module exception.
-
getSecurityController
ISecurityController getSecurityController(ISecuritySupport securitySupport) throws SiteModuleException Deprecated, for removal: This API element is subject to removal in a future version.Gets a security controller on a specified object.- Parameters:
securitySupport- Any IElement that implements ISecuritySupport interface.- Returns:
- The
ISecurityControllerobject. - Throws:
SiteModuleException- The default module exception.
-
getMessageController
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SiteModuleException
-
getSite
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aISiteobject from one of the followings: SiteImpl, java.io.Serializable.- Parameters:
siteObject- The object to transform.- Returns:
- A
ISiteobject.
-
getTopic
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aITopicobject from one of the followings: FolderImpl, java.io.Serializable.- Parameters:
topicObject- The object to transform.- Returns:
- A
ITopicobject.
-
getAlias
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIAliasobject from one of the followings: AliasImpl, java.io.Serializable.- Parameters:
topicObject- The object to transform.- Returns:
- A
IAliasobject.
-
getPlugin
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIPluginobject from one of the followings: ModuleImpl, java.io.Serializable.- Parameters:
pluginObject- The object to transform.- Returns:
- A
IPluginobject.
-
getContentContainer
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentContainerobject from one of the followings: PageImpl, CommonBlockImpl, TemplateImpl, java.io.Serializable.- Parameters:
contentContainerObject- The object to transform.- Returns:
- A
IContentContainerobject.
-
getPageContainer
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIPageContainerobject from one of the followings: PageImpl, java.io.Serializable.- Parameters:
contentContainerObject- The object to transform.- Returns:
- A
IPageContainerobject.
-
getBlockTemplateContainer
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIBlockTemplateContainerobject from one of the followings: TemplateImpl, java.io.Serializable.- Parameters:
contentContainerObject- The object to transform.- Returns:
- A
IBlockTemplateContainerobject.
-
getContent
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentobject from one of the followings: ContentVersionImpl, java.io.Serializable.- Parameters:
contentObject- The object to transform.- Returns:
- A
IContentobject.
-
getContentComponent
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIContentComponentobject from one of the followings: ContentNodeImpl.- Parameters:
contentObject- The object to transform.- Returns:
- A
IContentComponentobject.
-
getBlock
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIBlockobject from one of the followings: BlockImpl, java.io.Serializable.- Parameters:
contentObject- The object to transform.- Returns:
- A
IBlockobject.
-
getComponent
Deprecated, for removal: This API element is subject to removal in a future version.Access method to get aIComponentobject from one of the followings: ElementImpl.- Parameters:
contentObject- The object to transform.- Returns:
- A
IComponentobject.
-
getElementByProtocolURI
Deprecated, for removal: This API element is subject to removal in a future version.Gets anIElementobject which implementsIProtocolSupportinterface.- Parameters:
protocolURI- The protocol URI as a java.lang.String.- Returns:
- A
IProtocolSupportobject. - Throws:
ModuleException- default module exception.
-
getElementByURI
Deprecated, for removal: This API element is subject to removal in a future version.Gets anIElementby its URI.- Parameters:
context- The execution context.uri- The URI as a java.lang.String.- Returns:
- A
IElementobject. - Throws:
ModuleException- default module exception.
-
getExecutionContext
ISiteExecutionContext getExecutionContext()Deprecated, for removal: This API element is subject to removal in a future version.Gets the specific execution context of the current module.- Returns:
- A
ISiteExecutionContextobject.
-
getFormsComponentsFactory
@Deprecated com.axemble.vdoc.sdk.interfaces.ui.components.IComponentsFactory getFormsComponentsFactory()Deprecated.do not use -
getFormsDefinitionsFactory
@Deprecated com.axemble.vdoc.sdk.interfaces.ui.definitions.IDefinitionsFactory getFormsDefinitionsFactory()Deprecated.do not use
-