org.camunda.bpm.engine.delegate
Interface CoreVariableInstance

All Known Subinterfaces:
HistoricVariableInstance, PersistentVariableInstance, VariableInstance
All Known Implementing Classes:
ConnectorVariableStore.ConnectorParamVariable, HistoricVariableInstanceEntity, PseudoPersistentVariableInstance, SimpleVariableStore.SimpleVariableInstance, VariableInstanceEntity

public interface CoreVariableInstance


Method Summary
 String getName()
          Returns the name of this variable instance.
 Object getValue()
          Returns the value of this variable instance.
 

Method Detail

getName

String getName()
Returns the name of this variable instance.


getValue

Object getValue()
Returns the value of this variable instance.



Copyright © 2014 camunda services GmbH. All Rights Reserved.