Uses of Class
org.jbpm.examples.checklist.ChecklistItem.Status
-
Packages that use ChecklistItem.Status Package Description org.jbpm.examples.checklist org.jbpm.examples.checklist.context org.jbpm.examples.checklist.impl -
-
Uses of ChecklistItem.Status in org.jbpm.examples.checklist
Methods in org.jbpm.examples.checklist that return ChecklistItem.Status Modifier and Type Method Description ChecklistItem.Status
ChecklistItem. getStatus()
static ChecklistItem.Status
ChecklistItem.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChecklistItem.Status[]
ChecklistItem.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChecklistItem.Status in org.jbpm.examples.checklist.context
Constructor parameters in org.jbpm.examples.checklist.context with type arguments of type ChecklistItem.Status Constructor Description TaskStatusContextConstraint(List<ChecklistItem.Status> statusses)
-
Uses of ChecklistItem.Status in org.jbpm.examples.checklist.impl
Methods in org.jbpm.examples.checklist.impl that return ChecklistItem.Status Modifier and Type Method Description ChecklistItem.Status
DefaultChecklistItem. getStatus()
Constructors in org.jbpm.examples.checklist.impl with parameters of type ChecklistItem.Status Constructor Description DefaultChecklistItem(String name, ChecklistItem.Status status, Long taskId, String type, String actors, long priority, String processId, Long processInstanceId, String orderingNb)
-