Class VariableInstanceQueryDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
org.camunda.bpm.engine.rest.dto.AbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
public class VariableInstanceQueryDto
extends AbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
- Author:
- roman.smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected String[]protected String[]protected String[]protected String[]protected String[]protected String[]protected Stringprotected Stringprotected Booleanprotected String[]protected List<VariableQueryParameterDto>protected BooleanFields inherited from class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
expressions, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortings, sortOrder, VALID_SORT_ORDER_VALUESFields inherited from class org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionVariableInstanceQueryDto(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyFilters(org.camunda.bpm.engine.runtime.VariableInstanceQuery query) protected voidapplySortBy(org.camunda.bpm.engine.runtime.VariableInstanceQuery query, String sortBy, Map<String, Object> parameters, org.camunda.bpm.engine.ProcessEngine engine) protected org.camunda.bpm.engine.runtime.VariableInstanceQuerycreateNewQuery(org.camunda.bpm.engine.ProcessEngine engine) protected booleanisValidSortByValue(String value) voidsetActivityInstanceIdIn(String[] activityInstanceIdIn) voidsetBatchIdIn(String[] batchIdIn) voidsetCaseExecutionIdIn(String[] caseExecutionIdIn) voidsetCaseInstanceIdIn(String[] caseInstanceIdIn) voidsetExecutionIdIn(String[] executionIdIn) voidsetProcessInstanceIdIn(String[] processInstanceIdIn) voidsetTaskIdIn(String[] taskIdIn) voidsetTenantIdIn(List<String> tenantIds) voidsetVariableName(String variableName) voidsetVariableNameLike(String variableNameLike) voidsetVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase) voidsetVariableScopeIdIn(String[] variableScopeIdIn) voidsetVariableValues(List<VariableQueryParameterDto> variableValues) voidsetVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase) Methods inherited from class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
applySortingOptions, applySortOrder, getSorting, setSortBy, setSorting, setSortOrder, sortOptionsValid, sortOrderValueForDirection, toQueryMethods inherited from class org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
setObjectMapper, setValueBasedOnAnnotation
-
Field Details
-
variableName
-
variableNameLike
-
variableValues
-
variableNamesIgnoreCase
-
variableValuesIgnoreCase
-
executionIdIn
-
processInstanceIdIn
-
caseExecutionIdIn
-
caseInstanceIdIn
-
taskIdIn
-
batchIdIn
-
variableScopeIdIn
-
activityInstanceIdIn
-
-
Constructor Details
-
VariableInstanceQueryDto
public VariableInstanceQueryDto() -
VariableInstanceQueryDto
-
-
Method Details
-
setVariableName
-
setVariableNameLike
-
setVariableValues
-
setVariableNamesIgnoreCase
-
setVariableValuesIgnoreCase
-
setExecutionIdIn
-
setProcessInstanceIdIn
-
setCaseExecutionIdIn
-
setCaseInstanceIdIn
-
setTaskIdIn
-
setBatchIdIn
-
setVariableScopeIdIn
-
setActivityInstanceIdIn
-
setTenantIdIn
-
isValidSortByValue
- Specified by:
isValidSortByValuein classAbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
-
createNewQuery
protected org.camunda.bpm.engine.runtime.VariableInstanceQuery createNewQuery(org.camunda.bpm.engine.ProcessEngine engine) - Specified by:
createNewQueryin classAbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
-
applyFilters
protected void applyFilters(org.camunda.bpm.engine.runtime.VariableInstanceQuery query) - Specified by:
applyFiltersin classAbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
-
applySortBy
protected void applySortBy(org.camunda.bpm.engine.runtime.VariableInstanceQuery query, String sortBy, Map<String, Object> parameters, org.camunda.bpm.engine.ProcessEngine engine) - Specified by:
applySortByin classAbstractQueryDto<org.camunda.bpm.engine.runtime.VariableInstanceQuery>
-