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.BlocksFactorycom.axemble.sdk.components.ComponentsFactoryMethods 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, saveMethods 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
com.axemble.sdk.components.ComponentsFactory getComponentsFactory() -
getBlocksFactory
com.axemble.sdk.blocks.BlocksFactory getBlocksFactory()
-