| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
CmmnHistoryService.getStageOverview(String caseInstanceId)
Gives back a stage overview of the historic case instance which includes the stage information of the case model.
|
List<StageResponse> |
CmmnRuntimeService.getStageOverview(String caseInstanceId)
Gives back a stage overview of the case instance which includes the stage information of the case model.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
CmmnHistoryServiceImpl.getStageOverview(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
GetHistoricStageOverviewCmd.execute(CommandContext commandContext) |
List<StageResponse> |
GetStageOverviewCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
CmmnRuntimeServiceImpl.getStageOverview(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
HistoricCaseInstanceResource.getStageOverview(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<StageResponse> |
CaseInstanceResource.getStageOverview(String caseInstanceId) |
Copyright © 2023 Flowable. All rights reserved.