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 ChangeStateOperationsgetChangeStateOperations(com.orchestranetworks.service.Session session) Provides change state operations for the EBX™ Match and Merge Add-on.static PurgingOperationsgetCleansingOperations(com.orchestranetworks.service.Session session) static ConfigurationOperationsProvides configuration operations for the EBX™ Match and Merge Add-on.static GroupOperationsgetGroupOperations(com.orchestranetworks.service.Session session) static MatchingOperationsgetMatchingOperations(com.orchestranetworks.service.Session session) Provides matching operations for the EBX™ Match and Merge Add-on.static MergeOperationsgetMergeOperations(com.orchestranetworks.service.Session session) Provides merge operations for the EBX™ Match and Merge Add-on.static ProcessOperationsgetProcessOperations(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
 
 -