public interface TransformationConfigurationContext
Transformation implementation that executes during import, export, or transfer.
When import, export or transfer services are called:
Transformation.setup(TransformationConfigurationContext) of a Transformation.| Modifier and Type | Method and Description |
|---|---|
List<ParameterDefinition> |
getParameters()
Returns the list of parameters.
|
com.orchestranetworks.instance.Repository |
getRepository()
Returns the current repository.
|
ServiceType |
getServiceType()
Returns the service type.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session context.
|
CommonApplication |
getSourceApplication()
Returns the source application.
|
Table |
getSourceTable()
Returns the source table.
|
CommonApplication |
getTargetApplication()
Returns the target application.
|
Table |
getTargetTable()
Returns the target table.
|
List<ParameterDefinition> getParameters()
Table getSourceTable()
Table getTargetTable()
com.orchestranetworks.service.Session getSession()
com.orchestranetworks.instance.Repository getRepository()
CommonApplication getSourceApplication()
CommonApplication getTargetApplication()
ServiceType getServiceType()