Class GetUserMembershipsOfRole
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.GetUserMembershipsOfRole
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<SUserMembership>>
public class GetUserMembershipsOfRole extends java.lang.Object implements TransactionContentWithResult<java.util.List<SUserMembership>>
- Author:
- Bole Zhang, Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description GetUserMembershipsOfRole(long roleId, 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
-
GetUserMembershipsOfRole
public GetUserMembershipsOfRole(long roleId, 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>>
-
-