Package com.axemble.vdoc.sdk.modules
Interface ISiteModule
- All Superinterfaces:
IBaseSiteModule
,IModule
,Remote
- All Known Implementing Classes:
EzsSiteModule
The base site module interface.
Code sample :
// creation of a site module object
ISiteModule siteModule = Modules.getSiteModule();
try
{
}
finally
{
// release the module
Modules.releaseModule( siteModule );
}
- Since:
- 2.1
- Version:
- 1.0, 16/06/2009
- Author:
- vlygeros
-
Method Summary
Modifier and TypeMethodDescriptioncom.axemble.sdk.blocks.BlocksFactory
Deprecated, for removal: This API element is subject to removal in a future version.Use new com.axemble.sdk.blocks.BlocksFactory(ISiteModule) instead.com.axemble.sdk.components.ComponentsFactory
Deprecated, for removal: This API element is subject to removal in a future version.Use new com.axemble.sdk.components.ComponentsFactory(ISiteModule) instead.Methods inherited from interface com.axemble.vdoc.sdk.modules.IBaseSiteModule
approve, approve, approve, copyPageContainerInTopic, createAlias, createAlias, createBlock, createComponent, createContent, createContent, createPageContainer, createPageContainer, createPageContainer, createPageContainer, createPlugin, createProtocolSupport, createSite, createSite, createTopic, createTopic, delete, getAlias, getAlias, getAlias, getAliases, getAliases, getAliases, getAliases, getBlock, getBlockTemplateContainer, getBlockTemplateContainerByURI, getBlockTemplateContainers, getBlockTemplateContainers, getCatalog, getComponent, getContent, getContentByStatus, getContentComponent, getContentContainer, getContentContainer, getContentContainer, getContentContainers, getContentContainers, getContentContainers, getContentContainers, getContents, getElementByProtocolURI, getElementByURI, getExecutionContext, getFormsComponentsFactory, getFormsDefinitionsFactory, getMessageController, getPageContainer, getPageContainer, getPageContainer, getPageContainers, getPageContainers, getPageContainers, getPageContainers, getPlugin, getPlugins, getPlugins, getResourceDefinition, getSecurityController, getSharedBlockContainer, getSite, getSiteByName, getSystemBlockTemplateContainer, getTopic, getTopic, getTopic, getTopics, getTopics, getTopics, getTopics, getView, reject, requestApproval, save
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
-
getComponentsFactory
@Deprecated(since="2025.1", forRemoval=true) com.axemble.sdk.components.ComponentsFactory getComponentsFactory()Deprecated, for removal: This API element is subject to removal in a future version.Use new com.axemble.sdk.components.ComponentsFactory(ISiteModule) instead.- Returns:
- the components factory
-
getBlocksFactory
@Deprecated(since="2025.1", forRemoval=true) com.axemble.sdk.blocks.BlocksFactory getBlocksFactory()Deprecated, for removal: This API element is subject to removal in a future version.Use new com.axemble.sdk.blocks.BlocksFactory(ISiteModule) instead.- Returns:
- the blocks factory
-