Class GroupCollectionResource
java.lang.Object
org.flowable.rest.service.api.identity.GroupCollectionResource
- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdentityService
protected static HashMap<String,
QueryProperty> protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
properties
-
restResponseFactory
-
identityService
-
restApiInterceptor
-
-
Constructor Details
-
GroupCollectionResource
public GroupCollectionResource()
-
-
Method Details
-
getGroups
@GetMapping(value="/identity/groups", produces="application/json") public DataResponse<GroupResponse> getGroups(@RequestParam Map<String, String> allRequestParams) -
createGroup
@PostMapping(value="/identity/groups", produces="application/json") @ResponseStatus(CREATED) public GroupResponse createGroup(@RequestBody GroupRequest groupRequest)
-