Uses of Enum Class
org.kuali.rice.krms.api.engine.ExecutionFlag
Packages that use ExecutionFlag
-
Uses of ExecutionFlag in org.kuali.rice.krms.api.engine
Methods in org.kuali.rice.krms.api.engine that return ExecutionFlagModifier and TypeMethodDescriptionstatic ExecutionFlagReturns the enum constant of this class with the specified name.static ExecutionFlag[]ExecutionFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krms.api.engine that return types with arguments of type ExecutionFlagModifier and TypeMethodDescriptionExecutionOptions.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 ExecutionFlagModifier and TypeMethodDescriptionbooleanExecutionOptions.getFlag(ExecutionFlag flag) Returns the value the given flag.booleanExecutionOptions.isFlagSet(ExecutionFlag flag) Checks whether or not the given flag is set.ExecutionOptions.removeFlag(ExecutionFlag flag) Removes the specified flag (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.