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