@RestController @RequestMapping(value="/app") public class CaseInstanceQueryResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableCaseInstanceQueryService |
caseInstanceQueryService |
| Constructor and Description |
|---|
CaseInstanceQueryResource() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected FlowableCaseInstanceQueryService caseInstanceQueryService
Copyright © 2022 Flowable. All rights reserved.