Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory
-
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description static class
SimpleVariableInstance.SimpleVariableInstanceFactory
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return VariableInstanceFactory Modifier and Type Method Description 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 Modifier and Type Class Description class
VariableInstanceEntityFactory
Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableInstanceFactory Modifier and Type Method Description 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 Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>
ExecutionImpl. getVariableInstanceFactory()
-
Uses of VariableInstanceFactory in org.camunda.connect.plugin.impl
Methods in org.camunda.connect.plugin.impl that return VariableInstanceFactory Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>
ConnectorVariableScope. getVariableInstanceFactory()
-