Package com.axemble.vdoc.sdk.connectors
Class BaseTreatmentConnectorEditor
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.connectors.BaseTreatmentConnectorEditor
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
protected com.axemble.vdp.ui.framework.document.AbstractDocument
static final String
static final String
static final String
Fields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal IConnectionDefinition
final Element
protected final com.axemble.vdp.ui.framework.document.AbstractDocument
protected final IConnectorParentContextSupport
protected final IResource
protected final IResourceController
final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
getSheet()
protected final IWorkflow
void
init()
final void
init
(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, IWorkflow workflow, String treatmentKey) boolean
boolean
boolean
boolean
boolean
validate()
Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
-
Field Details
-
SYS_PAGE_GENERAL
- See Also:
-
FIELD_USE_EXTERNAL_DATA_CONNECTION
- See Also:
-
FIELD_CONNECTION
- See Also:
-
document
protected com.axemble.vdp.ui.framework.document.AbstractDocument document -
abstractSheet
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet
-
-
Constructor Details
-
BaseTreatmentConnectorEditor
public BaseTreatmentConnectorEditor()
-
-
Method Details
-
init
-
init
public void init() -
getSheet
public final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()- Returns:
- the sheet
-
getDocument
protected final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()- Returns:
- the document
-
getResourceController
- Returns:
- the resourceController
-
getConnectionDefinition
-
getResource
- Returns:
-
getCustomConfiguration
- Returns:
- the custom configuration of the treatment
-
getParentContext
- Returns:
-
getWorkflow
-
onBeforeLoad
public boolean onBeforeLoad() -
onAfterLoad
public boolean onAfterLoad() -
validate
public boolean validate() -
onBeforeSave
public boolean onBeforeSave() -
onAfterSave
public boolean onAfterSave()
-