| Package | Description |
|---|---|
| com.orchestranetworks.addon.daqa |
Provides classes and interfaces required for matching operations.
|
| com.orchestranetworks.addon.daqa.crosswalk |
Provides classes and interfaces required for crosswalk operations.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MatchingOperations.addIntoCluster(RecordContext context)
Adds a record into a new cluster.
|
void |
MatchingOperations.addIntoCluster(RecordContext context,
int clusterId)
Adds a record into an existing cluster.
|
void |
MatchingOperations.alignForeignKeys(RecordContext context)
Updates all foreign keys across dataspace, dataset that target merged records.
|
void |
MatchingOperations.alignForeignKeysInDataset(RecordContext context)
Updates foreign keys in the same dataset that target merged records.
|
void |
MatchingOperations.alignForeignKeysInDataspace(RecordContext context)
Updates foreign keys in the same dataspace that target merged records.
|
void |
MatchingOperations.automaticMerge(RecordContext context)
Executes the 'Automatic merge' operation on a record.
|
SearchResult |
MatchingOperations.checkSimilarity(RecordContext context,
com.onwbp.adaptation.PrimaryKey target,
String policyCode)
Checks similarity operation using
RecordContext. |
void |
MatchingOperations.delete(RecordContext context)
Deletes a specified record.
|
void |
MatchingOperations.exactMatchAtOnceToBeMatched(RecordContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Performs an Exact match at once operation on the record in the
To Be Matched state. |
void |
MatchingOperations.exactMatchAtOnceUnmatched(RecordContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Performs an Exact match at once operation on the record in the
Unmatched state. |
void |
MatchingOperations.matchBestCluster(RecordContext context)
Puts the record in the best cluster.
|
void |
MatchingOperations.matchCluster(RecordContext context)
Match cluster operation.
|
void |
MatchingOperations.matchTable(RecordContext context)
Match table operation.
|
void |
MatchingEventListener.onCreateNewGolden(RecordContext context)
Called upon automatic creation of a new Golden record.
|
void |
MatchingEventListener.onCreateNewPivot(RecordContext context)
Called upon automatic creation of a new Pivot record.
|
void |
MatchingEventListener.onStateChange(MatchingState before,
RecordContext record)
Called upon every change of a record's state.
|
void |
MatchingEventListener.onUnmerge(RecordContext context)
Called upon an Unmerge operation.
|
void |
MatchingOperations.setAtOnceToBeMatched(RecordContext context)
Set at once To be matched operation on a record.
|
void |
MatchingOperations.setAtOnceUnmatched(RecordContext context)
Set at once Unmatched operation on a record.
|
void |
MatchingOperations.setBackGolden(RecordContext context)
Set back golden operation.
|
void |
MatchingOperations.setDefinitiveGolden(RecordContext context)
Set definitive golden operation.
|
void |
MatchingOperations.setGolden(RecordContext context)
Set golden operation.
|
void |
MatchingOperations.setNotSuspect(RecordContext context)
Set not suspect operation.
|
List<SearchResult> |
MatchingOperations.simulateMatchTable(RecordContext context)
Simulates match table operation using
RecordContext. |
void |
MatchingOperations.switchPivot(RecordContext context)
Switch pivot operation.
|
void |
MatchingOperations.undelete(RecordContext context)
Undelete operation.
|
void |
MatchingOperations.unmerge(RecordContext context)
Unmerge operation.
|
void |
MatchingOperations.unsetGolden(RecordContext context)
Unset golden operation.
|
void |
MatchingOperations.unsetGoldenRecursively(RecordContext context)
Unset golden recursively operation.
|
| Modifier and Type | Method and Description |
|---|---|
CrosswalkExecutionResult |
CrosswalkOperations.executeCrosswalk(RecordContext context,
List<com.onwbp.adaptation.AdaptationTable> targetTables)
Executes the Crosswalk operation on a record.
|