Class BaseTreatmentConnectorEditor

java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.connectors.BaseTreatmentConnectorEditor
All Implemented Interfaces:
Serializable

public class BaseTreatmentConnectorEditor extends BaseSDKExtension
See Also:
  • Field Details

    • SYS_PAGE_GENERAL

      public static final String SYS_PAGE_GENERAL
      See Also:
    • FIELD_USE_EXTERNAL_DATA_CONNECTION

      public static final String FIELD_USE_EXTERNAL_DATA_CONNECTION
      See Also:
    • FIELD_CONNECTION

      public static final String 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

      public final void init(com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet, IWorkflow workflow, String treatmentKey)
    • 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

      protected final IResourceController getResourceController()
      Returns:
      the resourceController
    • getConnectionDefinition

      public final IConnectionDefinition getConnectionDefinition()
    • getResource

      protected final IResource getResource()
      Returns:
    • getCustomConfiguration

      public final Element getCustomConfiguration()
      Returns:
      the custom configuration of the treatment
    • getParentContext

      protected final IConnectorParentContextSupport getParentContext()
      Returns:
    • getWorkflow

      protected final IWorkflow getWorkflow()
    • onBeforeLoad

      public boolean onBeforeLoad()
    • onAfterLoad

      public boolean onAfterLoad()
    • validate

      public boolean validate()
    • onBeforeSave

      public boolean onBeforeSave()
    • onAfterSave

      public boolean onAfterSave()