Package com.axemble.vdoc.sdk.impl
Class CoreModule
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractTranslaterModule
com.axemble.vdoc.sdk.impl.CoreModule
- All Implemented Interfaces:
IModule,Serializable,Remote
- Direct Known Subclasses:
DirectoryModuleImpl,IndexationModuleImpl,PortalModuleImpl,ProjectModuleImpl,WorkflowModuleImpl
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStarts a new transaction or use the current one.beginTransaction(Object currentObject) Starts a new transaction if required.voidCommits the current transaction.voidcommitTransaction(Object currentObject) Commit a transactionAllows to convert any object to itsIStorageKeyobject.createAttachment(IContext context, File file) createAttachment(IContext context, File file, boolean canBeRemoved) createAttachment(IContext context, String fileName, byte[] bytes) createAttachment(IContext context, String fileName, InputStream input) createProfile(IContext context, IProtocolSupport link, String name) Class<?> findNativeClass(Class<?> interfaceClass) Allows to retrieve the inner native class.Gets the anonymous user.Gets the context of anonymous.com.axemble.vdoc.sdk.interfaces.ui.components.IComponentsFactorygetContext(IStorageKey key) getContext(IUser user) Gets a context form aIUserobject.getContext(String externalId) Gets a context from the external identifier.getContextByLogin(String login) Gets a context from the user's login.com.axemble.vdoc.sdk.interfaces.ui.definitions.IDefinitionsFactorygetElementByProtocolURI(String protocolURI) getElementFromExternalElement(ExternalElement externalElement) Retrieves the object of externalElementgetExternalElement(Object object) Retrieves the externalElement of an objectgetExternalElement(Object object, String language) Retrieves the externalElement of an object by specifying the language.Retrieves the current logged on user.Retrieves the context of the logged on userRetrieves the logged on user language or default to server defaultgetProfile(IContext context, IProtocolSupport link, String name) getProfile(IStorageKey key) Collection<? extends IProfile> getProfiles(IContext context, IProtocolSupport link) getProtocolPath(Object object) Retrieves the protocol path of an object.getProtocolPath(Object object, String language) Retrieves the protocol path of an object by specifying the language.getProtocolURI(Object object) Retrieves the protocol URI of an object.getProtocolURI(Object object, boolean useLabels) Retrieves the protocol URI of an object by using names or not.getStaticString(IDynamicLocalizationsWrapper localizationsWrapper) Retrieves a java.lang.String form the localizationsWrapper.getStaticString(String entryID) Retrieves a java.lang.String form the string resources XML files.getStaticString(String entryID, String arg1) Retrieves a java.lang.String from the string resources XML files using one argument.getStaticString(String entryID, String arg1, String arg2) Retrieves a java.lang.String from the string resources XML files using two arguments.getStaticString(String entryID, String arg1, String arg2, String arg3) Retrieves a java.lang.String from the string resources XML files using three arguments.Retrieves a java.lang.String from the string resources XML files using four arguments.getStaticString(String entryID, Locale locale) Retrieves a java.lang.String from the string resources XML files and specifying the local.getStaticString(String entryID, Locale locale, String arg1) Retrieves a java.lang.String from the string resources XML files using one argument and specifying the local.getStaticString(String entryID, Locale locale, String arg1, String arg2) Retrieves a java.lang.String from the string resources XML files using two arguments and specifying the local.Retrieves a java.lang.String from the string resources XML files using three arguments and specifying the local.Retrieves a java.lang.String from the string resources XML files using fourth arguments and specifying the local.Gets the sysadmin user.Gets the context of sysadmin.getUser(IStorageKey key) getUserByLogin(String login) voidinitialize(Properties properties) Initializes the module.booleanChecks if there is a current transaction.voidRoll back the current transaction.voidrollbackTransaction(Object currentObject) Roll back a transactionvoidsetTransactionTimeout(int transactionTimeout) Allows the set the transaction timeout.voidReleases the module.Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractTranslaterModule
getTranslation, getTranslationForLanguage, getTranslationKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.modules.IModule
generateSystemName, getTranslation, getTranslationForLanguage, getTranslationKey
-
Field Details
-
LOGGER
public static final com.axemble.vdp.utils.Logger LOGGER -
properties
-
-
Constructor Details
-
CoreModule
public CoreModule()
-
-
Method Details
-
initialize
Description copied from interface:IModuleInitializes the module.- Specified by:
initializein interfaceIModule- Parameters:
properties- The custom properties.
-
unInitialize
public void unInitialize()Description copied from interface:IModuleReleases the module.- Specified by:
unInitializein interfaceIModule
-
getLoggedOnUser
Description copied from interface:IModuleRetrieves the current logged on user.- Specified by:
getLoggedOnUserin interfaceIModule- Returns:
- a
IUserobject.
-
getContext
Description copied from interface:IModuleGets a context form aIUserobject.- Specified by:
getContextin interfaceIModule- Parameters:
user- aIUserobject.- Returns:
- A
IContextobject.
-
getContext
-
getContext
Description copied from interface:IModuleGets a context from the external identifier.- Specified by:
getContextin interfaceIModule- Parameters:
externalId- The external identifier.- Returns:
- A
IContextobject.
-
getContextByLogin
Description copied from interface:IModuleGets a context from the user's login.- Specified by:
getContextByLoginin interfaceIModule- Parameters:
login- The user's login.- Returns:
- A
IContextobject.
-
getLoggedOnUserContext
Description copied from interface:IModuleRetrieves the context of the logged on user- Specified by:
getLoggedOnUserContextin interfaceIModule- Returns:
- a
IContextobject.
-
getLoggedOnUserLanguage
Description copied from interface:IModuleRetrieves the logged on user language or default to server default- Specified by:
getLoggedOnUserLanguagein interfaceIModule- Returns:
- user friendly language.
-
getAnonymous
Description copied from interface:IModuleGets the anonymous user.- Specified by:
getAnonymousin interfaceIModule- Returns:
- A
IUserobject.
-
getAnonymousContext
Description copied from interface:IModuleGets the context of anonymous.- Specified by:
getAnonymousContextin interfaceIModule- Returns:
- A
IContextobject.
-
getSysadmin
Description copied from interface:IModuleGets the sysadmin user.- Specified by:
getSysadminin interfaceIModule- Returns:
- A
IUserobject.
-
getSysadminContext
Description copied from interface:IModuleGets the context of sysadmin.- Specified by:
getSysadminContextin interfaceIModule- Returns:
- A
IContextobject.
-
getUserByLogin
-
getUser
-
getUser
- Throws:
WorkflowModuleException
-
convertId
Description copied from interface:IModuleAllows to convert any object to itsIStorageKeyobject.- Specified by:
convertIdin interfaceIModule- Parameters:
object-- Returns:
- a
IStorageKeyobject.
-
getLanguage
-
getConfiguration
-
beginTransaction
Description copied from interface:IModuleStarts a new transaction or use the current one.- Specified by:
beginTransactionin interfaceIModule- Returns:
- The report object.
-
commitTransaction
public void commitTransaction()Description copied from interface:IModuleCommits the current transaction.- Specified by:
commitTransactionin interfaceIModule
-
rollbackTransaction
public void rollbackTransaction()Description copied from interface:IModuleRoll back the current transaction.- Specified by:
rollbackTransactionin interfaceIModule
-
beginTransaction
Description copied from interface:IModuleStarts a new transaction if required.- Specified by:
beginTransactionin interfaceIModule- Parameters:
currentObject- The synchronized object. Not used anymore.- Returns:
- The report object.
-
setTransactionTimeout
Description copied from interface:IModuleAllows the set the transaction timeout.- Specified by:
setTransactionTimeoutin interfaceIModule- Parameters:
transactionTimeout- The transaction timeout in milliseconds.- Throws:
ModuleException- The default exception.
-
commitTransaction
Commit a transaction- Specified by:
commitTransactionin interfaceIModule- Parameters:
currentObject- The synchronized object. Not used anymore.
-
rollbackTransaction
Roll back a transaction- Specified by:
rollbackTransactionin interfaceIModule- Parameters:
currentObject- The synchronized object. Not used anymore.
-
isTransactionActive
public boolean isTransactionActive()Description copied from interface:IModuleChecks if there is a current transaction.- Specified by:
isTransactionActivein interfaceIModule- Returns:
- true if a transaction has been started, false otherwise.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using one argument.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.arg1- The argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using two arguments.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using three arguments.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.arg3- The third argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using four arguments.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.arg3- The third argument (%1) contained in the resource string.arg4- The fourth argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String form the localizationsWrapper.- Specified by:
getStaticStringin interfaceIModule- Parameters:
localizationsWrapper- IDynamicLocalizationsWrapper object- Returns:
- The translated string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String form the string resources XML files.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.- Returns:
- The resource string.
-
getProtocolURI
Description copied from interface:IModuleRetrieves the protocol URI of an object.- Specified by:
getProtocolURIin interfaceIModule- Parameters:
object- The object to retrieve the protocol URI from.- Returns:
- A java.lang.String value.
- Throws:
ModuleException- The default exception.
-
getProtocolURI
Description copied from interface:IModuleRetrieves the protocol URI of an object by using names or not.- Specified by:
getProtocolURIin interfaceIModule- Parameters:
object- The object to retrieve the protocol URI from.useLabels- Uses names or not.- Returns:
- A java.lang.String value.
- Throws:
ModuleException- The default exception.
-
getProtocolPath
Description copied from interface:IModuleRetrieves the protocol path of an object.- Specified by:
getProtocolPathin interfaceIModule- Parameters:
object- The object to retrieve the protocol path from.- Returns:
- A java.lang.String value.
- Throws:
ModuleException- The default exception.
-
getProtocolPath
Description copied from interface:IModuleRetrieves the protocol path of an object by specifying the language.- Specified by:
getProtocolPathin interfaceIModule- Parameters:
object- The object to retrieve the protocol path from.language- The requested language.- Returns:
- A java.lang.String value.
- Throws:
ModuleException- The default exception.
-
getElementByProtocolURI
- Throws:
ModuleException
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files and specifying the local.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.locale- TheLocaleto use.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using one argument and specifying the local.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.locale- TheLocaleto use.arg1- The argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using two arguments and specifying the local.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.locale- TheLocaleto use.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using three arguments and specifying the local.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.locale- TheLocaleto use.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.arg3- The third argument (%1) contained in the resource string.- Returns:
- The resource string.
-
getStaticString
public String getStaticString(String entryID, Locale locale, String arg1, String arg2, String arg3, String arg4) Description copied from interface:IModuleRetrieves a java.lang.String from the string resources XML files using fourth arguments and specifying the local.- Specified by:
getStaticStringin interfaceIModule- Parameters:
entryID- The key.locale- TheLocaleto use.arg1- The first argument (%1) contained in the resource string.arg2- The second argument (%1) contained in the resource string.arg3- The third argument (%1) contained in the resource string.arg4- The third argument (%1) contained in the resource string.- Returns:
- The resource string.
-
findNativeClass
Description copied from interface:IModuleAllows to retrieve the inner native class.- Specified by:
findNativeClassin interfaceIModule- Parameters:
interfaceClass- A class type.- Returns:
- The inner native class.
-
getComponentsFactory
public com.axemble.vdoc.sdk.interfaces.ui.components.IComponentsFactory getComponentsFactory() -
getDefinitionsFactory
public com.axemble.vdoc.sdk.interfaces.ui.definitions.IDefinitionsFactory getDefinitionsFactory() -
createProfile
public IProfile createProfile(IContext context, IProtocolSupport link, String name) throws ModuleException - Throws:
ModuleException
-
getProfile
public IProfile getProfile(IContext context, IProtocolSupport link, String name) throws ModuleException - Throws:
ModuleException
-
getProfiles
public Collection<? extends IProfile> getProfiles(IContext context, IProtocolSupport link) throws ModuleException - Throws:
ModuleException
-
getProfile
- Throws:
ModuleException
-
createAttachment
-
createAttachment
-
createAttachment
-
createAttachment
-
getExternalElement
Description copied from interface:IModuleRetrieves the externalElement of an object- Specified by:
getExternalElementin interfaceIModule- Parameters:
object- The object to retrieve the external element from- Returns:
- A com.axemble.vdoc.sdk.structs.ExternalElement value.
- Throws:
ModuleException- The default exception.
-
getExternalElement
Description copied from interface:IModuleRetrieves the externalElement of an object by specifying the language.- Specified by:
getExternalElementin interfaceIModule- Parameters:
object- The object to retrieve the external element fromlanguage- The requested language.- Returns:
- A com.axemble.vdoc.sdk.structs.ExternalElement value.
- Throws:
ModuleException- The default exception.
-
getElementFromExternalElement
Description copied from interface:IModuleRetrieves the object of externalElement- Specified by:
getElementFromExternalElementin interfaceIModule- Parameters:
externalElement- The externalElement to retrieve the object from- Returns:
- A java.lang.Object value.
- Throws:
ModuleException- The default exception.
-