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
Modifier and TypeFieldDescriptionprotected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
protected com.axemble.vdp.ui.framework.document.AbstractDocument
static final String
static final String
protected IServiceDefinition
protected String
Fields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final IConnectorParentContextSupport
final IConnectionDefinition
<T> final Element
final com.axemble.vdp.ui.framework.document.AbstractDocument
protected final IConnectorParentContextSupport
protected String
final IResource
final IResourceController
final String
final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
getSheet()
void
init()
final void
init
(IServiceDefinition serviceDefinition, String serviceName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) boolean
boolean
boolean
boolean
boolean
validate()
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
-