Class ProcessInstanceQueryDto
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.cockpit.db.QueryParameters
-
- org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto<T>
-
- org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto<ProcessInstanceDto>
-
- org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessInstanceQueryDto
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessInstanceQueryDto extends AbstractProcessInstanceQueryDto<ProcessInstanceDto>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
activityIdIn, activityInstanceIdIn, businessKey, parentProcessDefinitionId, parentProcessInstanceId, processDefinitionId, startedAfter, startedBefore, withIncident
-
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.cockpit.db.QueryParameters
historyEnabled, maxResultsLimitEnabled
-
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceQueryDto()
ProcessInstanceQueryDto(javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameter)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
getActivityIdIn, getActivityInstanceIdIn, getBusinessKey, getOrderByValue, getOuterOrderBy, getParentProcessDefinitionId, getParentProcessInstanceId, getProcessDefinitionId, getQueryVariableValues, getStartedAfter, getStartedBefore, getWithIncident, initQueryVariableValues, isValidSortByValue, setActivityIdIn, setActivityInstanceIdIn, setBusinessKey, setParentProcessDefinitionId, setParentProcessInstanceId, setProcessDefinitionId, setStartedAfter, setStartedBefore, setVariables, setWithIncident
-
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.cockpit.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
-
-