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