public final class CrosswalkExecutionResult extends Object
| Constructor and Description |
|---|
CrosswalkExecutionResult()
Initializes an instance of
CrosswalkExecutionResult. |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.RequestResult |
getCrosswalkAdditionalResults()
Returns the
RequestResult containing the records in the CrosswalkAdditionalResult table and executed by Crosswalk operations. |
com.onwbp.adaptation.RequestResult |
getCrosswalkResults()
Returns the
RequestResult containing the records in the Crosswalk table and executed by Crosswalk operations. |
List<CrosswalkTableResult> |
getResults(com.onwbp.adaptation.PrimaryKey key)
Returns the list of
CrosswalkTableResult when searching with a specified source record. |
CrosswalkTableResult |
getResults(com.onwbp.adaptation.PrimaryKey key,
com.orchestranetworks.schema.Path tablePath)
Returns the
CrosswalkTableResult when searching a source record with a target table. |
List<com.onwbp.adaptation.PrimaryKey> |
getSourceRecords()
Returns the
PrimaryKey list of the source records. |
com.onwbp.adaptation.AdaptationTable |
getSourceTable()
Returns the source table.
|
List<com.orchestranetworks.schema.SchemaNode> |
getTargetFields(com.orchestranetworks.schema.Path targetTable)
Returns the
SchemaNode list of the target fields. |
List<com.orchestranetworks.schema.Path> |
getTargetTables()
Returns the
Path list of the target tables. |
public CrosswalkExecutionResult()
CrosswalkExecutionResult.public com.onwbp.adaptation.RequestResult getCrosswalkResults()
RequestResult containing the records in the Crosswalk table and executed by Crosswalk operations.public com.onwbp.adaptation.RequestResult getCrosswalkAdditionalResults()
RequestResult containing the records in the CrosswalkAdditionalResult table and executed by Crosswalk operations.public CrosswalkTableResult getResults(com.onwbp.adaptation.PrimaryKey key, com.orchestranetworks.schema.Path tablePath)
CrosswalkTableResult when searching a source record with a target table.key - the PrimaryKey of the source record.tablePath - the path of the target table.public List<CrosswalkTableResult> getResults(com.onwbp.adaptation.PrimaryKey key)
CrosswalkTableResult when searching with a specified source record.key - the PrimaryKey of the source record.public com.onwbp.adaptation.AdaptationTable getSourceTable()
public List<com.onwbp.adaptation.PrimaryKey> getSourceRecords()
PrimaryKey list of the source records.public List<com.orchestranetworks.schema.Path> getTargetTables()
Path list of the target tables.public List<com.orchestranetworks.schema.SchemaNode> getTargetFields(com.orchestranetworks.schema.Path targetTable)
SchemaNode list of the target fields.