public class GetGroups extends java.lang.Object implements TransactionContentWithResult<java.util.List<SGroup>>
| Constructor and Description |
|---|
GetGroups(IdentityService identityService,
int startIndex,
int maxResults,
OrderByType orderExecutor,
java.lang.String fieldExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SGroup> |
getResult() |
public GetGroups(IdentityService identityService, int startIndex, int maxResults, OrderByType orderExecutor, java.lang.String fieldExecutor)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<SGroup> getResult()
getResult in interface TransactionContentWithResult<java.util.List<SGroup>>