public abstract class BaseConnection<T> extends BaseSDKExtension implements com.axemble.vdoc.connector.definitions.SDKConnection<T>
LOGGER
Constructor and Description |
---|
BaseConnection() |
Modifier and Type | Method and Description |
---|---|
abstract T |
getConnection() |
IConnectionDefinition<T> |
getConnectionDefinition() |
String |
getErrorMessage(String language) |
String |
getSuccessMessage(String language) |
void |
init() |
void |
setConnectionDefinition(com.axemble.vdoc.connector.domain.ConnectionDefinition<T> connectionDefinition) |
abstract boolean |
validate() |
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
public abstract boolean validate() throws Exception
public void init()
init
in interface com.axemble.vdoc.connector.definitions.SDKConnection<T>
public String getSuccessMessage(String language)
getSuccessMessage
in interface com.axemble.vdoc.connector.definitions.SDKConnection<T>
public String getErrorMessage(String language)
getErrorMessage
in interface com.axemble.vdoc.connector.definitions.SDKConnection<T>
public final IConnectionDefinition<T> getConnectionDefinition()
getConnectionDefinition
in interface com.axemble.vdoc.connector.definitions.SDKConnection<T>
public final void setConnectionDefinition(com.axemble.vdoc.connector.domain.ConnectionDefinition<T> connectionDefinition)
setConnectionDefinition
in interface com.axemble.vdoc.connector.definitions.SDKConnection<T>
Copyright © 2021 Visiativ Software. All rights reserved.