| Modifier and Type | Method and Description |
|---|---|
SCategory |
GetCategory.getResult() |
SCategory |
CreateCategory.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SCategory> |
GetCategories.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SCategory |
CategoryService.createCategory(String name,
String description)
Create a category by give name and description
|
SCategory |
CategoryService.getCategory(long id)
Get category by its id
|
SCategory |
CategoryService.getCategoryByName(String name)
Get category by its name
|
| Modifier and Type | Method and Description |
|---|---|
List<SCategory> |
CategoryService.getCategories(int fromIndex,
int numberOfCategories,
String field,
OrderByType order)
Retrieves a list of categories, The returned list is paginated
|
List<SCategory> |
CategoryService.getCategoriesOfProcessDefinition(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order)
Get categories for specific process definition, the result list is paginated
|
List<SCategory> |
CategoryService.getCategoriesUnrelatedToProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
OrderByType order)
Get categories not attached for specific process definition, the result list is paginated
|
| Modifier and Type | Method and Description |
|---|---|
SCategory |
CategoryServiceImpl.createCategory(String name,
String description) |
SCategory |
CategoryServiceImpl.getCategory(long id) |
SCategory |
CategoryServiceImpl.getCategoryByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SCategory> |
CategoryServiceImpl.getCategories(int fromIndex,
int numberOfCategories,
String field,
OrderByType order) |
List<SCategory> |
CategoryServiceImpl.getCategoriesOfProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
List<SCategory> |
CategoryServiceImpl.getCategoriesUnrelatedToProcessDefinition(long processDefinitionId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
| Modifier and Type | Method and Description |
|---|---|
SCategory |
SCategoryBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SCategoryBuilder |
SCategoryBuilderFactory.createNewInstance(SCategory category) |
| Modifier and Type | Method and Description |
|---|---|
SCategory |
SCategoryBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SCategoryBuilder |
SCategoryBuilderFactoryImpl.createNewInstance(SCategory originalCategory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SCategoryImpl |
| Constructor and Description |
|---|
SCategoryImpl(SCategory category) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategories(String field,
OrderByType order,
int fromIndex,
int numberOfProcesses) |
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategoriesOfProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategoriesUnrelatedToProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectByIdDescriptor<SCategory> |
SelectDescriptorBuilder.getCategory(long categoryId) |
static SelectOneDescriptor<SCategory> |
SelectDescriptorBuilder.getCategory(String categoryName) |
| Modifier and Type | Method and Description |
|---|---|
static Category |
ModelConvertor.toCategory(SCategory sCategory) |
| Modifier and Type | Method and Description |
|---|---|
static List<Category> |
ModelConvertor.toCategories(List<SCategory> sCategories) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.