Package com.axemble.vdoc.sdk.connectors
Class BaseConnectionEditor
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.connectors.BaseConnectionEditor
- All Implemented Interfaces:
Serializable
- 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
ALL PAGESstatic final String
Fields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
final Element
final com.axemble.vdp.ui.framework.document.AbstractDocument
final IResource
final IResourceController
final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet
getSheet()
void
init()
final void
init
(String categoryName, 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
-
PAGE_PROPERTIES
ALL PAGES- See Also:
-
PAGE_SECURITY
- 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
-
BaseConnectionEditor
public BaseConnectionEditor()
-
-
Method Details
-
init
public final void init(String categoryName, 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:
-
getCategoryName
-
getCustomConfiguration
- Returns:
- the custom definition of the connection
-
onBeforeLoad
public boolean onBeforeLoad() -
onAfterLoad
public boolean onAfterLoad() -
validate
public boolean validate() -
onBeforeSave
public boolean onBeforeSave() -
onAfterSave
public boolean onAfterSave()
-