Package | Description |
---|---|
com.axemble.vdoc.sdk.exceptions | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryModuleException |
class |
DocumentModuleException |
class |
ForumModuleException |
class |
LibraryLockException |
class |
LibraryModuleException |
class |
LibrarySecurityException |
class |
PortalModuleException |
class |
PortalSecurityException |
class |
ProjectModuleException |
class |
SiteModuleException |
class |
WorkflowModuleException |
Modifier and Type | Method and Description |
---|---|
IDynamicLocalizationsWrapper |
IBaseWorkflowModule.createDynamicLocalizationsWrapper(IContext context,
ICatalog catalog)
Creates a dynamicLocalizationsWrapper object by specifying the parent
ICatalog object. |
IProfile |
IBaseWorkflowModule.createProfile(IContext context,
IProtocolSupport link,
String name)
Creates a
IProfile . |
IProfile |
IBaseDirectoryModule.createSystemProfile(IContext context,
String name)
Creates a
IProfile . |
IProtocolSupport |
IBaseForumModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBaseWorkflowModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IProjectModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBaseDocumentModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBaseLibraryModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBaseDirectoryModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBasePortalModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IProtocolSupport |
IBaseSiteModule.getElementByProtocolURI(String protocolURI)
Gets an
IElement object which implements IProtocolSupport interface. |
IElement |
IBaseSiteModule.getElementByURI(IContext context,
String uri)
Gets an
IElement by its URI. |
Object |
IModule.getElementFromExternalElement(ExternalElement externalElement)
Retrieves the object of externalElement
|
ExternalElement |
IModule.getExternalElement(Object object)
Retrieves the externalElement of an object
|
ExternalElement |
IModule.getExternalElement(Object object,
String language)
Retrieves the externalElement of an object by specifying the language.
|
IProfile |
IBaseWorkflowModule.getProfile(IContext context,
IProtocolSupport link,
String name)
Retrieves a
IProfile object by its system name. |
IProfile |
IBaseWorkflowModule.getProfile(IStorageKey key)
Gets a role object from its identifier.
|
Collection<? extends IProfile> |
IBaseWorkflowModule.getProfiles(IContext context,
IProtocolSupport link)
Retrieves a collection of
IProfile objects within a specified link. |
String |
IModule.getProtocolPath(Object object)
Retrieves the protocol path of an object.
|
String |
IModule.getProtocolPath(Object object,
String language)
Retrieves the protocol path of an object by specifying the language.
|
String |
IBasePortalModule.getProtocolURI(IProtocolSupport protocolSupport)
Gets a protocolURI from a
IProtocolSupport object. |
String |
IBasePortalModule.getProtocolURI(IProtocolSupport protocolSupport,
boolean useNames)
Gets a protocolURI from a
IProtocolSupport object. |
String |
IModule.getProtocolURI(Object object)
Retrieves the protocol URI of an object.
|
String |
IModule.getProtocolURI(Object object,
boolean useNames)
Retrieves the protocol URI of an object by using names or not.
|
IProfile |
IBaseDirectoryModule.getSystemProfile(IContext context,
String name)
Retrieves a system
IProfile object by its system name. |
Collection<? extends IProfile> |
IBaseDirectoryModule.getSystemProfiles(IContext context)
Retrieves a collection of system
IProfile objects. |
IDynamicLocalizationsWrapper |
IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context,
IDynamicLocalizationsWrapper dynamicLocalizationsWrapper,
ICatalog catalog,
String language,
String message)
Creates a dynamicLocalizationsWrapper object by specifying the parent
ICatalog object. |
void |
IModule.setTransactionTimeout(int transactionTimeout)
Allows the set the transaction timeout.
|
Copyright © 2021 Visiativ Software. All rights reserved.