Class GetCommands
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.command.GetCommands
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<SCommand>>
public class GetCommands extends java.lang.Object implements TransactionContentWithResult<java.util.List<SCommand>>
- Since:
- 6.0
- Author:
- Hongwen Zang
-
-
Constructor Summary
Constructors Constructor Description GetCommands(CommandService commandService, int startIndex, int maxResults, org.bonitasoft.engine.command.CommandCriterion sort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.util.List<SCommand>getResult()
-
-
-
Constructor Detail
-
GetCommands
public GetCommands(CommandService commandService, int startIndex, int maxResults, org.bonitasoft.engine.command.CommandCriterion sort)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.util.List<SCommand> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.util.List<SCommand>>
-
-