Class BaseGroupResource
java.lang.Object
org.flowable.idm.rest.service.api.group.BaseGroupResource
- Direct Known Subclasses:
GroupMembershipCollectionResource,GroupMembershipResource,GroupResource
- Author:
- Frederik Heremans, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.idm.api.IdmIdentityServiceprotected IdmRestApiInterceptorprotected IdmRestResponseFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.idm.api.GroupgetGroupFromRequest(String groupId)
-
Field Details
-
restResponseFactory
-
identityService
@Autowired protected org.flowable.idm.api.IdmIdentityService identityService -
restApiInterceptor
-
-
Constructor Details
-
BaseGroupResource
public BaseGroupResource()
-
-
Method Details
-
getGroupFromRequest
-