| Package | Description |
|---|---|
| com.orchestranetworks.addon.daqa |
Provides classes and interfaces required for matching operations.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
MatchingOperations.checkSimilarity(RecordContext context,
com.onwbp.adaptation.PrimaryKey target,
String policyCode)
Checks similarity operation using
RecordContext. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
MatchingOperations.simulateMatchTable(RecordContext context)
Simulates match table operation using
RecordContext. |
List<SearchResult> |
MatchingOperations.simulateMatchTable(SearchContext context)
Simulates a match table operation using
SearchContext. |
List<SearchResult> |
MatchingOperations.simulateMatchTable(TransientRecordContext context)
Simulates a match table operation using
TransientRecordContext. |