Class BaseMappingExtension
java.lang.Object
com.axemble.vdoc.sdk.mapping.extensions.BaseMappingExtension
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActorsMappingExtension
,DirectoryBrowserMappingExtension
,ResourceBrowserMappingExtension
,ViewMappingExtension
The
BaseMappingExtension
class provides direct access to the SDK API.
You can access the following methods:
- getPortalModule() : the module to manipulate the back office system;
- getDirectoryModule() : the module to manipulate the directory system;
- getProjectModule() : the module to manipulate the project system;
- getWorkflowModule() : the module to manipulate the workflow system;
- getWorkflowInstance() : the current workflow instance document;
- Version:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final IDirectoryModule
protected final IPortalModule
protected final IProjectModule
protected IResource
protected IWorkflowInstance
protected IWorkflowModule
protected boolean
abstract void
abstract void
void
updateLocalDocument
(com.axemble.vdp.ui.core.document.CoreDocument document, com.axemble.vdp.ui.core.document.fields.ICoreField field, com.axemble.vdp.mapping.Subscription subscription, int index)
-
Field Details
-
LOGGER
protected static com.axemble.vdp.utils.Logger LOGGER
-
-
Constructor Details
-
BaseMappingExtension
public BaseMappingExtension()
-
-
Method Details
-
updateLocalDocument
public void updateLocalDocument(com.axemble.vdp.ui.core.document.CoreDocument document, com.axemble.vdp.ui.core.document.fields.ICoreField field, com.axemble.vdp.mapping.Subscription subscription, int index) -
onChange
-
onLoad
-
getWorkflowModule
-
getPortalModule
- Returns:
- the portalModule
-
getDirectoryModule
- Returns:
- the directoryModule
-
getProjectModule
- Returns:
- the projectModule
-
getWorkflowInstance
-
getResource
-
isOnLoadEvent
protected boolean isOnLoadEvent()
-