org.camunda.bpm.engine.impl.core.variable
Interface CoreVariableInstance

All Known Implementing Classes:
SimpleVariableStore.SimpleVariableInstance, VariableInstanceEntity

public interface CoreVariableInstance

Author:
Daniel Meyer

Method Summary
 String getName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeValue)
           
 

Method Detail

getName

String getName()

getTypedValue

org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeValue)


Copyright © 2015 camunda services GmbH. All rights reserved.