Class ActionCatalogController

java.lang.Object
org.praxisplatform.uischema.controller.docs.ActionCatalogController

@RestController @RequestMapping("/schemas/actions") public class ActionCatalogController extends Object
Exporta discovery semantico de workflow actions sem redefinir o contrato estrutural.
  • Constructor Details

    • ActionCatalogController

      public ActionCatalogController(ActionCatalogService actionCatalogService)
  • Method Details

    • getActions

      @GetMapping public org.springframework.http.ResponseEntity<ActionCatalogResponse> getActions(@RequestParam(name="resource",required=false) String resourceKey, @RequestParam(name="group",required=false) String group)