public class BaseServiceConnectorEditor<T> extends BaseSDKExtension
Modifier and Type | Field and Description |
---|---|
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet |
abstractSheet |
protected com.axemble.vdp.ui.framework.document.AbstractDocument |
document |
static String |
FIELD_CONNECTION |
static String |
FIELD_USE_EXTERNAL_DATA_CONNECTION |
protected IServiceDefinition |
serviceDefinition |
protected String |
serviceName |
LOGGER
Constructor and Description |
---|
BaseServiceConnectorEditor() |
Modifier and Type | Method and Description |
---|---|
protected IConnectorParentContextSupport |
getAlternateParentContext() |
IConnectionDefinition<T> |
getConnectionDefinition() |
Element |
getCustomConfiguration() |
com.axemble.vdp.ui.framework.document.AbstractDocument |
getDocument() |
protected IConnectorParentContextSupport |
getParentContext() |
protected String |
getParentContextUri() |
IResource |
getResource() |
IResourceController |
getResourceController() |
String |
getServiceName() |
com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet |
getSheet() |
void |
init() |
void |
init(IServiceDefinition serviceDefinition,
String serviceName,
com.axemble.vdp.ui.framework.document.AbstractDocument document,
com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) |
boolean |
onAfterLoad() |
boolean |
onAfterSave() |
boolean |
onBeforeLoad() |
boolean |
onBeforeSave() |
boolean |
validate() |
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
public static final String FIELD_USE_EXTERNAL_DATA_CONNECTION
public static final String FIELD_CONNECTION
protected com.axemble.vdp.ui.framework.document.AbstractDocument document
protected com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet
protected IServiceDefinition serviceDefinition
protected String serviceName
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)
public void init()
public final com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet getSheet()
public final com.axemble.vdp.ui.framework.document.AbstractDocument getDocument()
public final IResourceController getResourceController()
public final IResource getResource()
public final String getServiceName()
public final IConnectionDefinition<T> getConnectionDefinition()
public final Element getCustomConfiguration()
protected final IConnectorParentContextSupport getParentContext()
protected final IConnectorParentContextSupport getAlternateParentContext()
public boolean onBeforeLoad()
public boolean onAfterLoad()
public boolean validate()
public boolean onBeforeSave()
public boolean onAfterSave()
protected String getParentContextUri()
Copyright © 2021 Visiativ Software. All rights reserved.