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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ActionCatalogResponse> getActions(String resourceKey, String group)
-
Constructor Details
-
ActionCatalogController
-
-
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)
-