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 SummaryFieldsModifier 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.BaseSDKExtensionLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BaseSDKExtensiongetDirectoryModule, 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:
 
- 
documentprotected com.axemble.vdp.ui.framework.document.AbstractDocument document
- 
abstractSheetprotected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet
 
- 
- 
Constructor Details- 
BaseTreatmentConnectorEditorpublic BaseTreatmentConnectorEditor()
 
- 
- 
Method Details- 
init
- 
initpublic void init()
- 
getSheetpublic final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()- Returns:
- the sheet
 
- 
getDocumentprotected 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
- 
onBeforeLoadpublic boolean onBeforeLoad()
- 
onAfterLoadpublic boolean onAfterLoad()
- 
validatepublic boolean validate()
- 
onBeforeSavepublic boolean onBeforeSave()
- 
onAfterSavepublic boolean onAfterSave()
 
-