public class GetUserMembershipsOfGroup extends java.lang.Object implements TransactionContentWithResult<java.util.List<SUserMembership>>
| Constructor and Description |
|---|
GetUserMembershipsOfGroup(long groupId,
IdentityService identityService,
int startIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SUserMembership> |
getResult() |
public GetUserMembershipsOfGroup(long groupId,
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>>