Class OperationsFactory

java.lang.Object
com.orchestranetworks.addon.mame.service.OperationsFactory

public class OperationsFactory extends Object
Provides static methods for EBX Match and Merge Add-on services such as
  • matching operations
  • merging operations
  • changing state
  • group operations
  • configuration operations
  • purging
  • metadata reader operations
  • Method Details

    • getMatchingOperations

      public static MatchingOperations getMatchingOperations(com.orchestranetworks.service.Session session)

      Provides matching operations for the EBX™ Match and Merge Add-on.

      Parameters:
      session - An EBX session
      Returns:
      MatchingOperations Matching operations for the EBX™ Match and Merge Add-on
    • getMergeOperations

      public static MergeOperations getMergeOperations(com.orchestranetworks.service.Session session)

      Provides merge operations for the EBX™ Match and Merge Add-on.

      Parameters:
      session - An EBX session
      Returns:
      MergeOperations Merge operations for the EBX™ Match and Merge Add-on
    • getConfigurationOperations

      public static ConfigurationOperations getConfigurationOperations()

      Provides configuration operations for the EBX™ Match and Merge Add-on.

      Returns:
      ConfigurationOperations Configuration operations for the EBX™ Match and Merge Add-on
    • getChangeStateOperations

      public static ChangeStateOperations getChangeStateOperations(com.orchestranetworks.service.Session session)

      Provides change state operations for the EBX™ Match and Merge Add-on.

      Parameters:
      session - An EBX session
      Returns:
      ChangeStateOperations Change state operations for the EBX™ Match and Merge Add-on
    • getGroupOperations

      public static GroupOperations getGroupOperations(com.orchestranetworks.service.Session session)
    • getCleansingOperations

      public static PurgingOperations getCleansingOperations(com.orchestranetworks.service.Session session)
    • getProcessOperations

      public static ProcessOperations getProcessOperations(com.orchestranetworks.service.Session session)