Uses of Class
com.axemble.vdoc.sdk.exceptions.SiteModuleException
Packages that use SiteModuleException
-
Uses of SiteModuleException in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that throw SiteModuleExceptionModifier and TypeMethodDescriptionvoidEzsSiteModule.approve(IContext context, IContentContainer contentContainer) voidvoidvoidEzsSiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) EzsSiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) EzsSiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) EzsSiteModule.createBlock(IContext context) EzsSiteModule.createComponent(IContext context, String name) EzsSiteModule.createContent(IContext context, IContentContainer contentContainer) EzsSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) EzsSiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer(IContext context, ISite site, String name, String label) EzsSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) voidEzsSiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) EzsSiteModule.createProtocolSupport(String freeURL) EzsSiteModule.createSite(IContext context, ILibrary library, String name) EzsSiteModule.createSite(IContext context, IOrganization organization, String name) EzsSiteModule.createTopic(IContext context, ISite site, String name, String label) EzsSiteModule.createTopic(IContext context, ITopic parent, String name, String label) voidvoidEzsSiteModule.deleteSite(IContext context, ISite site, boolean deleteLinkedLibrary) Delete siteEzsSiteModule.getAliases(IContext context, ISite site) EzsSiteModule.getAliases(IContext context, ISite site, boolean recursive) EzsSiteModule.getAliases(IContext context, ITopic parent) EzsSiteModule.getAliases(IContext context, ITopic parent, boolean recursive) EzsSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) EzsSiteModule.getBlockTemplateContainers(IContext context, ISite site) EzsSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) EzsSiteModule.getCatalog(IContext context, ISite site) EzsSiteModule.getContentByStatus(IContentContainer contentContainer, int status) EzsSiteModule.getContentContainer(IContext context, ISite site, String name) EzsSiteModule.getContentContainer(IContext context, ITopic parent, String name) EzsSiteModule.getContentContainers(IContext context, ISite site) EzsSiteModule.getContentContainers(IContext context, ISite site, boolean recursive) EzsSiteModule.getContentContainers(IContext context, ITopic parent) EzsSiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) EzsSiteModule.getContents(IContentContainer contentContainer) EzsSiteModule.getMessageController()EzsSiteModule.getPageContainer(IContext context, ISite site, String name) EzsSiteModule.getPageContainer(IContext context, ITopic topic, String name) EzsSiteModule.getPageContainers(IContext context, ISite site) EzsSiteModule.getPageContainers(IContext context, ISite site, boolean recursive) EzsSiteModule.getPageContainers(IContext context, ITopic parent) EzsSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) EzsSiteModule.getPlugins(IContext context, ISite site) EzsSiteModule.getPlugins(IContext context, ISite site, boolean recursive) EzsSiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) EzsSiteModule.getSecurityController(ISecuritySupport securitySupport) EzsSiteModule.getSiteByName(IContext context, String name) EzsSiteModule.getSystemBlockTemplateContainer(IContext context, String name) Get targetEzsSiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) voidEzsSiteModule.reject(IContext context, IContentContainer contentContainer, String comment) voidEzsSiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) voidSAVE METHODS -
Uses of SiteModuleException in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that throw SiteModuleExceptionModifier and TypeMethodDescriptionvoidIBaseSiteModule.approve(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.voidISiteModule.approve(IContext context, IContentContainer contentContainer) Approves a content.voidApproves all contents in a site.voidApproves all contents in a topic.voidIBaseSiteModule.copyPageContainerInTopic(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 topicvoidISiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Copy a page in a topicIBaseSiteModule.createAlias(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.IBaseSiteModule.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.ISiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Creates anIAliasobject at the root level of a site.ISiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) IBaseSiteModule.createBlock(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createBlock(IContext context) IBaseSiteModule.createComponent(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createComponent(IContext context, String name) IBaseSiteModule.createContent(IContext context, IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createContent(IContext context, IContentContainer contentContainer) ISiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) IBaseSiteModule.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.IBaseSiteModule.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.IBaseSiteModule.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.IBaseSiteModule.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.ISiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.ISiteModule.createPageContainer(IContext context, ISite site, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.ISiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject into aITopicobject.ISiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) Creates aIPageContainerobject into aITopicobject.voidIBaseSiteModule.createPlugin(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 topicvoidISiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Create a plugin in a topicIBaseSiteModule.createProtocolSupport(String freeURL) Deprecated, for removal: This API element is subject to removal in a future version.Creates a genericIProtocolSupportobject from an URL.ISiteModule.createProtocolSupport(String freeURL) Creates a genericIProtocolSupportobject from an URL.IBaseSiteModule.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).IBaseSiteModule.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.ISiteModule.createSite(IContext context, ILibrary library, String name) Creates a new site and associates it to aILibrary(same organization).ISiteModule.createSite(IContext context, IOrganization organization, String name) Creates a new site into anIOrganizationobject.IBaseSiteModule.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.IBaseSiteModule.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.ISiteModule.createTopic(IContext context, ISite site, String name, String label) Creates aITopicobject a the root level.ISiteModule.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.voidDeprecated, for removal: This API element is subject to removal in a future version.Deletes an element.voidDeletes 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.Gets anIAliasobject by its name.Gets anIAliasobject by its name.IBaseSiteModule.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.IBaseSiteModule.getAliases(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.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.IBaseSiteModule.getAliases(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getAliases(IContext context, ISite site) Gets all the aliases from the root level of theISiteobject.ISiteModule.getAliases(IContext context, ISite site, boolean recursive) ISiteModule.getAliases(IContext context, ITopic parent) Gets all the aliases of aITopicobject.ISiteModule.getAliases(IContext context, ITopic parent, boolean recursive) IBaseSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getBlockTemplateContainerByURI(IContext context, String uri) IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.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.ISiteModule.getBlockTemplateContainers(IContext context, ISite site) ISiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Gets all the templates.IBaseSiteModule.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.ISiteModule.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.IBaseSiteModule.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.ISiteModule.getContentByStatus(IContentContainer contentContainer, int status) Gets a content of a container by its status.IBaseSiteModule.getContentContainer(IContext context, ISite site, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainer(IContext context, ITopic parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getContentContainer(IContext context, ISite site, String name) ISiteModule.getContentContainer(IContext context, ITopic parent, String name) IBaseSiteModule.getContentContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getContentContainers(IContext context, ISite site) ISiteModule.getContentContainers(IContext context, ISite site, boolean recursive) ISiteModule.getContentContainers(IContext context, ITopic parent) ISiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) IBaseSiteModule.getContents(IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getContents(IContentContainer contentContainer) IBaseSiteModule.getMessageController()Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getMessageController()IBaseSiteModule.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.IBaseSiteModule.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.ISiteModule.getPageContainer(IContext context, ISite site, String name) Gets a rootIPageContainerobject by its name.ISiteModule.getPageContainer(IContext context, ITopic topic, String name) Gets aIPageContainerobject from aITopicobject by its name.IBaseSiteModule.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.IBaseSiteModule.getPageContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.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.IBaseSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getPageContainers(IContext context, ISite site) Gets all the pages from a site at a root level.ISiteModule.getPageContainers(IContext context, ISite site, boolean recursive) ISiteModule.getPageContainers(IContext context, ITopic parent) Gets all the pages from theITopicobject.ISiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) IBaseSiteModule.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.IBaseSiteModule.getPlugins(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getPlugins(IContext context, ISite site) Gets all the plugins from a site at root level.ISiteModule.getPlugins(IContext context, ISite site, boolean recursive) IBaseSiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) IBaseSiteModule.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.ISiteModule.getSecurityController(ISecuritySupport securitySupport) Gets a security controller on a specified object.IBaseSiteModule.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.ISiteModule.getSiteByName(IContext context, String name) Retrieves a site by its name.IBaseSiteModule.getSystemBlockTemplateContainer(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getSystemBlockTemplateContainer(IContext context, String name) 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.Gets a rootITopicobject by its name.Gets aITopicobject by its name.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.Gets all the topics from a site at a root level.Gets all the sub-topics from a parentITopicobject.IBaseSiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) voidIBaseSiteModule.reject(IContext context, IContentContainer contentContainer, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Rejects an approval request.voidISiteModule.reject(IContext context, IContentContainer contentContainer, String comment) Rejects an approval request.voidIBaseSiteModule.requestApproval(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.voidISiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) 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.voidSaves or updates an element.