Package com.axemble.vdoc.sdk
Class BaseSDKExtension
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseConfigurationEditor,BaseConnection,BaseConnectionEditor,BaseConnector,BaseCustomMappingProvider,BaseFormulaFunction,BaseServiceConnectorEditor,BaseSystemMappingProvider,BaseTreatmentConnectorEditor
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final IDirectoryModuleprotected static final Stringprotected final IPortalModuleprotected final IProjectModulefinal StringgetStaticString(String entryID) Retrieve the string to display via its keyfinal StringgetStaticString(String entryID, String... arg) protected final IWorkflowModuleRetrieves the workflow module objectprotected void
-
Field Details
-
LOGGER
protected transient com.axemble.vdp.utils.Logger LOGGER
-
-
Constructor Details
-
BaseSDKExtension
public BaseSDKExtension()
-
-
Method Details
-
initialize
protected void initialize() -
getStaticString
Retrieve the string to display via its key- Parameters:
key-- Returns:
-
getStaticString
-
getLanguage
-
getWorkflowModule
Retrieves the workflow module object- Returns:
- the
IWorkflowModuleobject.
-
getPortalModule
- Returns:
- the portalModule
-
getDirectoryModule
- Returns:
- the directoryModule
-
getProjectModule
- Returns:
- the projectModule
-