TransformationConfigurationContext.public interface TransformationConfigurationContext
Transformation implementation that executes during import, export, or transfer.
Transformation.setup(TransformationConfigurationContext) of a Transformation.| Modifier and Type | Method and Description |
|---|---|
String |
getLogicalNameOfSourceApplication()
Deprecated.
Returns the source application's logical name.
|
String |
getLogicalNameOfTargetApplication()
Deprecated.
Returns the target application's logical name.
|
List<ParameterDefinition> |
getParameters()
Deprecated.
Returns the list of parameters.
|
com.orchestranetworks.instance.Repository |
getRepository()
Deprecated.
Returns the current repository.
|
DataExchangeServiceType |
getServiceType()
Deprecated.
Returns the service type.
|
com.orchestranetworks.service.Session |
getSession()
Deprecated.
Returns the current session context.
|
com.onwbp.adaptation.AdaptationTable |
getSourceTable()
Deprecated.
Returns the table containing the source field and
null during import. |
ApplicationType |
getSourceType()
Deprecated.
Returns the source application type.
|
com.onwbp.adaptation.AdaptationTable |
getTargetTable()
Deprecated.
Returns the table containing the target field and
null during export. |
ApplicationType |
getTargetType()
Deprecated.
Returns the target application type.
|
String |
getUniversalNameOfSourceApplication()
Deprecated.
Returns the source application's universal name.
|
String |
getUniversalNameOfTargetApplication()
Deprecated.
Returns the target application's universal name.
|
List<ParameterDefinition> getParameters()
com.onwbp.adaptation.AdaptationTable getSourceTable()
null during import.com.onwbp.adaptation.AdaptationTable getTargetTable()
null during export.com.orchestranetworks.service.Session getSession()
com.orchestranetworks.instance.Repository getRepository()
ApplicationType getSourceType()
String getLogicalNameOfSourceApplication()
String getLogicalNameOfTargetApplication()
String getUniversalNameOfSourceApplication()
String getUniversalNameOfTargetApplication()
ApplicationType getTargetType()
DataExchangeServiceType getServiceType()