Class OperationsFactory
java.lang.Object
com.orchestranetworks.addon.mame.service.OperationsFactory
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 Summary
Modifier and TypeMethodDescriptionstatic ChangeStateOperations
getChangeStateOperations
(com.orchestranetworks.service.Session session) Provides change state operations for the EBX™ Match and Merge Add-on.static PurgingOperations
getCleansingOperations
(com.orchestranetworks.service.Session session) static ConfigurationOperations
Provides configuration operations for the EBX™ Match and Merge Add-on.static GroupOperations
getGroupOperations
(com.orchestranetworks.service.Session session) static MatchingOperations
getMatchingOperations
(com.orchestranetworks.service.Session session) Provides matching operations for the EBX™ Match and Merge Add-on.static MergeOperations
getMergeOperations
(com.orchestranetworks.service.Session session) Provides merge operations for the EBX™ Match and Merge Add-on.static ProcessOperations
getProcessOperations
(com.orchestranetworks.service.Session session)
-
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
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
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
-
getCleansingOperations
public static PurgingOperations getCleansingOperations(com.orchestranetworks.service.Session session) -
getProcessOperations
-