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
FieldsModifier and TypeFieldDescriptionprotected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheetprotected com.axemble.vdp.ui.framework.document.AbstractDocumentstatic final Stringstatic final Stringstatic final StringFields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IConnectionDefinitionfinal Elementprotected final com.axemble.vdp.ui.framework.document.AbstractDocumentprotected final IConnectorParentContextSupportprotected final IResourceprotected final IResourceControllerfinal com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheetgetSheet()protected final IWorkflowvoidinit()final voidinit(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, IWorkflow workflow, String treatmentKey) booleanbooleanbooleanbooleanbooleanvalidate()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()
-