public class SelectDescriptorBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.bonitasoft.engine.persistence.PersistentObject> |
getElementById(Class<T> clazz,
String elementName,
long id) |
static <T extends org.bonitasoft.engine.persistence.PersistentObject> |
getElements(Class<T> clazz,
String elementName,
int fromIndex,
int numberOfElements) |
static <T extends org.bonitasoft.engine.persistence.PersistentObject> |
getElements(Class<T> clazz,
String elementName,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
static <T extends org.bonitasoft.engine.persistence.PersistentObject> |
getElements(Class<T> clazz,
String elementName,
String field,
org.bonitasoft.engine.persistence.OrderByType order,
int fromIndex,
int numberOfElements) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.theme.model.STheme> |
getLastModifiedTheme(org.bonitasoft.engine.theme.model.SThemeType type) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> |
getNumberOfElement(String elementName,
Class<? extends org.bonitasoft.engine.persistence.PersistentObject> clazz) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.theme.model.STheme> |
getTheme(org.bonitasoft.engine.theme.model.SThemeType type,
boolean isDefault) |
public static <T extends org.bonitasoft.engine.persistence.PersistentObject> org.bonitasoft.engine.persistence.SelectByIdDescriptor<T> getElementById(Class<T> clazz, String elementName, long id)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> getNumberOfElement(String elementName, Class<? extends org.bonitasoft.engine.persistence.PersistentObject> clazz)
public static <T extends org.bonitasoft.engine.persistence.PersistentObject> org.bonitasoft.engine.persistence.SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, int fromIndex, int numberOfElements)
public static <T extends org.bonitasoft.engine.persistence.PersistentObject> org.bonitasoft.engine.persistence.SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, String field, org.bonitasoft.engine.persistence.OrderByType order, int fromIndex, int numberOfElements)
public static <T extends org.bonitasoft.engine.persistence.PersistentObject> org.bonitasoft.engine.persistence.SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, org.bonitasoft.engine.persistence.QueryOptions queryOptions)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.theme.model.STheme> getTheme(org.bonitasoft.engine.theme.model.SThemeType type, boolean isDefault)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.theme.model.STheme> getLastModifiedTheme(org.bonitasoft.engine.theme.model.SThemeType type)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.