Class AbstractProcessInstanceQueryDto<T extends ProcessInstanceDto>
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<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CalledProcessInstanceQueryDto
,ProcessInstanceQueryDto
public abstract class AbstractProcessInstanceQueryDto<T extends ProcessInstanceDto>
extends AbstractRestQueryParametersDto<T>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String[]
protected String[]
protected String
protected String
protected String
protected String
protected Date
protected Date
protected Boolean
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
ConstructorDescriptionAbstractProcessInstanceQueryDto
(javax.ws.rs.core.MultivaluedMap<String, String> queryParameter) -
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
protected String
getOrderByValue
(String sortBy) void
initQueryVariableValues
(VariableSerializers variableTypes, String dbType) protected boolean
isValidSortByValue
(String value) void
setActivityIdIn
(String[] activityIdIn) void
setActivityInstanceIdIn
(String[] activityInstanceIdIn) void
setBusinessKey
(String businessKey) void
setParentProcessDefinitionId
(String parentProcessDefinitionId) void
setParentProcessInstanceId
(String parentProcessInstanceId) void
setProcessDefinitionId
(String processDefinitionId) void
setStartedAfter
(Date startedAfter) void
setStartedBefore
(Date startedBefore) void
setVariables
(List<VariableQueryParameterDto> variables) void
setWithIncident
(Boolean withIncident) 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
-
processDefinitionId
-
parentProcessDefinitionId
-
activityIdIn
-
activityInstanceIdIn
-
businessKey
-
parentProcessInstanceId
-
startedBefore
-
startedAfter
-
withIncident
-
-
Constructor Details
-
AbstractProcessInstanceQueryDto
public AbstractProcessInstanceQueryDto() -
AbstractProcessInstanceQueryDto
-
-
Method Details
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getParentProcessDefinitionId
-
setParentProcessDefinitionId
-
setVariables
-
getQueryVariableValues
-
initQueryVariableValues
-
getParentProcessInstanceId
-
setParentProcessInstanceId
-
getActivityIdIn
-
setActivityIdIn
-
getActivityInstanceIdIn
-
setActivityInstanceIdIn
-
getBusinessKey
-
setBusinessKey
-
getStartedBefore
-
setStartedBefore
-
getStartedAfter
-
setStartedAfter
-
getWithIncident
-
setWithIncident
-
getOrderByValue
- Specified by:
getOrderByValue
in classAbstractRestQueryParametersDto<T extends ProcessInstanceDto>
-
isValidSortByValue
- Specified by:
isValidSortByValue
in classAbstractRestQueryParametersDto<T extends ProcessInstanceDto>
-
getOuterOrderBy
-