org.camunda.bpm.engine.history
Interface HistoricVariableInstance

All Known Implementing Classes:
HistoricVariableInstanceEntity

public interface HistoricVariableInstance

A single process variable containing the last value when its process instance has finished. It is only available when HISTORY_LEVEL is set >= VARIABLE

Author:
Christian Lipphardt (camunda), ruecker

Method Summary
 String getId()
          The unique DB id
 String getProcessInstanceId()
          The process instance reference.
 Object getValue()
           
 String getVariableName()
           
 String getVariableTypeName()
           
 

Method Detail

getId

String getId()
The unique DB id


getVariableName

String getVariableName()

getVariableTypeName

String getVariableTypeName()

getValue

Object getValue()

getProcessInstanceId

String getProcessInstanceId()
The process instance reference.



Copyright © 2014 camunda services GmbH. All Rights Reserved.