public class GetCommands extends java.lang.Object implements TransactionContentWithResult<java.util.List<SCommand>>
| Constructor and Description |
|---|
GetCommands(CommandService commandService,
int startIndex,
int maxResults,
org.bonitasoft.engine.command.CommandCriterion sort) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SCommand> |
getResult() |
public GetCommands(CommandService commandService, int startIndex, int maxResults, org.bonitasoft.engine.command.CommandCriterion sort)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<SCommand> getResult()
getResult in interface TransactionContentWithResult<java.util.List<SCommand>>