Class RemoveCategoriesFromProcessDefinition
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.category.RemoveCategoriesFromProcessDefinition
-
- All Implemented Interfaces:
TransactionContent
public class RemoveCategoriesFromProcessDefinition extends java.lang.Object implements TransactionContent
Transaction content to remove a list of categories from a Process definition.- Author:
- Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description RemoveCategoriesFromProcessDefinition(long processDefinitionId, java.util.List<java.lang.Long> categoryIds, CategoryService categoryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
RemoveCategoriesFromProcessDefinition
public RemoveCategoriesFromProcessDefinition(long processDefinitionId, java.util.List<java.lang.Long> categoryIds, CategoryService categoryService)
-
-
Method Detail
-
execute
public void execute() throws SCategoryException, SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SCategoryExceptionSBonitaException
-
-