Class OperationsFactory
- java.lang.Object
-
- com.orchestranetworks.addon.mame.service.OperationsFactory
-
public class OperationsFactory extends java.lang.ObjectProvides 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 ConfigurationOperationsgetConfigurationOperations()Provides 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 Detail
-
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)
-
-