org.camunda.bpm.engine.impl.core.variable.scope
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 Object
- implements VariableInstanceFactory<SimpleVariableInstance>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SimpleVariableInstance.SimpleVariableInstanceFactory INSTANCE
SimpleVariableInstance.SimpleVariableInstanceFactory
public SimpleVariableInstance.SimpleVariableInstanceFactory()
build
public SimpleVariableInstance build(String name,
org.camunda.bpm.engine.variable.value.TypedValue value,
boolean isTransient)
- Specified by:
build in interface VariableInstanceFactory<SimpleVariableInstance>
Copyright © 2017 camunda services GmbH. All rights reserved.