Package | Description |
---|---|
com.orchestranetworks.addon.daqa |
Provides classes and interfaces required for matching operations.
|
Modifier and Type | Method and Description |
---|---|
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.exactMatchAtOnceToBeMatched(TableContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Exact match at once operation on 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.exactMatchAtOnceUnmatched(TableContext context,
ExactMatchAtOnceContext exactMatchAtOnceContext)
Exact match at once operation on Unmatched state.
|