Uses of Class
org.flowable.common.engine.impl.el.EvaluationState
-
Packages that use EvaluationState Package Description org.flowable.common.engine.impl.el -
-
Uses of EvaluationState in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el that return EvaluationState Modifier and Type Method Description static EvaluationStateEvaluationState. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationState[]EvaluationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-