Package com.axemble.vdoc.sdk.connectors
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
- 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 Stringprotected IServiceDefinitionprotected StringFields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final IConnectorParentContextSupportfinal IConnectionDefinition<T> final Elementfinal com.axemble.vdp.ui.framework.document.AbstractDocumentprotected final IConnectorParentContextSupportprotected Stringfinal IResourcefinal IResourceControllerfinal Stringfinal com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheetgetSheet()voidinit()final voidinit(IServiceDefinition serviceDefinition, String serviceName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) booleanbooleanbooleanbooleanbooleanvalidate()Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
-
Field Details
-
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 -
serviceDefinition
-
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
- Returns:
- the resourceController
-
getResource
- Returns:
-
getServiceName
-
getConnectionDefinition
-
getCustomConfiguration
- Returns:
- the custom configuration of the service
-
getParentContext
-
getAlternateParentContext
-
onBeforeLoad
public boolean onBeforeLoad() -
onAfterLoad
public boolean onAfterLoad() -
validate
public boolean validate() -
onBeforeSave
public boolean onBeforeSave() -
onAfterSave
public boolean onAfterSave() -
getParentContextUri
-