TransformationExecutionContext.public interface TransformContextForImport
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Deprecated.
Returns the number of the column in the imported file.
|
String |
getColumnTitle()
Deprecated.
Returns the title of the column in imported file.
|
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 imported file.
|
com.orchestranetworks.schema.SchemaNode |
getSchemaNode()
Deprecated.
Returns the data model node of the imported field.
|
com.orchestranetworks.service.Session |
getSession()
Deprecated.
Returns the current session.
|
com.onwbp.adaptation.AdaptationTable |
getTargetTable()
Deprecated.
Returns the table into which the data will be imported.
|
Object |
getValueInSpreadsheet()
Deprecated.
Returns the value of the cell in imported file.
|
Object |
getValueInSpreadsheet(int columnIndex)
Deprecated.
Returns the value of the cell on the specific column in imported file.
|
com.orchestranetworks.schema.SchemaNode getSchemaNode()
int getRow()
int getColumn()
String getColumnTitle()
Object getValueInSpreadsheet()
Object getValueInSpreadsheet(int columnIndex)
com.onwbp.adaptation.AdaptationTable getTargetTable()
com.orchestranetworks.instance.Repository getRepository()
com.orchestranetworks.service.Session getSession()
com.onwbp.adaptation.AdaptationTable getReferencedTable()
null otherwise.