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