Class BaseServiceConnectorEditor<T>

java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.connectors.BaseServiceConnectorEditor<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractSelectableServiceConnectorEditor

public class BaseServiceConnectorEditor<T> extends BaseSDKExtension
See Also:
  • Field Details

    • 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
    • serviceDefinition

      protected IServiceDefinition serviceDefinition
    • serviceName

      protected String serviceName
  • Constructor Details

    • BaseServiceConnectorEditor

      public BaseServiceConnectorEditor()
  • Method Details

    • init

      public final void init(IServiceDefinition serviceDefinition, String serviceName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet)
    • init

      public void init()
    • getSheet

      public final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()
      Returns:
      the abstractSheet
    • getDocument

      public final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()
      Returns:
      the document
    • getResourceController

      public final IResourceController getResourceController()
      Returns:
      the resourceController
    • getResource

      public final IResource getResource()
      Returns:
    • getServiceName

      public final String getServiceName()
    • getConnectionDefinition

      public final IConnectionDefinition<T> getConnectionDefinition()
    • getCustomConfiguration

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

      protected final IConnectorParentContextSupport getParentContext()
    • getAlternateParentContext

      protected final IConnectorParentContextSupport getAlternateParentContext()
    • onBeforeLoad

      public boolean onBeforeLoad()
    • onAfterLoad

      public boolean onAfterLoad()
    • validate

      public boolean validate()
    • onBeforeSave

      public boolean onBeforeSave()
    • onAfterSave

      public boolean onAfterSave()
    • getParentContextUri

      protected String getParentContextUri()