Interface FieldMapperContext
public interface FieldMapperContext
Provides the context of
FieldMapper
.- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns aServiceType
object.com.orchestranetworks.service.Session
Returns the current session.Returns the source table.com.onwbp.adaptation.AdaptationTable
getTable()
Returns the current table.Returns the target table.
-
Method Details
-
getSourceTable
Table getSourceTable()Returns the source table. -
getTargetTable
Table getTargetTable()Returns the target table. -
getTable
com.onwbp.adaptation.AdaptationTable getTable()Returns the current table. -
getSession
com.orchestranetworks.service.Session getSession()Returns the current session. -
getServiceType
ServiceType getServiceType()Returns aServiceType
object.
-