public class OperationsFactory extends Object
Modifier and Type | Method and Description |
---|---|
static 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 |
getConfigurationOperations()
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) |
public static MatchingOperations getMatchingOperations(com.orchestranetworks.service.Session session)
Provides matching operations for the EBX™ Match and Merge Add-on.
session
- An EBX sessionpublic static MergeOperations getMergeOperations(com.orchestranetworks.service.Session session)
Provides merge operations for the EBX™ Match and Merge Add-on.
session
- An EBX sessionpublic static ConfigurationOperations getConfigurationOperations()
Provides configuration operations for the EBX™ Match and Merge Add-on.
public static ChangeStateOperations getChangeStateOperations(com.orchestranetworks.service.Session session)
Provides change state operations for the EBX™ Match and Merge Add-on.
session
- An EBX sessionpublic static GroupOperations getGroupOperations(com.orchestranetworks.service.Session session)
public static PurgingOperations getCleansingOperations(com.orchestranetworks.service.Session session)
public static ProcessOperations getProcessOperations(com.orchestranetworks.service.Session session)