Class GetSPlatformCommands
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.platform.GetSPlatformCommands
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<SPlatformCommand>>
public class GetSPlatformCommands extends java.lang.Object implements TransactionContentWithResult<java.util.List<SPlatformCommand>>
- Author:
- Zhang Bole
-
-
Constructor Summary
Constructors Constructor Description GetSPlatformCommands(PlatformCommandService platformCommandService, 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<SPlatformCommand>getResult()
-
-
-
Constructor Detail
-
GetSPlatformCommands
public GetSPlatformCommands(PlatformCommandService platformCommandService, 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<SPlatformCommand> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.util.List<SPlatformCommand>>
-
-