|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionOptions | |
|---|---|
| org.kuali.rice.krms.api.engine | |
| org.kuali.rice.krms.framework.engine | |
| org.kuali.rice.krms.impl.provider.repository | |
| Uses of ExecutionOptions in org.kuali.rice.krms.api.engine |
|---|
| Methods in org.kuali.rice.krms.api.engine that return ExecutionOptions | |
|---|---|
ExecutionOptions |
ExecutionEnvironment.getExecutionOptions()
|
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. |
| Methods in org.kuali.rice.krms.api.engine with parameters of type ExecutionOptions | |
|---|---|
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. |
| Constructors in org.kuali.rice.krms.api.engine with parameters of type ExecutionOptions | |
|---|---|
ExecutionOptions(ExecutionOptions executionOptions)
Constructs a new set of execution options, initialized with all options and flags copied from the given set of execution options. |
|
| Uses of ExecutionOptions in org.kuali.rice.krms.framework.engine |
|---|
| Methods in org.kuali.rice.krms.framework.engine that return ExecutionOptions | |
|---|---|
ExecutionOptions |
BasicExecutionEnvironment.getExecutionOptions()
|
| Methods in org.kuali.rice.krms.framework.engine with parameters of type ExecutionOptions | |
|---|---|
protected ExecutionEnvironment |
ProviderBasedEngine.establishExecutionEnvironment(SelectionCriteria selectionCriteria,
Map<Term,Object> facts,
ExecutionOptions executionOptions)
|
EngineResults |
ProviderBasedEngine.execute(SelectionCriteria selectionCriteria,
Facts facts,
ExecutionOptions executionOptions)
|
EngineResults |
ProviderBasedEngine.execute(SelectionCriteria selectionCriteria,
Map<String,Object> facts,
ExecutionOptions executionOptions)
|
Context |
ContextProvider.loadContext(SelectionCriteria selectionCriteria,
Map<Term,Object> facts,
ExecutionOptions executionOptions)
Loads the context for the given selection criteria, facts, and execution options. |
protected Context |
ProviderBasedEngine.selectContext(SelectionCriteria selectionCriteria,
Map<Term,Object> facts,
ExecutionOptions executionOptions)
|
| Constructors in org.kuali.rice.krms.framework.engine with parameters of type ExecutionOptions | |
|---|---|
BasicExecutionEnvironment(SelectionCriteria selectionCriteria,
Map<Term,Object> facts,
ExecutionOptions executionOptions,
TermResolutionEngine termResolutionEngine)
|
|
| Uses of ExecutionOptions in org.kuali.rice.krms.impl.provider.repository |
|---|
| Methods in org.kuali.rice.krms.impl.provider.repository with parameters of type ExecutionOptions | |
|---|---|
Context |
RuleRepositoryContextProvider.loadContext(SelectionCriteria selectionCriteria,
Map<Term,Object> facts,
ExecutionOptions executionOptions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||