Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory

Packages that use VariableInstanceFactory
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of VariableInstanceFactory in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return VariableInstanceFactory
protected  VariableInstanceFactory<CoreVariableInstance> CaseExecutionEntity.getVariableInstanceFactory()
           
 

Uses of VariableInstanceFactory in org.camunda.bpm.engine.impl.cmmn.execution
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return VariableInstanceFactory
protected  VariableInstanceFactory<CoreVariableInstance> CaseExecutionImpl.getVariableInstanceFactory()
           
 

Uses of VariableInstanceFactory in org.camunda.bpm.engine.impl.core.variable.scope
 

Classes in org.camunda.bpm.engine.impl.core.variable.scope that implement VariableInstanceFactory
static class SimpleVariableInstance.SimpleVariableInstanceFactory
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope that return VariableInstanceFactory
protected abstract  VariableInstanceFactory<CoreVariableInstance> AbstractVariableScope.getVariableInstanceFactory()
           
 

Uses of VariableInstanceFactory in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableInstanceFactory
 class VariableInstanceEntityFactory
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableInstanceFactory
protected  VariableInstanceFactory<CoreVariableInstance> ExecutionEntity.getVariableInstanceFactory()
           
protected  VariableInstanceFactory<CoreVariableInstance> TaskEntity.getVariableInstanceFactory()
           
 

Uses of VariableInstanceFactory in org.camunda.bpm.engine.impl.pvm.runtime
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return VariableInstanceFactory
protected  VariableInstanceFactory<CoreVariableInstance> ExecutionImpl.getVariableInstanceFactory()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.