Uses of Class
com.axemble.vdoc.sdk.exceptions.ModuleException
Package
Description
-
Uses of ModuleException in com.axemble.vdoc.sdk.exceptions
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ModuleException in com.axemble.vdoc.sdk.impl
Modifier 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) void
CoreModule.setTransactionTimeout
(int transactionTimeout) void
EzsSiteModule.setTransactionTimeout
(int transactionTimeout) void
PortalLibraryModule.setTransactionTimeout
(int transactionTimeout) void
PortalModuleImpl.JDOPortalModule.setTransactionTimeout
(int transactionTimeout) -
Uses of ModuleException in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseWorkflowModule.createDynamicLocalizationsWrapper
(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.IBaseWorkflowModule.createProfile
(IContext context, IProtocolSupport link, String name) Creates aIProfile
.IBaseDirectoryModule.createSystemProfile
(IContext context, String name) Creates aIProfile
.IBaseDirectoryModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBaseDocumentModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBaseLibraryModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBasePortalModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBaseSiteModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBaseWorkflowModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IProjectModule.getElementByProtocolURI
(String protocolURI) Gets anIElement
object which implementsIProtocolSupport
interface.IBaseSiteModule.getElementByURI
(IContext context, String uri) Gets anIElement
by 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 aIProfile
object 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 ofIProfile
objects 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 aIProtocolSupport
object.IBasePortalModule.getProtocolURI
(IProtocolSupport protocolSupport, boolean useNames) Gets a protocolURI from aIProtocolSupport
object.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 systemIProfile
object by its system name.Collection
<? extends IProfile> IBaseDirectoryModule.getSystemProfiles
(IContext context) Retrieves a collection of systemIProfile
objects.IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage
(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.void
IModule.setTransactionTimeout
(int transactionTimeout) Allows the set the transaction timeout.