public class SelectDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static QueryOptions |
buildQueryOptionsForCategoryMappingOrderedByCategoryId(int fromIndex,
int maxResults,
OrderByType order) |
static SelectListDescriptor<SCategory> |
getCategories(java.lang.String field,
OrderByType order,
int fromIndex,
int numberOfProcesses) |
static SelectListDescriptor<SCategory> |
getCategoriesOfProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectListDescriptor<SCategory> |
getCategoriesUnrelatedToProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectByIdDescriptor<SCategory> |
getCategory(long categoryId) |
static SelectOneDescriptor<SCategory> |
getCategory(java.lang.String categoryName) |
static SelectListDescriptor<SProcessCategoryMapping> |
getCategoryMappingOfProcessAndCategories(long processDefinitionId,
java.util.List<java.lang.Long> categoryIds,
int fromIndex,
int maxResults) |
static SelectOneDescriptor<java.lang.Long> |
getNumberOfCategoriesOfProcess(long processId) |
static SelectOneDescriptor<java.lang.Long> |
getNumberOfCategoriesUnrelatedToProcess(long processId) |
static SelectOneDescriptor<java.lang.Long> |
getNumberOfCategorizedProcessIds(java.util.List<java.lang.Long> processIds) |
static SelectOneDescriptor<java.lang.Long> |
getNumberOfElement(java.lang.String elementName,
java.lang.Class<? extends PersistentObject> clazz) |
static SelectOneDescriptor<java.lang.Long> |
isCategoryExistsInProcess(long categoryId,
long processDefinitionId) |
public static SelectByIdDescriptor<SCategory> getCategory(long categoryId)
public static SelectOneDescriptor<SCategory> getCategory(java.lang.String categoryName)
public static SelectOneDescriptor<java.lang.Long> getNumberOfElement(java.lang.String elementName, java.lang.Class<? extends PersistentObject> clazz)
public static SelectListDescriptor<SCategory> getCategories(java.lang.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<java.lang.Long> getNumberOfCategoriesOfProcess(long processId)
public static SelectOneDescriptor<java.lang.Long> getNumberOfCategoriesUnrelatedToProcess(long processId)
public static SelectOneDescriptor<java.lang.Long> getNumberOfCategorizedProcessIds(java.util.List<java.lang.Long> processIds)
public static SelectOneDescriptor<java.lang.Long> isCategoryExistsInProcess(long categoryId, long processDefinitionId)
public static SelectListDescriptor<SProcessCategoryMapping> getCategoryMappingOfProcessAndCategories(long processDefinitionId, java.util.List<java.lang.Long> categoryIds, int fromIndex, int maxResults)
public static QueryOptions buildQueryOptionsForCategoryMappingOrderedByCategoryId(int fromIndex, int maxResults, OrderByType order)