Package org.camunda.bpm.cockpit.db
Class QueryParameters
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.cockpit.db.QueryParameters
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractRestQueryParametersDto
public class QueryParameters extends org.camunda.bpm.engine.impl.db.ListQueryParameterObjectTyped query parameters for usage in cockpit plugins- Author:
- Nico Rehwaldt
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhistoryEnabledprotected booleanmaxResultsLimitEnabled
-
Constructor Summary
Constructors Constructor Description QueryParameters()QueryParameters(int firstResult, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableMaxResultsLimit()booleanisHistoryEnabled()booleanisMaxResultsLimitEnabled()voidsetHistoryEnabled(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
-
-