Uses of Interface
org.camunda.bpm.engine.runtime.VariableInstance
-
Packages that use VariableInstance Package Description org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.core.variable.event org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.variable.listener org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.hal org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of VariableInstance in org.camunda.bpm.engine.delegate
Subinterfaces of VariableInstance in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
DelegateCaseVariableInstance
interface
DelegateVariableInstance<T extends BaseDelegateExecution>
-
Uses of VariableInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type VariableInstance Modifier and Type Method Description List<VariableInstance>
VariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of VariableInstance in org.camunda.bpm.engine.impl.core.variable.event
Fields in org.camunda.bpm.engine.impl.core.variable.event declared as VariableInstance Modifier and Type Field Description protected VariableInstance
VariableEvent. variableInstance
Methods in org.camunda.bpm.engine.impl.core.variable.event that return VariableInstance Modifier and Type Method Description VariableInstance
VariableEvent. getVariableInstance()
Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type VariableInstance Constructor Description VariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope)
-
Uses of VariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableInstance Modifier and Type Class Description class
VariableInstanceEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type VariableInstance Modifier and Type Method Description List<VariableInstance>
VariableInstanceManager. findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page)
-
Uses of VariableInstance in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement VariableInstance Modifier and Type Class Description class
DelegateCaseVariableInstanceImpl
Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type VariableInstance Modifier and Type Method Description static DelegateCaseVariableInstanceImpl
DelegateCaseVariableInstanceImpl. fromVariableInstance(VariableInstance variableInstance)
-
Uses of VariableInstance in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type VariableInstance Modifier and Type Method Description static VariableInstanceDto
VariableInstanceDto. fromVariableInstance(VariableInstance variableInstance)
-
Uses of VariableInstance in org.camunda.bpm.engine.rest.hal
Methods in org.camunda.bpm.engine.rest.hal with parameters of type VariableInstance Modifier and Type Method Description static HalVariableValue
HalVariableValue. fromVariableInstance(VariableInstance variableInstance)
static HalVariableValue
HalVariableValue. generateCaseExecutionVariableValue(VariableInstance variableInstance, String caseExecutionId)
static HalVariableValue
HalVariableValue. generateCaseInstanceVariableValue(VariableInstance variableInstance, String caseInstanceId)
static HalVariableValue
HalVariableValue. generateExecutionVariableValue(VariableInstance variableInstance, String executionId)
static HalVariableValue
HalVariableValue. generateProcessInstanceVariableValue(VariableInstance variableInstance, String processInstanceId)
static HalVariableValue
HalVariableValue. generateTaskVariableValue(VariableInstance variableInstance, String taskId)
static HalVariableValue
HalVariableValue. generateVariableValue(VariableInstance variableInstance, String variableScopeId)
-
Uses of VariableInstance in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type VariableInstance Modifier and Type Method Description protected Query<VariableInstanceQuery,VariableInstance>
VariableInstanceResourceImpl. baseQueryForBinaryVariable()
protected Query<VariableInstanceQuery,VariableInstance>
VariableInstanceResourceImpl. baseQueryForVariable(boolean deserializeObjectValue)
protected Map<String,List<VariableInstance>>
FilterResourceImpl. getSortedVariableInstances(Collection<String> variableNames, Collection<String> variableScopeIds)
protected Map<String,List<VariableInstance>>
FilterResourceImpl. getVariableInstancesForTasks(HalTask... halTasks)
protected Map<String,List<VariableInstance>>
FilterResourceImpl. getVariableInstancesForTasks(HalTaskList halTaskList)
protected List<VariableInstance>
FilterResourceImpl. queryVariablesInstancesByVariableScopeIds(Collection<String> variableNames, Collection<String> variableScopeIds)
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type VariableInstance Modifier and Type Method Description protected TypedValue
VariableInstanceResourceImpl. transformQueryResultIntoTypedValue(VariableInstance queryResult)
protected VariableInstanceDto
VariableInstanceResourceImpl. transformToDto(VariableInstance queryResult)
Method parameters in org.camunda.bpm.engine.rest.sub.runtime.impl with type arguments of type VariableInstance Modifier and Type Method Description protected void
FilterResourceImpl. embedVariableValuesInHalTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
protected List<HalResource<?>>
FilterResourceImpl. getVariableValuesForTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
-