Uses of Class
org.kuali.rice.krms.api.engine.ExecutionOptions
Packages that use ExecutionOptions
-
Uses of ExecutionOptions in org.kuali.rice.krms.api.engine
Methods in org.kuali.rice.krms.api.engine that return ExecutionOptionsModifier and TypeMethodDescriptionExecutionEnvironment.getExecutionOptions()Return theExecutionOptionsExecutionOptions.removeFlag(ExecutionFlag flag) Removes the specified flag (if it has been set) from the set of execution options.ExecutionOptions.removeOption(String optionName) Removes the option with the specified name (if it has been set) from the set of execution options.ExecutionOptions.setFlag(ExecutionFlag flag, boolean value) Sets the value for the given flag to the given boolean 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 ExecutionOptionsModifier and TypeMethodDescriptionEngine.execute(SelectionCriteria selectionCriteria, Map<String, Object> facts, ExecutionOptions executionOptions) Initiates execution of the rules engine.Engine.execute(SelectionCriteria selectionCriteria, Facts facts, ExecutionOptions executionOptions) Initiates execution of the rules engine.Constructors in org.kuali.rice.krms.api.engine with parameters of type ExecutionOptionsModifierConstructorDescriptionExecutionOptions(ExecutionOptions executionOptions) Constructs a new set of execution options, initialized with all options and flags copied from the given set of execution options.