Class BaseGroupResource
- java.lang.Object
-
- org.flowable.rest.service.api.identity.BaseGroupResource
-
- Direct Known Subclasses:
GroupMembershipCollectionResource,GroupMembershipResource,GroupResource
public class BaseGroupResource extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentityServiceidentityServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
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 RestResponseFactory restResponseFactory
-
identityService
@Autowired protected IdentityService identityService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getGroupFromRequest
protected org.flowable.idm.api.Group getGroupFromRequest(String groupId)
-
-