Package org.camunda.bpm.engine.impl.db
Class ListQueryParameterObject
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractQuery,- MetricsQueryImpl,- QueryParameters,- TablePageQueryImpl
- Author:
- Daniel Meyer
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected AuthorizationCheckprotected Stringprotected intprotected intprotected List<QueryOrderingProperty>protected Objectprotected TenantCheck
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintintvoidsetAuthCheck(AuthorizationCheck authCheck) voidsetDatabaseType(String databaseType) voidsetFirstResult(int firstResult) voidsetMaxResults(int maxResults) voidsetOrderingProperties(List<QueryOrderingProperty> orderingProperties) voidsetParameter(Object parameter) voidsetTenantCheck(TenantCheck tenantCheck) 
- 
Field Details- 
authCheck
- 
tenantCheck
- 
orderingProperties
- 
maxResultsprotected int maxResults
- 
firstResultprotected int firstResult
- 
parameter
- 
databaseType
 
- 
- 
Constructor Details- 
ListQueryParameterObjectpublic ListQueryParameterObject()
- 
ListQueryParameterObject
 
- 
- 
Method Details- 
getFirstResultpublic int getFirstResult()
- 
getFirstRowpublic int getFirstRow()
- 
getLastRowpublic int getLastRow()
- 
getMaxResultspublic int getMaxResults()
- 
getParameter
- 
setFirstResultpublic void setFirstResult(int firstResult) 
- 
setMaxResultspublic void setMaxResults(int maxResults) 
- 
setParameter
- 
setDatabaseType
- 
getDatabaseType
- 
getAuthCheck
- 
setAuthCheck
- 
getTenantCheck
- 
setTenantCheck
- 
getOrderingProperties
- 
setOrderingProperties
 
-