org.camunda.bpm.engine.impl.core.variable.scope
Class SimpleVariableInstance.SimpleVariableInstanceFactory

java.lang.Object
  extended by 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>


Field Summary
static SimpleVariableInstance.SimpleVariableInstanceFactory INSTANCE
           
 
Constructor Summary
SimpleVariableInstance.SimpleVariableInstanceFactory()
           
 
Method Summary
 SimpleVariableInstance build(String name, org.camunda.bpm.engine.variable.value.TypedValue value, boolean isTransient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SimpleVariableInstance.SimpleVariableInstanceFactory INSTANCE
Constructor Detail

SimpleVariableInstance.SimpleVariableInstanceFactory

public SimpleVariableInstance.SimpleVariableInstanceFactory()
Method Detail

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.