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 SummaryFieldsModifier 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.BaseSDKExtensionLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BaseSDKExtensiongetDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
- 
Field Details- 
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
- 
serviceDefinition
- 
serviceName
 
- 
- 
Constructor Details- 
BaseServiceConnectorEditorpublic BaseServiceConnectorEditor()
 
- 
- 
Method Details- 
initpublic final void init(IServiceDefinition serviceDefinition, String serviceName, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) 
- 
initpublic void init()
- 
getSheetpublic final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()- Returns:
- the abstractSheet
 
- 
getDocumentpublic 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
- 
onBeforeLoadpublic boolean onBeforeLoad()
- 
onAfterLoadpublic boolean onAfterLoad()
- 
validatepublic boolean validate()
- 
onBeforeSavepublic boolean onBeforeSave()
- 
onAfterSavepublic boolean onAfterSave()
- 
getParentContextUri
 
-