Class ProcessDefinitionStatisticsQueryDto
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.cockpit.db.QueryParameters
org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto<ProcessDefinitionStatisticsDto>
org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionStatisticsQueryDto
- All Implemented Interfaces:
Serializable
public class ProcessDefinitionStatisticsQueryDto
extends AbstractRestQueryParametersDto<ProcessDefinitionStatisticsDto>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrderFields inherited from class org.camunda.bpm.cockpit.db.QueryParameters
historyEnabled, maxResultsLimitEnabledFields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck -
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinitionStatisticsQueryDto(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetOrderByValue(String sortBy) protected booleanisValidSortByValue(String value) voidvoidsetKeyLike(String keyLike) voidvoidsetNameLike(String nameLike) Methods inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
getInternalOrderBy, getOrderBy, resolveVariableValue, setObjectMapper, setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValidMethods inherited from class org.camunda.bpm.cockpit.db.QueryParameters
disableMaxResultsLimit, isHistoryEnabled, isMaxResultsLimitEnabled, setHistoryEnabledMethods 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
-
key
-
keyLike
-
name
-
nameLike
-
-
Constructor Details
-
ProcessDefinitionStatisticsQueryDto
-
-
Method Details
-
setKey
-
setKeyLike
-
setName
-
setNameLike
-
isValidSortByValue
- Specified by:
isValidSortByValuein classAbstractRestQueryParametersDto<ProcessDefinitionStatisticsDto>
-
getOrderByValue
- Specified by:
getOrderByValuein classAbstractRestQueryParametersDto<ProcessDefinitionStatisticsDto>
-