Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
- 
Packages that use HistoricVariableInstanceQuery Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
 Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
 Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
 RepositoryService: ManagesDeployments
 RuntimeService: For starting and searchingProcessInstances
 TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
 IdentityService: Used for managingUsers,Groups and the relations between them
 ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
 HistoryService: Exposes information about ongoing and past process instances.
 FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.history Classes related to theHistoryService.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.sub.history.impl org.camunda.bpm.engine.test.assertions.bpmn 
- 
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engineMethods in org.camunda.bpm.engine that return HistoricVariableInstanceQuery Modifier and Type Method Description HistoricVariableInstanceQueryHistoryService. createHistoricVariableInstanceQuery()Creates a new programmatic query to search forHistoricVariableInstances.
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.historyMethods in org.camunda.bpm.engine.history that return HistoricVariableInstanceQuery Modifier and Type Method Description HistoricVariableInstanceQueryHistoricVariableInstanceQuery. activityInstanceIdIn(java.lang.String... activityInstanceIds)Only select historic variable instances which have one of the activity instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseActivityIdIn(java.lang.String... caseActivityIds)Only select historic variable instances with one of the given case activity ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseExecutionIdIn(java.lang.String... caseExecutionIds)Only select historic variable instances which have one of the case executions ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseInstanceId(java.lang.String caseInstanceId)Only select historic case variables with the given case instance.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. disableBinaryFetching()Disable fetching of byte array and file values.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. disableCustomObjectDeserialization()Disable deserialization of variable values that are custom objects.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. executionIdIn(java.lang.String... executionIds)Only select historic variable instances which have one of the executions ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. includeDeleted()Include variables that has been already deleted during the executionHistoricVariableInstanceQueryHistoricVariableInstanceQuery. matchVariableNamesIgnoreCase()The query will match the names of task and process variables in a case-insensitive way.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. matchVariableValuesIgnoreCase()The query will match the values of task and process variables in a case-insensitive way.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. orderByProcessInstanceId()HistoricVariableInstanceQueryHistoricVariableInstanceQuery. orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).HistoricVariableInstanceQueryHistoricVariableInstanceQuery. orderByVariableName()HistoricVariableInstanceQueryHistoricVariableInstanceQuery. processDefinitionId(java.lang.String processDefinitionId)Only select historic process variables for the given process definitionHistoricVariableInstanceQueryHistoricVariableInstanceQuery. processDefinitionKey(java.lang.String processDefinitionKey)Only select historic process variables for the given process definition keyHistoricVariableInstanceQueryHistoricVariableInstanceQuery. processInstanceId(java.lang.String processInstanceId)Only select historic process variables with the given process instance.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. processInstanceIdIn(java.lang.String... processInstanceIds)Only select historic process variables with the given process instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. taskIdIn(java.lang.String... taskIds)Only select historic variable instances which have one of the task ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. tenantIdIn(java.lang.String... tenantIds)Only select historic variable instances with one of the given tenant ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableId(java.lang.String id)Only select the variable with the given IdHistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableName(java.lang.String variableName)Only select historic process variables with the given variable name.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableNameIn(java.lang.String... names)Only select historic process variables with the given variable names.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableNameLike(java.lang.String variableNameLike)Only select historic process variables where the given variable name is like.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableTypeIn(java.lang.String... variableTypes)Only select historic process variables which match one of the given variable types.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableValueEquals(java.lang.String variableName, java.lang.Object variableValue)only select historic process variables with the given name and valueHistoricVariableInstanceQueryHistoricVariableInstanceQuery. withoutTenantId()Only selects historic variable instances that have no tenant id.
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.implClasses in org.camunda.bpm.engine.impl that implement HistoricVariableInstanceQuery Modifier and Type Class Description classHistoricVariableInstanceQueryImplMethods in org.camunda.bpm.engine.impl that return HistoricVariableInstanceQuery Modifier and Type Method Description HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. activityInstanceIdIn(java.lang.String... activityInstanceIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseActivityIdIn(java.lang.String... caseActivityIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseExecutionIdIn(java.lang.String... caseExecutionIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseInstanceId(java.lang.String caseInstanceId)HistoricVariableInstanceQueryHistoryServiceImpl. createHistoricVariableInstanceQuery()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. disableBinaryFetching()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. disableCustomObjectDeserialization()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. executionIdIn(java.lang.String... executionIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. includeDeleted()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. matchVariableNamesIgnoreCase()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. matchVariableValuesIgnoreCase()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByProcessInstanceId()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByTenantId()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByVariableName()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processDefinitionId(java.lang.String processDefinitionId)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processDefinitionKey(java.lang.String processDefinitionKey)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processInstanceIdIn(java.lang.String... processInstanceIds)Only select historic process variables with the given process instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. taskIdIn(java.lang.String... taskIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. tenantIdIn(java.lang.String... tenantIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableId(java.lang.String id)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableName(java.lang.String variableName)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableNameIn(java.lang.String... names)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableNameLike(java.lang.String variableNameLike)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableTypeIn(java.lang.String... variableTypes)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableValueEquals(java.lang.String variableName, java.lang.Object variableValue)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. withoutTenantId()
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history that return HistoricVariableInstanceQuery Modifier and Type Method Description protected HistoricVariableInstanceQueryHistoricVariableInstanceQueryDto. createNewQuery(ProcessEngine engine)Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricVariableInstanceQuery Modifier and Type Method Description protected voidHistoricVariableInstanceQueryDto. applyFilters(HistoricVariableInstanceQuery query)protected voidHistoricVariableInstanceQueryDto. applySortBy(HistoricVariableInstanceQuery query, java.lang.String sortBy, java.util.Map<java.lang.String,java.lang.Object> parameters, ProcessEngine engine)
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.rest.sub.history.implMethods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricVariableInstanceQuery Modifier and Type Method Description protected HistoricVariableInstanceQueryHistoricVariableInstanceResourceImpl. baseQuery()Methods in org.camunda.bpm.engine.rest.sub.history.impl that return types with arguments of type HistoricVariableInstanceQuery Modifier and Type Method Description protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance>HistoricVariableInstanceResourceImpl. baseQueryForBinaryVariable()protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance>HistoricVariableInstanceResourceImpl. baseQueryForVariable(boolean deserializeObjectValue)
- 
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.test.assertions.bpmnMethods in org.camunda.bpm.engine.test.assertions.bpmn that return HistoricVariableInstanceQuery Modifier and Type Method Description protected HistoricVariableInstanceQueryAbstractProcessAssert. historicVariableInstanceQuery()protected HistoricVariableInstanceQueryProcessInstanceAssert. historicVariableInstanceQuery()
 
-