Package com.axemble.vdoc.sdk.modules
Interface IBaseSiteModule
- All Known Subinterfaces:
- ISiteModule
- All Known Implementing Classes:
- EzsSiteModule
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 );
 }
 
- Since:
- 2.1
- Version:
- 1.0, 16/06/2009
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidapprove(IContext context, IContentContainer contentContainer) Approves a content.voidApproves all contents in a site.voidApproves all contents in a topic.voidcopyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Copy a page in a topiccreateAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Creates anIAliasobject at the root level of a site.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) createBlock(IContext context) createComponent(IContext context, String name) createContent(IContext context, IContentContainer contentContainer) createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.createPageContainer(IContext context, ISite site, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject into aITopicobject.createPageContainer(IContext context, ITopic topic, String name, String label) Creates aIPageContainerobject into aITopicobject.voidcreatePlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Create a plugin in a topiccreateProtocolSupport(String freeURL) Creates a genericIProtocolSupportobject from an URL.createSite(IContext context, ILibrary library, String name) Creates a new site and associates it to aILibrary(same organization).createSite(IContext context, IOrganization organization, String name) Creates a new site into anIOrganizationobject.createTopic(IContext context, ISite site, String name, String label) Creates aITopicobject a the root level.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.voidDeletes an element.Gets anIAliasobject by its name.Gets anIAliasobject by its name.Access method to get aIAliasobject from one of the followings: AliasImpl, java.io.Serializable.getAliases(IContext context, ISite site) Gets all the aliases from the root level of theISiteobject.getAliases(IContext context, ISite site, boolean recursive) getAliases(IContext context, ITopic parent) Gets all the aliases of aITopicobject.getAliases(IContext context, ITopic parent, boolean recursive) Access method to get aIBlockobject from one of the followings: BlockImpl, java.io.Serializable.getBlockTemplateContainer(Object blockTemplateContainerObject) Access method to get aIBlockTemplateContainerobject from one of the followings: TemplateImpl, java.io.Serializable.getBlockTemplateContainerByURI(IContext context, String uri) getBlockTemplateContainers(IContext context, ISite site) getBlockTemplateContainers(IContext context, ISite site, int type) Gets all the templates.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.getComponent(Object componentObject) Access method to get aIComponentobject from one of the followings: ElementImpl.getContent(Object contentObject) Access method to get aIContentobject from one of the followings: ContentVersionImpl, java.io.Serializable.getContentByStatus(IContentContainer contentContainer, int status) Gets a content of a container by its status.getContentComponent(Object contentComponentObject) Access method to get aIContentComponentobject from one of the followings: ContentNodeImpl.getContentContainer(IContext context, ISite site, String name) getContentContainer(IContext context, ITopic parent, String name) getContentContainer(Object contentContainerObject) Access method to get aIContentContainerobject from one of the followings: PageImpl, CommonBlockImpl, TemplateImpl, java.io.Serializable.getContentContainers(IContext context, ISite site) getContentContainers(IContext context, ISite site, boolean recursive) getContentContainers(IContext context, ITopic parent) getContentContainers(IContext context, ITopic parent, boolean recursive) getContents(IContentContainer contentContainer) getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.getElementByURI(IContext context, String uri) Gets anIElementby its URI.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 usegetPageContainer(IContext context, ISite site, String name) Gets a rootIPageContainerobject by its name.getPageContainer(IContext context, ITopic topic, String name) Gets aIPageContainerobject from aITopicobject by its name.getPageContainer(Object pageContainerObject) Access method to get aIPageContainerobject from one of the followings: PageImpl, java.io.Serializable.getPageContainers(IContext context, ISite site) Gets all the pages from a site at a root level.getPageContainers(IContext context, ISite site, boolean recursive) getPageContainers(IContext context, ITopic parent) Gets all the pages from theITopicobject.getPageContainers(IContext context, ITopic parent, boolean recursive) Access method to get aIPluginobject from one of the followings: ModuleImpl, java.io.Serializable.getPlugins(IContext context, ISite site) Gets all the plugins from a site at root level.getPlugins(IContext context, ISite site, boolean recursive) getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) getSecurityController(ISecuritySupport securitySupport) Gets a security controller on a specified object.getSharedBlockContainer(Object sharedBlockContainerObject) Access method to get aISharedBlockContainerobject from one of the followings: CommonBlockImpl, java.io.Serializable.Access method to get aISiteobject from one of the followings: SiteImpl, java.io.Serializable.getSiteByName(IContext context, String name) Retrieves a site by its name.getSystemBlockTemplateContainer(IContext context, String name) Gets a rootITopicobject by its name.Gets aITopicobject by its name.Access method to get aITopicobject from one of the followings: FolderImpl, java.io.Serializable.Gets all the topics from a site at a root level.Gets all the sub-topics from a parentITopicobject.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) voidreject(IContext context, IContentContainer contentContainer, String comment) Rejects an approval request.voidrequestApproval(IContext context, IContentContainer contentContainer, String comment) Requests an approval of the content.voidSaves or updates an element.Methods inherited from interface com.axemble.vdoc.sdk.modules.IModulebeginTransaction, 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- 
createSiteISite createSite(IContext context, IOrganization organization, String name) throws SiteModuleException Creates a new site into anIOrganizationobject.- Parameters:
- context- The execution context.
- organization- The- IOrganizationobject.
- name- The name of the site.
- Returns:
- A ISiteobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createSiteCreates a new site and associates it to aILibrary(same organization).- Parameters:
- context- The execution context.
- library- The- ILibraryobject.
- name- The name of the site.
- Returns:
- A ISiteobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getSiteByNameRetrieves 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.
 
- 
getCatalogRetrieves the catalog of the site.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- Returns:
- A ICatalogobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getResourceDefinitionIResourceDefinition getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getViewIView getView(IContext context, IResourceDefinition resourceDefinition, String viewName) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
copyPageContainerInTopicvoid copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) throws SiteModuleException Copy a page in a topic- Parameters:
- context- The execution context.
- pageContainer- The page to copy
- topic- The topic destination
- Throws:
- SiteModuleException
 
- 
createTopicITopic createTopic(IContext context, ISite site, String name, String label) throws SiteModuleException Creates aITopicobject a the root level.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The name of the topic.
- label- The label of the topic.
- Returns:
- A ITopicobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createTopicITopic createTopic(IContext context, ITopic parent, String name, String label) throws SiteModuleException Creates a subITopicobject.- Parameters:
- context- The execution context.
- parent- The parent- ITopicobject.
- name- The name of the topic.
- label- The label of the topic.
- Returns:
- A ITopicobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createPluginvoid createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) throws SiteModuleException Create a plugin in a topic- Parameters:
- context- The execution context
- parentUri-
- pluginConfigurationBean-
- Throws:
- SiteModuleException
 
- 
getTopicGets a rootITopicobject by its name.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The system name of the topic.
- Returns:
- A ITopicobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getTopicGets aITopicobject by its name.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- name- The system name of the topic.
- Returns:
- A ITopicobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getTopicsGets all the topics from a site at a root level.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- Returns:
- A java.util.Collection of ITopicobjects.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getTopicsCollection<ITopic> getTopics(IContext context, ISite site, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getTopicsGets all the sub-topics from a parentITopicobject.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- Returns:
- A java.util.Collection of ITopicobjects.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getTopicsCollection<ITopic> getTopics(IContext context, ITopic parent, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getPluginsGets all the plugins from a site at root level.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- Returns:
- A java.util.Collection of IPluginobjects.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getPluginsCollection<IPlugin> getPlugins(IContext context, ISite site, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getBlockTemplateContainerByURIIBlockTemplateContainer getBlockTemplateContainerByURI(IContext context, String uri) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getSystemBlockTemplateContainerIBlockTemplateContainer getSystemBlockTemplateContainer(IContext context, String name) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getBlockTemplateContainersCollection<IBlockTemplateContainer> getBlockTemplateContainers(IContext context, ISite site, int type) throws SiteModuleException Gets all the templates.- Parameters:
- context- The execution context.
- type-
- Returns:
- A java.util.Collection of IBlockTemplateContainerobjects.
- Throws:
- SiteModuleException
 
- 
getBlockTemplateContainersCollection<IBlockTemplateContainer> getBlockTemplateContainers(IContext context, ISite site) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
createPageContainerIPageContainer createPageContainer(IContext context, ISite site, String name, String label) throws SiteModuleException Creates aIPageContainerobject at the root level of aISiteobject.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The name of the page.
- label- The label of the page.
- Returns:
- A IPageContainerobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createPageContainerIPageContainer createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) throws SiteModuleException 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- The- ISiteobject.
- 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.
 
- 
createPageContainerIPageContainer createPageContainer(IContext context, ITopic topic, String name, String label) throws SiteModuleException Creates aIPageContainerobject into aITopicobject.- Parameters:
- context- The execution context.
- topic- The- ITopicobject.
- name- The name of the page.
- label- The label of the page.
- Returns:
- A IPageContainerobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createPageContainerIPageContainer createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) throws SiteModuleException Creates aIPageContainerobject into aITopicobject.- Parameters:
- context- The execution context.
- topic- The- ITopicobject.
- 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.
 
- 
getPageContainerIPageContainer getPageContainer(IContext context, ISite site, String name) throws SiteModuleException Gets a rootIPageContainerobject by its name.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The system name of the topic.
- Returns:
- A IPageContainerobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getPageContainerIPageContainer getPageContainer(IContext context, ITopic topic, String name) throws SiteModuleException Gets aIPageContainerobject from aITopicobject by its name.- Parameters:
- context- The execution context.
- topic- The- ITopicobject.
- name- The system name of the topic.
- Returns:
- A IPageContainerobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getPageContainersCollection<IPageContainer> getPageContainers(IContext context, ISite site) throws SiteModuleException Gets all the pages from a site at a root level.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- Returns:
- A java.util.Collection of ITopicobjects.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getPageContainersCollection<IPageContainer> getPageContainers(IContext context, ISite site, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getPageContainersCollection<IPageContainer> getPageContainers(IContext context, ITopic parent) throws SiteModuleException Gets all the pages from theITopicobject.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- Returns:
- A java.util.Collection of ITopicobjects.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getPageContainersCollection<IPageContainer> getPageContainers(IContext context, ITopic parent, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
createProtocolSupportCreates a genericIProtocolSupportobject from an URL.- Parameters:
- freeURL- The free URL.
- Returns:
- A IProtocolSupportobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createAliasIAlias createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) throws SiteModuleException Creates anIAliasobject at the root level of a site.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The name of the alias.
- label- The label of the alias.
- protocolSupport- The- IProtocolSupportobject to point to.
- Returns:
- A IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createAliasIAlias createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) throws SiteModuleException - Parameters:
- context- The execution context.
- topic- The- ITopicobject.
- name- The name of the alias.
- label- The label of the alias.
- protocolSupport- The- IProtocolSupportobject to point to.
- Returns:
- A IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getAliasGets anIAliasobject by its name.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- name- The name of the alias.
- Returns:
- A IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getAliasGets anIAliasobject by its name.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- name- The name of the alias.
- Returns:
- A IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getAliasesGets all the aliases from the root level of theISiteobject.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- Returns:
- A java.util.Collection of IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getAliasesCollection<IAlias> getAliases(IContext context, ISite site, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getAliasesGets all the aliases of aITopicobject.- Parameters:
- context- The execution context.
- parent- The- ITopicobject.
- Returns:
- A java.util.Collection of IAliasobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getAliasesCollection<IAlias> getAliases(IContext context, ITopic parent, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainerIContentContainer getContentContainer(IContext context, ISite site, String name) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainerIContentContainer getContentContainer(IContext context, ITopic parent, String name) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainersCollection<IContentContainer> getContentContainers(IContext context, ISite site) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainersCollection<IContentContainer> getContentContainers(IContext context, ISite site, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainersCollection<IContentContainer> getContentContainers(IContext context, ITopic parent) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
getContentContainersCollection<IContentContainer> getContentContainers(IContext context, ITopic parent, boolean recursive) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
createContentIContent createContent(IContext context, IContentContainer contentContainer) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
createContentIContent createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) throws SiteModuleException - Throws:
- SiteModuleException
 
- 
requestApprovalvoid requestApproval(IContext context, IContentContainer contentContainer, String comment) throws SiteModuleException Requests an approval of the content.- Parameters:
- context- The execution context.
- contentContainer- The- IContentContainerobject to approve.
- comment- The comment why rejecting the approval.
- Throws:
- SiteModuleException- The default module exception.
 
- 
approveApproves a content.- Parameters:
- context- The execution context.
- contentContainer- The- IContentContainerobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
approveApproves all contents in a topic.- Parameters:
- context- The execution context.
- topic- The- ITopicobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
approveApproves all contents in a site.- Parameters:
- context- The execution context.
- site- The- ISiteobject.
- Throws:
- SiteModuleException- The default module exception.
 
- 
rejectvoid reject(IContext context, IContentContainer contentContainer, String comment) throws SiteModuleException Rejects an approval request.- Parameters:
- context- The execution context.
- contentContainer- The- IContentContainerobject to reject.
- comment- The comment why rejecting the approval.
- Throws:
- SiteModuleException- The default module exception.
 
- 
createBlock- Throws:
- SiteModuleException
 
- 
createComponent- Throws:
- SiteModuleException
 
- 
getContentByStatusIContent getContentByStatus(IContentContainer contentContainer, int status) throws SiteModuleException 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 the- IContent.IStatusstructure.
- Returns:
- A IContentobject.
- Throws:
- SiteModuleException
 
- 
getContents- Throws:
- SiteModuleException
 
- 
saveSaves or updates an element.- Parameters:
- context- The execution context.
- site- The- IElementobject to save or update.
- Throws:
- SiteModuleException- The default module exception.
 
- 
deleteDeletes an element.- Parameters:
- context- The execution context.
- site- The- IElementobject to delete.
- Throws:
- SiteModuleException- The default module exception.
 
- 
getSecurityControllerISecurityController getSecurityController(ISecuritySupport securitySupport) throws SiteModuleException 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- Throws:
- SiteModuleException
 
- 
getSiteAccess method to get aISiteobject from one of the followings: SiteImpl, java.io.Serializable.- Parameters:
- siteObject- The object to transform.
- Returns:
- A ISiteobject.
 
- 
getTopicAccess method to get aITopicobject from one of the followings: FolderImpl, java.io.Serializable.- Parameters:
- topicObject- The object to transform.
- Returns:
- A ITopicobject.
 
- 
getAliasAccess method to get aIAliasobject from one of the followings: AliasImpl, java.io.Serializable.- Parameters:
- topicObject- The object to transform.
- Returns:
- A IAliasobject.
 
- 
getPluginAccess method to get aIPluginobject from one of the followings: ModuleImpl, java.io.Serializable.- Parameters:
- pluginObject- The object to transform.
- Returns:
- A IPluginobject.
 
- 
getContentContainerAccess method to get aIContentContainerobject from one of the followings: PageImpl, CommonBlockImpl, TemplateImpl, java.io.Serializable.- Parameters:
- contentContainerObject- The object to transform.
- Returns:
- A IContentContainerobject.
 
- 
getPageContainerAccess method to get aIPageContainerobject from one of the followings: PageImpl, java.io.Serializable.- Parameters:
- contentContainerObject- The object to transform.
- Returns:
- A IPageContainerobject.
 
- 
getBlockTemplateContainerAccess method to get aIBlockTemplateContainerobject from one of the followings: TemplateImpl, java.io.Serializable.- Parameters:
- contentContainerObject- The object to transform.
- Returns:
- A IBlockTemplateContainerobject.
 
- 
getContentAccess method to get aIContentobject from one of the followings: ContentVersionImpl, java.io.Serializable.- Parameters:
- contentObject- The object to transform.
- Returns:
- A IContentobject.
 
- 
getContentComponentAccess method to get aIContentComponentobject from one of the followings: ContentNodeImpl.- Parameters:
- contentObject- The object to transform.
- Returns:
- A IContentComponentobject.
 
- 
getBlockAccess method to get aIBlockobject from one of the followings: BlockImpl, java.io.Serializable.- Parameters:
- contentObject- The object to transform.
- Returns:
- A IBlockobject.
 
- 
getComponentAccess method to get aIComponentobject from one of the followings: ElementImpl.- Parameters:
- contentObject- The object to transform.
- Returns:
- A IComponentobject.
 
- 
getElementByProtocolURIGets anIElementobject which implementsIProtocolSupportinterface.- Parameters:
- protocolURI- The protocol URI as a java.lang.String.
- Returns:
- A IProtocolSupportobject.
- Throws:
- ModuleException- default module exception.
 
- 
getElementByURIGets anIElementby its URI.- Parameters:
- context- The execution context.
- uri- The URI as a java.lang.String.
- Returns:
- A IElementobject.
- Throws:
- ModuleException- default module exception.
 
- 
getExecutionContextISiteExecutionContext getExecutionContext()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
 
-