| Package | Description | 
|---|---|
| org.kuali.rice.krms.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<ExecutionFlag,Boolean> | 
ExecutionOptions.getFlags()
Returns an immutable map of the flags that have been set on this object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.