CreateCategory(String name,
String description,
CategoryService categoryService) |
DeleteSCategory(CategoryService categoryService,
long processId) |
GetCategories(int startIndex,
int maxResults,
String fieldExecutor,
CategoryService categoryService,
org.bonitasoft.engine.persistence.OrderByType orderExecutor) |
GetCategory(CategoryService categoryService,
long categoryId) |
GetCategory(CategoryService categoryService,
String categoryName) |
GetNumberOfCategories(CategoryService categoryService) |
GetNumberOfCategoriesOfProcess(CategoryService categoryService,
long processDefinitionId) |
GetNumberOfCategoriesUnrelatedToProcess(CategoryService categoryService,
long processDefinitionId) |
RemoveCategoriesFromProcessDefinition(long processDefinitionId,
List<Long> categoryIds,
CategoryService categoryService) |
RemoveProcessDefinitionsOfCategory(CategoryService categoryService,
long categoryId) |
RemoveProcessDefinitionsOfCategory(long processDefinitionId,
CategoryService categoryService) |
UpdateCategory(CategoryService categoryService,
long categoryId,
EntityUpdateDescriptor updateDescriptor) |