Class IncidentQueryDto
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.webapp.db.QueryParameters
org.camunda.bpm.cockpit.db.QueryParameters
org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto<IncidentDto>
org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
- All Implemented Interfaces:
Serializable
- Author:
- roman.smirnov
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrder
Fields inherited from class org.camunda.bpm.webapp.db.QueryParameters
historyEnabled, maxResultsLimitEnabled
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
Constructor Summary
ConstructorDescriptionIncidentQueryDto
(javax.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionString[]
protected String
getOrderByValue
(String sortBy) String[]
String[]
protected boolean
isValidSortByValue
(String value) void
setActivityIdIn
(String[] activityIdIn) void
setProcessDefinitionIdIn
(String[] processDefinitionIdIn) void
setProcessInstanceIdIn
(String[] processInstanceIdIn) Methods inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
getInternalOrderBy, getOrderBy, resolveVariableValue, setObjectMapper, setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValid
Methods inherited from class org.camunda.bpm.webapp.db.QueryParameters
disableMaxResultsLimit, isHistoryEnabled, isMaxResultsLimitEnabled, setHistoryEnabled
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
-
processDefinitionIdIn
-
processInstanceIdIn
-
activityIdIn
-
-
Constructor Details
-
IncidentQueryDto
public IncidentQueryDto() -
IncidentQueryDto
-
-
Method Details
-
getProcessDefinitionIdIn
-
setProcessDefinitionIdIn
-
getProcessInstanceIdIn
-
setProcessInstanceIdIn
-
getActivityIdIn
-
setActivityIdIn
-
isValidSortByValue
- Specified by:
isValidSortByValue
in classAbstractRestQueryParametersDto<IncidentDto>
-
getOrderByValue
- Specified by:
getOrderByValue
in classAbstractRestQueryParametersDto<IncidentDto>
-