Class GetUserMembershipsOfGroup
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.identity.GetUserMembershipsOfGroup
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<List<SUserMembership>>
public class GetUserMembershipsOfGroup
extends Object
implements TransactionContentWithResult<List<SUserMembership>>
- Author:
- Bole Zhang, Baptiste Mesta
-
Constructor Summary
ConstructorsConstructorDescriptionGetUserMembershipsOfGroup(long groupId, IdentityService identityService, int startIndex, int maxResults) -
Method Summary
-
Constructor Details
-
GetUserMembershipsOfGroup
public GetUserMembershipsOfGroup(long groupId, IdentityService identityService, int startIndex, int maxResults)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
- Specified by:
getResultin interfaceTransactionContentWithResult<List<SUserMembership>>
-