public interface ConfigurationOperations
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
getTableConfiguration(com.onwbp.adaptation.AdaptationTable table)
Gets the matching configuration of the specified table.
|
void |
pauseMatchingTrigger(com.onwbp.adaptation.AdaptationTable table)
Pauses the matching trigger and prevents matching operations from running on the table.
|
void |
resumeMatchingTrigger(com.onwbp.adaptation.AdaptationTable table)
Resumes the matching trigger and allows matching operations to run on the table.
|
TableConfiguration getTableConfiguration(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.NotFoundException
Gets the matching configuration of the specified table.
com.orchestranetworks.addon.mame.common.NotFoundException
void pauseMatchingTrigger(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.NotFoundException, com.orchestranetworks.service.OperationException
Pauses the matching trigger and prevents matching operations from running on the table.
table
- An EBX tablecom.orchestranetworks.service.OperationException
- When unexpected error occurscom.orchestranetworks.addon.mame.common.NotFoundException
- When the table specified is not foundvoid resumeMatchingTrigger(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.NotFoundException, com.orchestranetworks.service.OperationException
Resumes the matching trigger and allows matching operations to run on the table.
table
- An EBX tablecom.orchestranetworks.service.OperationException
- When unexpected error occurscom.orchestranetworks.addon.mame.common.NotFoundException
- When the table specified is not found