Class DeleteSCommand
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.command.DeleteSCommand
-
- All Implemented Interfaces:
TransactionContent
public class DeleteSCommand extends java.lang.Object implements TransactionContent
- Author:
- Matthieu Chaffotte, Yanyan Liu
-
-
Constructor Summary
Constructors Constructor Description DeleteSCommand(CommandService commandService, long commandId)DeleteSCommand(CommandService commandService, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
DeleteSCommand
public DeleteSCommand(CommandService commandService, java.lang.String name)
-
DeleteSCommand
public DeleteSCommand(CommandService commandService, long commandId)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-