Class DecisionDefinitionQueryController

java.lang.Object
io.camunda.zeebe.gateway.rest.controller.DecisionDefinitionQueryController

@CamundaRestQueryController @RequestMapping("/v2/decision-definitions") public class DecisionDefinitionQueryController extends Object
  • Constructor Details

    • DecisionDefinitionQueryController

      public DecisionDefinitionQueryController()
  • Method Details

    • searchDecisionDefinitions

      @PostMapping(path="/search", produces={"application/json","application/problem+json"}, consumes="application/json") public org.springframework.http.ResponseEntity<DecisionDefinitionSearchQueryResponse> searchDecisionDefinitions(@RequestBody(required=false) DecisionDefinitionSearchQueryRequest query)
    • getDecisionDefinitionXml

      @GetMapping(path="/{decisionKey}/xml", produces={"text/xml","application/problem+json"}) public org.springframework.http.ResponseEntity<String> getDecisionDefinitionXml(@PathVariable("decisionKey") Long decisionKey)