public class GetUserMembershipsOfRole extends java.lang.Object implements TransactionContentWithResult<java.util.List<SUserMembership>>
| Constructor and Description |
|---|
GetUserMembershipsOfRole(long roleId,
IdentityService identityService,
int startIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SUserMembership> |
getResult() |
public GetUserMembershipsOfRole(long roleId,
IdentityService identityService,
int startIndex,
int maxResults)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<SUserMembership> getResult()
getResult in interface TransactionContentWithResult<java.util.List<SUserMembership>>