TransformationExecutionContext.public interface TransformContextForExport
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Deprecated.
Returns the number of the column in the exported file.
|
String |
getColumnTitle()
Deprecated.
Returns the title of column in exported file.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKeyOfRecord()
Deprecated.
Returns the primary key of the record.
|
com.onwbp.adaptation.AdaptationTable |
getReferencedTable()
Deprecated.
Returns the referenced table if the node is a foreign key and
null otherwise. |
com.orchestranetworks.instance.Repository |
getRepository()
Deprecated.
Returns the current repository.
|
int |
getRow()
Deprecated.
Returns the number of the row in the exported file.
|
com.orchestranetworks.schema.SchemaNode |
getSchemaNode()
Deprecated.
Returns the data model node of exported field.
|
com.orchestranetworks.service.Session |
getSession()
Deprecated.
Returns the current session.
|
com.onwbp.adaptation.AdaptationTable |
getSourceTable()
Deprecated.
Returns the table that contains the exported field.
|
com.onwbp.adaptation.AdaptationTable |
getTargetTable()
Deprecated.
use
getReferencedTable() instead. |
Object |
getValueInTable()
Deprecated.
Returns the value of field in the table.
|
com.orchestranetworks.schema.SchemaNode getSchemaNode()
int getRow()
int getColumn()
String getColumnTitle()
Object getValueInTable()
com.onwbp.adaptation.PrimaryKey getPrimaryKeyOfRecord()
com.onwbp.adaptation.AdaptationTable getTargetTable()
getReferencedTable() instead.null otherwise.com.onwbp.adaptation.AdaptationTable getReferencedTable()
null otherwise.com.orchestranetworks.instance.Repository getRepository()
com.orchestranetworks.service.Session getSession()
com.onwbp.adaptation.AdaptationTable getSourceTable()