|
jBPM distribution 6.0.0.CR4-Pre1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChecklistItem.Status | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
ChecklistItem.Status |
DefaultChecklistItem.getStatus()
|
Constructors in org.jbpm.examples.checklist.impl with parameters of type ChecklistItem.Status | |
---|---|
DefaultChecklistItem(String name,
ChecklistItem.Status status,
Long taskId,
String type,
String actors,
long priority,
String processId,
Long processInstanceId,
String orderingNb)
|
|
jBPM distribution 6.0.0.CR4-Pre1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |