@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 |
|---|---|
ResultListDataRepresentation |
getCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected FlowableCaseInstanceQueryService caseInstanceQueryService
@PostMapping(value="/rest/query/case-instances",
produces="application/json")
public ResultListDataRepresentation getCaseInstances(@RequestBody
com.fasterxml.jackson.databind.node.ObjectNode requestNode)
Copyright © 2023 Flowable. All rights reserved.