Uses of Interface
org.camunda.bpm.engine.runtime.VariableInstance

Packages that use VariableInstance
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 with JavaDelegates. 
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   
 

Uses of VariableInstance in org.camunda.bpm.engine.delegate
 

Subinterfaces of VariableInstance in org.camunda.bpm.engine.delegate
 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
 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
protected  VariableInstance VariableEvent.variableInstance
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.event that return VariableInstance
 VariableInstance VariableEvent.getVariableInstance()
           
 

Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type VariableInstance
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
 class VariableInstanceEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type VariableInstance
 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
 class DelegateCaseVariableInstanceImpl
           
 

Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type VariableInstance
static DelegateCaseVariableInstanceImpl DelegateCaseVariableInstanceImpl.fromVariableInstance(VariableInstance variableInstance)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.