Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance
-
Packages that use SimpleVariableInstance Package Description org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.core.variable.scope -
-
Uses of SimpleVariableInstance in org.camunda.bpm.engine.impl.cmmn.execution
Fields in org.camunda.bpm.engine.impl.cmmn.execution with type parameters of type SimpleVariableInstance Modifier and Type Field Description protected VariableStore<SimpleVariableInstance>CaseExecutionImpl. variableStore -
Uses of SimpleVariableInstance in org.camunda.bpm.engine.impl.core.variable.scope
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return SimpleVariableInstance Modifier and Type Method Description SimpleVariableInstanceSimpleVariableInstance.SimpleVariableInstanceFactory. build(String name, org.camunda.bpm.engine.variable.value.TypedValue value, boolean isTransient)
-