| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.result |
Classes and interfaces to define a result when executing data import, export and transfer.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EBXRecordPrimaryKey,EBXRecordPrimaryKey> |
TransferResult.getCreatedRecords()
Returns a map between source and target record primary keys for created records.
|
Map<EBXRecordPrimaryKey,EBXRecordPrimaryKey> |
TransferResult.getCreatedRecords()
Returns a map between source and target record primary keys for created records.
|
List<EBXRecordPrimaryKey> |
TransferResult.getDeletedRecords()
Returns a list of the targeted deleted records' primary keys before data transfer.
|
Map<EBXRecordPrimaryKey,EBXRecordPrimaryKey> |
TransferResult.getUpdatedRecords()
Returns a map between source and target record primary keys for updated records.
|
Map<EBXRecordPrimaryKey,EBXRecordPrimaryKey> |
TransferResult.getUpdatedRecords()
Returns a map between source and target record primary keys for updated records.
|