Class MatchAndMergeRegistry


  • public abstract class MatchAndMergeRegistry
    extends java.lang.Object
    Provides a way to register custom function for field or record
    • Constructor Detail

      • MatchAndMergeRegistry

        public MatchAndMergeRegistry()
    • Method Detail

      • registerMergeFunction

        public abstract void registerMergeFunction​(MergeFunctionDeclaration mergeFunction)
                                            throws com.orchestranetworks.service.OperationException
        Ensures merge function registration in the add-on's Merge Function table.
        Parameters:
        mergeFunction - A merge function
        Throws:
        com.orchestranetworks.service.OperationException
      • getFieldMergeFunction

        public abstract MergeFunctionDeclaration getFieldMergeFunction​(java.lang.String functionName)
      • registerRecordSelectionFunction

        public abstract void registerRecordSelectionFunction​(RecordSelectionFunctionDeclaration recordSelectionFunctionDeclaration)
                                                      throws com.orchestranetworks.service.OperationException
        Ensures record selection function registration in the add-on's Record selection functions table.
        Throws:
        com.orchestranetworks.service.OperationException