Class ApiGroupsResource


  • @RestController
    public class ApiGroupsResource
    extends Object
    • Field Detail

      • groupService

        @Autowired
        protected GroupService groupService
    • Constructor Detail

      • ApiGroupsResource

        public ApiGroupsResource()
    • Method Detail

      • getGroupInformation

        @GetMapping(value="/groups/{groupId}",
                    produces="application/json")
        public org.flowable.ui.common.model.GroupRepresentation getGroupInformation​(@PathVariable
                                                                                    String groupId)
      • findGroupsByFilter

        @GetMapping(value="/groups",
                    produces="application/json")
        public List<org.flowable.ui.common.model.GroupRepresentation> findGroupsByFilter​(@RequestParam("filter")
                                                                                         String filter)