Uses of Class
org.camunda.bpm.engine.impl.QueryVariableValue

Packages that use QueryVariableValue
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
 

Uses of QueryVariableValue in org.camunda.bpm.engine.impl
 

Subclasses of QueryVariableValue in org.camunda.bpm.engine.impl
 class TaskQueryVariableValue
          Represents a variable value used in a task query.
 

Fields in org.camunda.bpm.engine.impl declared as QueryVariableValue
protected  QueryVariableValue HistoricVariableInstanceQueryImpl.queryVariableValue
           
protected  QueryVariableValue AbstractQueryVariableValueCondition.wrappedQueryValue
           
 

Fields in org.camunda.bpm.engine.impl with type parameters of type QueryVariableValue
protected  List<QueryVariableValue> AbstractVariableQueryImpl.queryVariableValues
           
 

Methods in org.camunda.bpm.engine.impl that return QueryVariableValue
 QueryVariableValue HistoricVariableInstanceQueryImpl.getQueryVariableValue()
           
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type QueryVariableValue
 List<QueryVariableValue> AbstractVariableQueryImpl.getQueryVariableValues()
           
 

Constructors in org.camunda.bpm.engine.impl with parameters of type QueryVariableValue
AbstractQueryVariableValueCondition(QueryVariableValue variableValue)
           
CompositeQueryVariableValueCondition(QueryVariableValue variableValue)
           
SingleQueryVariableValueCondition(QueryVariableValue variableValue)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.