Class BaseLinkExtension
java.lang.Object
com.axemble.vdoc.sdk.link.extensions.BaseLinkExtension
- All Implemented Interfaces:
com.axemble.vdp.ui.core.document.extensions.ILinkExtension
,Serializable
public abstract class BaseLinkExtension
extends Object
implements com.axemble.vdp.ui.core.document.extensions.ILinkExtension
This base class provides direct access to the SDK API.
You can access the following methods:
- getWorkflowModule() : the module to manipulate the workflow system;
- getWorkflowInstance() : the current workflow instance document;
- Version:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final IDirectoryModule
protected final IPortalModule
protected final IProjectModule
protected IWorkflowModule
abstract boolean
onCreate
(IWorkflowInstance workflowInstance, IResource resource) final boolean
onCreate
(com.axemble.vdp.ui.core.document.fields.LinkContext linkContext)
-
Constructor Details
-
BaseLinkExtension
public BaseLinkExtension()
-
-
Method Details
-
onCreate
public final boolean onCreate(com.axemble.vdp.ui.core.document.fields.LinkContext linkContext) - Specified by:
onCreate
in interfacecom.axemble.vdp.ui.core.document.extensions.ILinkExtension
-
getWorkflowModule
- Returns:
- the worfklowModule
-
getPortalModule
- Returns:
- the portalModule
-
getDirectoryModule
- Returns:
- the directoryModule
-
getProjectModule
- Returns:
- the projectModule
-
onCreate
-