Uses of Class
org.jbpm.workbench.ht.util.TaskStatus
-
Packages that use TaskStatus Package Description org.jbpm.workbench.ht.model org.jbpm.workbench.ht.util -
-
Uses of TaskStatus in org.jbpm.workbench.ht.model
Methods in org.jbpm.workbench.ht.model that return TaskStatus Modifier and Type Method Description TaskStatusTaskSummary. getTaskStatus() -
Uses of TaskStatus in org.jbpm.workbench.ht.util
Methods in org.jbpm.workbench.ht.util that return TaskStatus Modifier and Type Method Description static TaskStatusTaskStatus. fromStatus(String status)static TaskStatusTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-