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
Modifier and TypeFieldDescriptionprotected AuthorizationCheck
protected String
protected int
protected int
protected List<QueryOrderingProperty>
protected Object
protected TenantCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
setAuthCheck
(AuthorizationCheck authCheck) void
setDatabaseType
(String databaseType) void
setFirstResult
(int firstResult) void
setMaxResults
(int maxResults) void
setOrderingProperties
(List<QueryOrderingProperty> orderingProperties) void
setParameter
(Object parameter) void
setTenantCheck
(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
-