Class DeleteSPlatformCommand
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.platform.DeleteSPlatformCommand
-
- All Implemented Interfaces:
TransactionContent
public class DeleteSPlatformCommand extends java.lang.Object implements TransactionContent
- Author:
- Zhang Bole
-
-
Constructor Summary
Constructors Constructor Description DeleteSPlatformCommand(PlatformCommandService platformCommandService, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
DeleteSPlatformCommand
public DeleteSPlatformCommand(PlatformCommandService platformCommandService, java.lang.String name)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-