Class SelectByIdDescriptor<T extends PersistentObject>
java.lang.Object
org.bonitasoft.engine.persistence.AbstractSelectDescriptor<T>
org.bonitasoft.engine.persistence.SelectByIdDescriptor<T>
- Direct Known Subclasses:
ReadOnlySelectByIdDescriptor
- Author:
- Charles Souillard, Matthieu Chaffotte, Emmanuel Duchastenier
-
Constructor Summary
ConstructorsConstructorDescriptionSelectByIdDescriptor(Class<T> entityType, long id) SelectByIdDescriptor(Class<T> entityType, long id, boolean readonly) -
Method Summary
Methods inherited from class org.bonitasoft.engine.persistence.AbstractSelectDescriptor
equals, getEntityType, getQueryName, getReturnType, hashCode, toString
-
Constructor Details
-
SelectByIdDescriptor
-
SelectByIdDescriptor
-
-
Method Details
-
getId
public long getId() -
getInputParameters
- Specified by:
getInputParametersin classAbstractSelectDescriptor<T extends PersistentObject>
-
getStartIndex
public int getStartIndex()- Specified by:
getStartIndexin classAbstractSelectDescriptor<T extends PersistentObject>
-
getPageSize
public int getPageSize()- Specified by:
getPageSizein classAbstractSelectDescriptor<T extends PersistentObject>
-
hasAFilter
public boolean hasAFilter()- Specified by:
hasAFilterin classAbstractSelectDescriptor<T extends PersistentObject>
-
getQueryOptions
- Specified by:
getQueryOptionsin classAbstractSelectDescriptor<T extends PersistentObject>
-
hasOrderByParameters
public boolean hasOrderByParameters()- Specified by:
hasOrderByParametersin classAbstractSelectDescriptor<T extends PersistentObject>
-