Package org.camunda.bpm.webapp.db
Class QueryParameters
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.webapp.db.QueryParameters
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractRestQueryParametersDto
,QueryParameters
Typed query parameters for usage in webapp plugins
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
void
setHistoryEnabled
(boolean historyEnabled) Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
Field Details
-
historyEnabled
protected boolean historyEnabled -
maxResultsLimitEnabled
protected boolean maxResultsLimitEnabled
-
-
Constructor Details
-
QueryParameters
public QueryParameters() -
QueryParameters
public QueryParameters(int firstResult, int maxResults)
-
-
Method Details
-
isHistoryEnabled
public boolean isHistoryEnabled() -
setHistoryEnabled
public void setHistoryEnabled(boolean historyEnabled) -
isMaxResultsLimitEnabled
public boolean isMaxResultsLimitEnabled() -
disableMaxResultsLimit
public void disableMaxResultsLimit()
-