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