Uses of Class
com.axemble.vdoc.sdk.exceptions.ModuleException
Packages that use ModuleException
Package
Description
- 
Uses of ModuleException in com.axemble.vdoc.sdk.exceptionsSubclasses of ModuleException in com.axemble.vdoc.sdk.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass
- 
Uses of ModuleException in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that throw ModuleExceptionModifier and TypeMethodDescriptionWorkflowModuleImpl.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) CoreModule.createProfile(IContext context, IProtocolSupport link, String name) DirectoryModuleImpl.createSystemProfile(IContext context, String name) PortalSearchController.IObjectFinder.find(IModule module, IStorageKey key) EzsSiteModule.findObjectUri(String pluginName, Object o) Find object URIPortalModuleImpl.IURIConverter.getElement(String protocolURI) CoreModule.getElementByProtocolURI(String protocolURI) EzsSiteModule.getElementByProtocolURI(String protocolURI) PortalLibraryModule.getElementByProtocolURI(String protocolURI) PortalModuleImpl.getElementByProtocolURI(String protocolURI) EzsSiteModule.getElementByURI(IContext context, String uri) CoreModule.getElementFromExternalElement(ExternalElement externalElement) PortalModule.getElementFromExternalElement(ExternalElement externalElement) CoreModule.getExternalElement(Object object) CoreModule.getExternalElement(Object object, String language) PortalModule.getExternalElement(Object object) PortalModule.getExternalElement(Object object, String language) CoreModule.getProfile(IContext context, IProtocolSupport link, String name) CoreModule.getProfile(IStorageKey key) Collection<? extends IProfile> CoreModule.getProfiles(IContext context, IProtocolSupport link) CoreModule.getProtocolPath(Object object) CoreModule.getProtocolPath(Object object, String language) PortalModule.getProtocolPath(Object object) PortalModule.getProtocolPath(Object object, String language) CoreModule.getProtocolURI(Object object) CoreModule.getProtocolURI(Object object, boolean useLabels) PortalModule.getProtocolURI(Object object) PortalModule.getProtocolURI(Object object, boolean useLabels) PortalModuleImpl.getProtocolURI(IProtocolSupport protocolSupport) PortalModuleImpl.getProtocolURI(IProtocolSupport protocolSupport, boolean useNames) DirectoryModuleImpl.getSystemProfile(IContext context, String name) Collection<? extends IProfile> DirectoryModuleImpl.getSystemProfiles(IContext context) WorkflowModuleImpl.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) voidCoreModule.setTransactionTimeout(int transactionTimeout) voidEzsSiteModule.setTransactionTimeout(int transactionTimeout) voidPortalLibraryModule.setTransactionTimeout(int transactionTimeout) voidPortalModuleImpl.JDOPortalModule.setTransactionTimeout(int transactionTimeout) 
- 
Uses of ModuleException in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that throw ModuleExceptionModifier and TypeMethodDescriptionIBaseWorkflowModule.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IBaseWorkflowModule.createProfile(IContext context, IProtocolSupport link, String name) Creates aIProfile.IBaseDirectoryModule.createSystemProfile(IContext context, String name) Creates aIProfile.IBaseDirectoryModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBaseDocumentModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBaseLibraryModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBasePortalModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBaseSiteModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBaseWorkflowModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IProjectModule.getElementByProtocolURI(String protocolURI) Gets anIElementobject which implementsIProtocolSupportinterface.IBaseSiteModule.getElementByURI(IContext context, String uri) Gets anIElementby its URI.IModule.getElementFromExternalElement(ExternalElement externalElement) Retrieves the object of externalElementIModule.getExternalElement(Object object) Retrieves the externalElement of an objectIModule.getExternalElement(Object object, String language) Retrieves the externalElement of an object by specifying the language.IBaseWorkflowModule.getProfile(IContext context, IProtocolSupport link, String name) Retrieves aIProfileobject by its system name.IBaseWorkflowModule.getProfile(IStorageKey key) Gets a role object from its identifier.Collection<? extends IProfile> IBaseWorkflowModule.getProfiles(IContext context, IProtocolSupport link) Retrieves a collection ofIProfileobjects within a specified link.IModule.getProtocolPath(Object object) Retrieves the protocol path of an object.IModule.getProtocolPath(Object object, String language) Retrieves the protocol path of an object by specifying the language.IBasePortalModule.getProtocolURI(IProtocolSupport protocolSupport) Gets a protocolURI from aIProtocolSupportobject.IBasePortalModule.getProtocolURI(IProtocolSupport protocolSupport, boolean useNames) Gets a protocolURI from aIProtocolSupportobject.IModule.getProtocolURI(Object object) Retrieves the protocol URI of an object.IModule.getProtocolURI(Object object, boolean useNames) Retrieves the protocol URI of an object by using names or not.IBaseDirectoryModule.getSystemProfile(IContext context, String name) Retrieves a systemIProfileobject by its system name.Collection<? extends IProfile> IBaseDirectoryModule.getSystemProfiles(IContext context) Retrieves a collection of systemIProfileobjects.IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.voidIModule.setTransactionTimeout(int transactionTimeout) Allows the set the transaction timeout.