Uses of Class
org.jbpm.workbench.ht.client.util.TaskUtils.TaskType
-
Packages that use TaskUtils.TaskType Package Description org.jbpm.workbench.ht.client.util -
-
Uses of TaskUtils.TaskType in org.jbpm.workbench.ht.client.util
Methods in org.jbpm.workbench.ht.client.util that return TaskUtils.TaskType Modifier and Type Method Description static TaskUtils.TaskType
TaskUtils.TaskType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskUtils.TaskType[]
TaskUtils.TaskType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.workbench.ht.client.util with parameters of type TaskUtils.TaskType Modifier and Type Method Description static List<String>
TaskUtils. getStatusByType(TaskUtils.TaskType type)
static List<org.jbpm.workbench.ht.util.TaskStatus>
TaskUtils. getTaskStatusByType(TaskUtils.TaskType type)
-