| Package | Description |
|---|---|
| org.bonitasoft.engine.core.category | |
| org.bonitasoft.engine.core.category.impl |
| 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
|
void |
CategoryService.deleteCategory(long categoryId)
Delete a category by its id
|
SCategory |
CategoryService.getCategory(long id)
Get category by its id
|
SCategory |
CategoryService.getCategoryByName(String name)
Get category by its name
|
void |
CategoryService.updateCategory(long categoryId,
EntityUpdateDescriptor descriptor)
Update a category by its id
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryServiceImpl.deleteCategory(long categoryId) |
SCategory |
CategoryServiceImpl.getCategory(long id) |
SCategory |
CategoryServiceImpl.getCategoryByName(String name) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.