Class RemoveCategoriesFromProcessDefinition
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.category.RemoveCategoriesFromProcessDefinition
- All Implemented Interfaces:
TransactionContent
Transaction content to remove a list of categories from a Process definition.
- Author:
- Emmanuel Duchastenier
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveCategoriesFromProcessDefinition(long processDefinitionId, List<Long> categoryIds, CategoryService categoryService) -
Method Summary
-
Constructor Details
-
RemoveCategoriesFromProcessDefinition
public RemoveCategoriesFromProcessDefinition(long processDefinitionId, List<Long> categoryIds, CategoryService categoryService)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SCategoryExceptionSBonitaException
-