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