Package org.camunda.bpm.cockpit.db
Class QueryParameters<T>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.cockpit.db.QueryParameters<T>
-
- Type Parameters:
T
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AbstractRestQueryParametersDto
public class QueryParameters<T> extends ListQueryParameterObject
Typed query parameters for usage in cockpit plugins- Author:
- Nico Rehwaldt
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
historyEnabled
protected boolean
maxResultsLimitEnabled
-
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
-
Constructor Summary
Constructors Constructor Description QueryParameters()
QueryParameters(int firstResult, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disableMaxResultsLimit()
boolean
isHistoryEnabled()
boolean
isMaxResultsLimitEnabled()
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
-
-