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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final IDirectoryModule
protected static final String
protected final IPortalModule
protected final IProjectModule
final String
getStaticString
(String entryID) Retrieve the string to display via its keyfinal String
getStaticString
(String entryID, String... arg) protected final IWorkflowModule
Retrieves 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
IWorkflowModule
object.
-
getPortalModule
- Returns:
- the portalModule
-
getDirectoryModule
- Returns:
- the directoryModule
-
getProjectModule
- Returns:
- the projectModule
-