Package | Description |
---|---|
org.jbpm.examples.checklist | |
org.jbpm.examples.checklist.context | |
org.jbpm.examples.checklist.impl |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TaskStatusContextConstraint(List<ChecklistItem.Status> statusses) |
Modifier and Type | Method and Description |
---|---|
ChecklistItem.Status |
DefaultChecklistItem.getStatus() |
Constructor and Description |
---|
DefaultChecklistItem(String name,
ChecklistItem.Status status,
Long taskId,
String type,
String actors,
long priority,
String processId,
Long processInstanceId,
String orderingNb) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.