Interface FieldMapperContext
-
public interface FieldMapperContextProvides the context ofFieldMapper.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceTypegetServiceType()Returns aServiceTypeobject.com.orchestranetworks.service.SessiongetSession()Returns the current session.TablegetSourceTable()Returns the source table.com.onwbp.adaptation.AdaptationTablegetTable()Returns the current table.TablegetTargetTable()Returns the target table.
-
-
-
Method Detail
-
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 aServiceTypeobject.
-
-