| Constructor and Description |
|---|
CreateCategory(String name,
String description,
CategoryService categoryService) |
DeleteSCategory(CategoryService categoryService,
long processId) |
GetCategories(int startIndex,
int maxResults,
String fieldExecutor,
CategoryService categoryService,
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) |
| Constructor and Description |
|---|
AddProcessDefinitionToCategory(long categoryId,
long processDefinitionId,
CategoryService categoryService,
ProcessDefinitionService processDefinitionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
CategoryService |
TenantServiceAccessor.getCategoryService() |
| Modifier and Type | Method and Description |
|---|---|
CategoryService |
SpringTenantServiceAccessor.getCategoryService() |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.