Uses of Class
org.kie.api.task.TaskLifeCycleEventListener.AssignmentType
-
Packages that use TaskLifeCycleEventListener.AssignmentType Package Description org.kie.api.task -
-
Uses of TaskLifeCycleEventListener.AssignmentType in org.kie.api.task
Methods in org.kie.api.task that return TaskLifeCycleEventListener.AssignmentType Modifier and Type Method Description static TaskLifeCycleEventListener.AssignmentType
TaskLifeCycleEventListener.AssignmentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskLifeCycleEventListener.AssignmentType[]
TaskLifeCycleEventListener.AssignmentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-