Class GetUserMembershipsOfGroup
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.GetUserMembershipsOfGroup
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<SUserMembership>>
public class GetUserMembershipsOfGroup extends java.lang.Object implements TransactionContentWithResult<java.util.List<SUserMembership>>
- Author:
- Bole Zhang, Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description GetUserMembershipsOfGroup(long groupId, IdentityService identityService, int startIndex, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.util.List<SUserMembership>getResult()
-
-
-
Constructor Detail
-
GetUserMembershipsOfGroup
public GetUserMembershipsOfGroup(long groupId, IdentityService identityService, int startIndex, int maxResults)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.util.List<SUserMembership> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.util.List<SUserMembership>>
-
-