public class SelectDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
public static SelectByIdDescriptor<SCategory> getCategory(long categoryId)
public static SelectOneDescriptor<SCategory> getCategory(String categoryName)
public static SelectOneDescriptor<Long> getNumberOfElement(String elementName, Class<? extends PersistentObject> clazz)
public static SelectListDescriptor<SCategory> getCategories(String field, OrderByType order, int fromIndex, int numberOfProcesses)
public static SelectListDescriptor<SCategory> getCategoriesOfProcess(long processId, int fromIndex, int numberOfCategories, OrderByType order)
public static SelectListDescriptor<SCategory> getCategoriesUnrelatedToProcess(long processId, int fromIndex, int numberOfCategories, OrderByType order)
public static SelectOneDescriptor<Long> getNumberOfCategoriesOfProcess(long processId)
public static SelectOneDescriptor<Long> getNumberOfCategoriesUnrelatedToProcess(long processId)
public static SelectOneDescriptor<Long> getNumberOfCategorizedProcessIds(List<Long> processIds)
public static SelectOneDescriptor<Long> isCategoryExistsInProcess(long categoryId, long processDefinitionId)
public static SelectListDescriptor<SProcessCategoryMapping> getCategoryMappingOfProcessAndCategories(long processDefinitionId, List<Long> categoryIds, int fromIndex, int maxResults)
public static QueryOptions buildQueryOptionsForCategoryMappingOrderedByCategoryId(int fromIndex, int maxResults, OrderByType order)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.