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.engine
Methods 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.history
Methods in org.camunda.bpm.engine.history that return HistoricVariableInstanceQuery Modifier and Type Method Description HistoricVariableInstanceQueryHistoricVariableInstanceQuery. activityInstanceIdIn(String... activityInstanceIds)Only select historic variable instances which have one of the activity instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseActivityIdIn(String... caseActivityIds)Only select historic variable instances with one of the given case activity ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseExecutionIdIn(String... caseExecutionIds)Only select historic variable instances which have one of the case executions ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. caseInstanceId(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(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(String processDefinitionId)Only select historic process variables for the given process definitionHistoricVariableInstanceQueryHistoricVariableInstanceQuery. processDefinitionKey(String processDefinitionKey)Only select historic process variables for the given process definition keyHistoricVariableInstanceQueryHistoricVariableInstanceQuery. processInstanceId(String processInstanceId)Only select historic process variables with the given process instance.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. processInstanceIdIn(String... processInstanceIds)Only select historic process variables with the given process instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. taskIdIn(String... taskIds)Only select historic variable instances which have one of the task ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. tenantIdIn(String... tenantIds)Only select historic variable instances with one of the given tenant ids.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableId(String id)Only select the variable with the given IdHistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableName(String variableName)Only select historic process variables with the given variable name.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableNameIn(String... names)Only select historic process variables with the given variable names.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableNameLike(String variableNameLike)Only select historic process variables where the given variable name is like.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableTypeIn(String... variableTypes)Only select historic process variables which match one of the given variable types.HistoricVariableInstanceQueryHistoricVariableInstanceQuery. variableValueEquals(String variableName, 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.impl
Classes 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(String... activityInstanceIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseActivityIdIn(String... caseActivityIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseExecutionIdIn(String... caseExecutionIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. caseInstanceId(String caseInstanceId)HistoricVariableInstanceQueryHistoryServiceImpl. createHistoricVariableInstanceQuery()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. disableBinaryFetching()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. disableCustomObjectDeserialization()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. executionIdIn(String... executionIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. includeDeleted()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. matchVariableNamesIgnoreCase()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. matchVariableValuesIgnoreCase()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByProcessInstanceId()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByTenantId()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. orderByVariableName()HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processDefinitionId(String processDefinitionId)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processDefinitionKey(String processDefinitionKey)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. processInstanceIdIn(String... processInstanceIds)Only select historic process variables with the given process instance ids.HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. taskIdIn(String... taskIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. tenantIdIn(String... tenantIds)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableId(String id)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableName(String variableName)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableNameIn(String... names)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableNameLike(String variableNameLike)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableTypeIn(String... variableTypes)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. variableValueEquals(String variableName, Object variableValue)HistoricVariableInstanceQueryHistoricVariableInstanceQueryImpl. withoutTenantId() -
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.rest.dto.history
Methods 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, String sortBy, Map<String,Object> parameters, ProcessEngine engine) -
Uses of HistoricVariableInstanceQuery in org.camunda.bpm.engine.rest.sub.history.impl
Methods 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.bpmn
Methods in org.camunda.bpm.engine.test.assertions.bpmn that return HistoricVariableInstanceQuery Modifier and Type Method Description protected HistoricVariableInstanceQueryAbstractProcessAssert. historicVariableInstanceQuery()protected HistoricVariableInstanceQueryProcessInstanceAssert. historicVariableInstanceQuery()
-