| Modifier and Type | Method and Description |
|---|---|
void |
RemoveCategoriesFromProcessDefinition.execute() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryService.addProcessDefinitionsToCategory(long categoryId,
List<Long> processDefinitionIds)
Add process definitions to a category
|
void |
CategoryService.addProcessDefinitionToCategory(long categoryId,
long processDefinitionId)
Add a process definition to a category
|
List<SCategory> |
CategoryService.getCategories(int fromIndex,
int numberOfCategories,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
Retrieves a list of categories, The returned list is paginated
|
List<SCategory> |
CategoryService.getCategoriesOfProcessDefinition(long processId,
int fromIndex,
int numberOfCategories,
org.bonitasoft.engine.persistence.OrderByType order)
Get categories for specific process definition, the result list is paginated
|
List<SCategory> |
CategoryService.getCategoriesUnrelatedToProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
org.bonitasoft.engine.persistence.OrderByType order)
Get categories not attached for specific process definition, the result list is paginated
|
long |
CategoryService.getNumberOfCategories()
Get the total number of categories
|
long |
CategoryService.getNumberOfCategoriesOfProcess(long processDefinitionId)
Get number of categories of the specific process definition
|
long |
CategoryService.getNumberOfCategoriesUnrelatedToProcess(long processDefinitionId)
Get number of categories not attached of the specific process definition
|
long |
CategoryService.getNumberOfCategorizedProcessIds(List<Long> processIds)
Get number of categorized processes
|
void |
CategoryService.removeCategoriesFromProcessDefinition(long processId,
List<Long> categoryIds)
Remove specific categories for specific process definition
|
void |
CategoryService.updateCategory(long categoryId,
EntityUpdateDescriptor descriptor)
Update a category by its id
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCategoryAlreadyExistsException |
class |
SCategoryCreationException |
class |
SCategoryDeletionException |
class |
SCategoryInProcessAlreadyExistsException |
class |
SCategoryNotFoundException |
class |
SIndexOutOfRangeException |
class |
SPageOutOfRangeException |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryServiceImpl.addProcessDefinitionsToCategory(long categoryId,
List<Long> processDefinitionIds) |
void |
CategoryServiceImpl.addProcessDefinitionToCategory(long categoryId,
long processDefinitionId) |
List<SCategory> |
CategoryServiceImpl.getCategories(int fromIndex,
int numberOfCategories,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SCategory> |
CategoryServiceImpl.getCategoriesOfProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SCategory> |
CategoryServiceImpl.getCategoriesUnrelatedToProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
org.bonitasoft.engine.persistence.OrderByType order) |
long |
CategoryServiceImpl.getNumberOfCategories() |
long |
CategoryServiceImpl.getNumberOfCategoriesOfProcess(long processDefinitionId) |
long |
CategoryServiceImpl.getNumberOfCategoriesUnrelatedToProcess(long processDefinitionId) |
long |
CategoryServiceImpl.getNumberOfCategorizedProcessIds(List<Long> processIds) |
void |
CategoryServiceImpl.removeCategoriesFromProcessDefinition(long processDefinitionId,
List<Long> categoryIds) |
void |
CategoryServiceImpl.updateCategory(long categoryId,
EntityUpdateDescriptor descriptor) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.