Uses of Class
org.jbpm.services.task.internals.lifecycle.Allowed
-
Packages that use Allowed Package Description org.jbpm.services.task.internals.lifecycle -
-
Uses of Allowed in org.jbpm.services.task.internals.lifecycle
Methods in org.jbpm.services.task.internals.lifecycle that return Allowed Modifier and Type Method Description static Allowed
Allowed. valueOf(String name)
Returns the enum constant of this type with the specified name.static Allowed[]
Allowed. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.services.task.internals.lifecycle that return types with arguments of type Allowed Modifier and Type Method Description List<Allowed>
OperationCommand. getAllowed()
Method parameters in org.jbpm.services.task.internals.lifecycle with type arguments of type Allowed Modifier and Type Method Description void
OperationCommand. setAllowed(List<Allowed> allowed)
-