Class CalledProcessInstanceQueryDto
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<T>
org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto<CalledProcessInstanceDto>
org.camunda.bpm.cockpit.impl.plugin.base.dto.query.CalledProcessInstanceQueryDto
- All Implemented Interfaces:
Serializable
public class CalledProcessInstanceQueryDto
extends AbstractProcessInstanceQueryDto<CalledProcessInstanceDto>
- See Also:
-
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.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
ConstructorDescriptionCalledProcessInstanceQueryDto
(javax.ws.rs.core.MultivaluedMap<String, 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.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
-
Constructor Details
-
CalledProcessInstanceQueryDto
public CalledProcessInstanceQueryDto() -
CalledProcessInstanceQueryDto
-