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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final IDirectoryModuleprotected final IPortalModuleprotected final IProjectModuleprotected IResourceprotected IWorkflowInstanceprotected IWorkflowModuleprotected booleanabstract voidabstract voidvoidupdateLocalDocument(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- 
LOGGERprotected static com.axemble.vdp.utils.Logger LOGGER
 
- 
- 
Constructor Details- 
BaseMappingExtensionpublic BaseMappingExtension()
 
- 
- 
Method Details- 
updateLocalDocumentpublic 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
- 
isOnLoadEventprotected boolean isOnLoadEvent()
 
-