Class BaseGroupResource
- java.lang.Object
-
- org.flowable.idm.rest.service.api.group.BaseGroupResource
-
- Direct Known Subclasses:
GroupMembershipCollectionResource,GroupMembershipResource,GroupResource
public class BaseGroupResource extends Object
- Author:
- Frederik Heremans, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.idm.api.IdmIdentityServiceidentityServiceprotected IdmRestApiInterceptorrestApiInterceptorprotected IdmRestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description BaseGroupResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.idm.api.GroupgetGroupFromRequest(String groupId)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected IdmRestResponseFactory restResponseFactory
-
identityService
@Autowired protected org.flowable.idm.api.IdmIdentityService identityService
-
restApiInterceptor
@Autowired(required=false) protected IdmRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getGroupFromRequest
protected org.flowable.idm.api.Group getGroupFromRequest(String groupId)
-
-