Class SimpleVariableInstance.SimpleVariableInstanceFactory
- java.lang.Object
-
- org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance.SimpleVariableInstanceFactory
-
- All Implemented Interfaces:
VariableInstanceFactory<SimpleVariableInstance>
- Enclosing class:
- SimpleVariableInstance
public static class SimpleVariableInstance.SimpleVariableInstanceFactory extends java.lang.Object implements VariableInstanceFactory<SimpleVariableInstance>
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleVariableInstance.SimpleVariableInstanceFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description SimpleVariableInstanceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleVariableInstance
build(java.lang.String name, TypedValue value, boolean isTransient)
-
-
-
Field Detail
-
INSTANCE
public static final SimpleVariableInstance.SimpleVariableInstanceFactory INSTANCE
-
-
Method Detail
-
build
public SimpleVariableInstance build(java.lang.String name, TypedValue value, boolean isTransient)
- Specified by:
build
in interfaceVariableInstanceFactory<SimpleVariableInstance>
-
-