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 Summary
FieldsModifier and TypeFieldDescriptionprotected AuthorizationCheckprotected Stringprotected intprotected intprotected List<QueryOrderingProperty>protected Objectprotected TenantCheck -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
maxResults
protected int maxResults -
firstResult
protected int firstResult -
parameter
-
databaseType
-
-
Constructor Details
-
ListQueryParameterObject
public ListQueryParameterObject() -
ListQueryParameterObject
-
-
Method Details
-
getFirstResult
public int getFirstResult() -
getFirstRow
public int getFirstRow() -
getLastRow
public int getLastRow() -
getMaxResults
public int getMaxResults() -
getParameter
-
setFirstResult
public void setFirstResult(int firstResult) -
setMaxResults
public void setMaxResults(int maxResults) -
setParameter
-
setDatabaseType
-
getDatabaseType
-
getAuthCheck
-
setAuthCheck
-
getTenantCheck
-
setTenantCheck
-
getOrderingProperties
-
setOrderingProperties
-