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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
LOGGERprotected transient com.axemble.vdp.utils.Logger LOGGER
 
- 
- 
Constructor Details- 
BaseSDKExtensionpublic BaseSDKExtension()
 
- 
- 
Method Details- 
initializeprotected void initialize()
- 
getStaticStringRetrieve the string to display via its key- Parameters:
- key-
- Returns:
 
- 
getStaticString
- 
getLanguage
- 
getWorkflowModuleRetrieves the workflow module object- Returns:
- the IWorkflowModuleobject.
 
- 
getPortalModule- Returns:
- the portalModule
 
- 
getDirectoryModule- Returns:
- the directoryModule
 
- 
getProjectModule- Returns:
- the projectModule
 
 
-