| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.bpm.category.impl |
| Modifier and Type | Method and Description |
|---|---|
Category |
ProcessManagementAPI.createCategory(String name,
String description)
Adds the category.
|
Category |
ProcessManagementAPI.getCategory(long categoryId)
Returns the category.
|
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
ProcessManagementAPI.getCategories(int startIndex,
int maxResults,
CategoryCriterion sortCriterion)
Returns the paginated list of categories.
|
List<Category> |
ProcessManagementAPI.getCategoriesOfProcessDefinition(long processId,
int startIndex,
int maxResults,
CategoryCriterion sort)
Get categories from process definition
|
List<Category> |
ProcessManagementAPI.getCategoriesUnrelatedToProcessDefinition(long processId,
int startIndex,
int maxResults,
CategoryCriterion sortingCriterion)
Returns the paginated list of categories that are not associated to the process definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.