Package | Description |
---|---|
org.jbpm.workbench.cm.model | |
org.jbpm.workbench.cm.util |
Modifier and Type | Method and Description |
---|---|
CaseStatus |
CaseInstanceSummary.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceSummary.setStatus(CaseStatus status) |
CaseInstanceSummary.Builder |
CaseInstanceSummary.Builder.status(CaseStatus status) |
Modifier and Type | Method and Description |
---|---|
static CaseStatus |
CaseStatus.fromId(Integer id) |
static CaseStatus |
CaseStatus.fromName(String name) |
CaseStatus |
CaseInstanceSearchRequest.getStatus() |
static CaseStatus |
CaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseStatus[] |
CaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceSearchRequest.setStatus(CaseStatus status) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.