Class DeleteSCategory
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.category.DeleteSCategory
-
- All Implemented Interfaces:
TransactionContent
public class DeleteSCategory extends java.lang.Object implements TransactionContent
- Author:
- Yanyan Liu
-
-
Constructor Summary
Constructors Constructor Description DeleteSCategory(CategoryService categoryService, long processId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
DeleteSCategory
public DeleteSCategory(CategoryService categoryService, long processId)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-