Package | Description |
---|---|
org.jbpm.workbench.cm.model | |
org.jbpm.workbench.cm.service |
Modifier and Type | Method and Description |
---|---|
CaseStageSummary |
CaseStageSummary.Builder.build() |
CaseStageSummary |
CaseActionSummary.getStage() |
Modifier and Type | Method and Description |
---|---|
List<CaseStageSummary> |
CaseInstanceSummary.getStages() |
Modifier and Type | Method and Description |
---|---|
void |
CaseActionSummary.setStage(CaseStageSummary stage) |
CaseActionSummary.Builder |
CaseActionSummary.Builder.stage(CaseStageSummary stage) |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceSummary.setStages(List<CaseStageSummary> stages) |
CaseInstanceSummary.Builder |
CaseInstanceSummary.Builder.stages(List<CaseStageSummary> stages) |
Modifier and Type | Method and Description |
---|---|
List<CaseStageSummary> |
CaseManagementService.getCaseStages(String containerId,
String caseId) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.