public interface MatchingConfigurationOperations
Procedure.
Example:
ProcessPolicyConfigurationContext context = new ProcessPolicyConfigurationContext(
"myProcessPolicy",
aSession);
MatchingConfigurationOperations operations = MatchingConfigurationOperationsFactory.getMatchingConfigurationOperations();
operations.setImportMode(context, true);
| Modifier and Type | Method and Description |
|---|---|
void |
setImportMode(ProcessPolicyConfigurationContext context,
boolean importMode)
Sets the import mode for the specified Process policy dynamically.
|
void setImportMode(ProcessPolicyConfigurationContext context, boolean importMode) throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationException