|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionFlag | |
---|---|
org.kuali.rice.krms.api.engine |
Uses of ExecutionFlag in org.kuali.rice.krms.api.engine |
---|
Methods in org.kuali.rice.krms.api.engine that return ExecutionFlag | |
---|---|
static ExecutionFlag |
ExecutionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecutionFlag[] |
ExecutionFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.kuali.rice.krms.api.engine that return types with arguments of type ExecutionFlag | |
---|---|
Map<ExecutionFlag,Boolean> |
ExecutionOptions.getFlags()
Returns an immutable map of the flags that have been set on this object. |
Methods in org.kuali.rice.krms.api.engine with parameters of type ExecutionFlag | |
---|---|
boolean |
ExecutionOptions.getFlag(ExecutionFlag flag)
Returns the value the given flag. |
boolean |
ExecutionOptions.isFlagSet(ExecutionFlag flag)
Checks whether or not the given flag is set. |
ExecutionOptions |
ExecutionOptions.removeFlag(ExecutionFlag flag)
Removes the specified flag (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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |