public abstract class MatchAndMergeRegistry extends Object
| Constructor and Description |
|---|
MatchAndMergeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
abstract MergeFunctionDeclaration |
getFieldMergeFunction(String functionName) |
abstract RecordSelectionFunctionDeclaration |
getRecordSelectionFunction(String functionName) |
abstract void |
registerMergeFunction(MergeFunctionDeclaration mergeFunction)
Ensures merge function registration in the add-on's
Merge Function table. |
abstract void |
registerRecordSelectionFunction(RecordSelectionFunctionDeclaration recordSelectionFunctionDeclaration)
Ensures record selection function registration in the add-on's
Record selection functions table. |
public abstract void registerMergeFunction(MergeFunctionDeclaration mergeFunction) throws com.orchestranetworks.service.OperationException
Merge Function table.mergeFunction - A merge functioncom.orchestranetworks.service.OperationExceptionpublic abstract MergeFunctionDeclaration getFieldMergeFunction(String functionName)
public abstract void registerRecordSelectionFunction(RecordSelectionFunctionDeclaration recordSelectionFunctionDeclaration) throws com.orchestranetworks.service.OperationException
Record selection functions table.com.orchestranetworks.service.OperationExceptionpublic abstract RecordSelectionFunctionDeclaration getRecordSelectionFunction(String functionName)