See: Description
| Interface | Description |
|---|---|
| DaqaMetaDataPaths |
Defines paths of the Meta Type provided by the add-on.
|
| DetailedScore |
Represents the detailed results of a search.
|
| MatchingConfigurationOperations |
Contains operations for {addon.label} configuration.
|
| MatchingEventListener |
Provides a listener in order to catch specific Matching events.
|
| MatchingOperations |
Provides operations for the {addon.label}.
|
| MatchingState |
Represents a Matching state.
|
| SearchResult |
Represents the result of a search.
|
| Class | Description |
|---|---|
| BespokeParameter |
Represents user bespoke parameters.
|
| ExactMatchAtOnceContext |
Provides the context for Exact Match at Once operations.
|
| FieldContext |
The field context for matching policy context and survivorship policy context
|
| LoadCacheContext |
Describes the initialization of the caches to load.
|
| MatchingConfigurationOperationsFactory |
Provides an implementation of
MatchingConfigurationOperations. |
| MatchingConstants |
Provides matching constants.
|
| MatchingConstants.ClusterId |
Defines cluster Ids for specific states.
|
| MatchingConstants.ServiceKeys |
Provides service keys.
|
| MatchingFieldValueFilter |
Normalizes values before matching takes place.
|
| MatchingOperationsFactory |
Provides an implementation of
MatchingOperations. |
| MatchingPolicyContextChecker |
Checks whether all required conditions are met for the current matching policy context.
|
| MatchingRecord |
Represents a record under Matching.
|
| MatchingRecordFilter |
Filters records during matching operations.
|
| MatchingStateFactory |
Creates an instance of Matching State.
|
| MatchingTriggerFactory |
Creates an instance of Matching Trigger.
|
| ProcessPolicyConfigurationContext |
Provides a context for the execution of
MatchingOperations. |
| RecordContext |
Provides a context for the execution of
MatchingOperations. |
| RemoveValueFilter |
Removes all values declared in the configuration before matching.
|
| RemoveWordFilter |
Removes all words declared in the configuration before matching.
|
| SearchContext |
Provides a context for the execution of
MatchingOperations.simulateMatchTable(SearchContext). |
| SearchFilter |
Provides a filter for the execution of
MatchingOperations.simulateMatchTable(SearchContext). |
| TableContext |
Provides a context for the execution of
MatchingOperations and CrosswalkOperations. |
| TransientRecordContext |
Provides a context to simulate a match table operation prior to record creation.
|
| Exception | Description |
|---|---|
| DaqaException |
Exception class for the {addon.label}.
|
Provides classes and interfaces required for matching operations.
Session session = context.getSession();
if (MatchingTriggerFactory.isUnderMatchingOperations(session))
return;
MatchingTriggerFactory.getMatchingTrigger().handleAfterCreate(context);
RecordContext context = new RecordContext(
sContext.getCurrentAdaptation(),
procedureContext);
MatchingOperations operations = MatchingOperationsFactory.getMatchingOperations();
operations.matchTable(context);