Interface CoreVariableInstance

All Known Implementing Classes:
SimpleVariableInstance, VariableInstanceEntity

public interface CoreVariableInstance
Author:
Daniel Meyer
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.camunda.bpm.engine.variable.value.TypedValue
    getTypedValue(boolean deserializeValue)
     
    void
    setValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
     
  • Method Details

    • getName

      String getName()
    • getTypedValue

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

      void setValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)