Class QueryParameters

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractRestQueryParametersDto

    public class QueryParameters
    extends org.camunda.bpm.engine.impl.db.ListQueryParameterObject
    Typed query parameters for usage in cockpit plugins
    Author:
    Nico Rehwaldt
    See Also:
    Serialized Form
    • Field Detail

      • historyEnabled

        protected boolean historyEnabled
      • maxResultsLimitEnabled

        protected boolean maxResultsLimitEnabled
    • Constructor Detail

      • QueryParameters

        public QueryParameters()
      • QueryParameters

        public QueryParameters​(int firstResult,
                               int maxResults)
    • Method Detail

      • isHistoryEnabled

        public boolean isHistoryEnabled()
      • setHistoryEnabled

        public void setHistoryEnabled​(boolean historyEnabled)
      • isMaxResultsLimitEnabled

        public boolean isMaxResultsLimitEnabled()
      • disableMaxResultsLimit

        public void disableMaxResultsLimit()