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

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

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.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)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.