| Package | Description |
|---|---|
| org.kuali.rice.krms.api.engine |
| Modifier and Type | Method and Description |
|---|---|
ExecutionOptions |
ExecutionEnvironment.getExecutionOptions()
Return the
ExecutionOptions |
ExecutionOptions |
ExecutionOptions.removeFlag(ExecutionFlag flag)
Removes the specified flag (if it has been set) from the set of execution options.
|
ExecutionOptions |
ExecutionOptions.removeOption(String optionName)
Removes the option with the specified name (if it has been set) from the set
of execution options.
|
ExecutionOptions |
ExecutionOptions.setFlag(ExecutionFlag flag,
boolean value)
Sets the value for the given flag to the given boolean value.
|
ExecutionOptions |
ExecutionOptions.setOption(String optionName,
String value)
Sets the value for the given option name to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
EngineResults |
Engine.execute(SelectionCriteria selectionCriteria,
Facts facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
EngineResults |
Engine.execute(SelectionCriteria selectionCriteria,
Map<String,Object> facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
| Constructor and Description |
|---|
ExecutionOptions(ExecutionOptions executionOptions)
Constructs a new set of execution options, initialized with all options
and flags copied from the given set of execution options.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.