org.camunda.bpm.engine.history
Interface HistoricVariableInstance

All Superinterfaces:
CoreVariableInstance, PersistentVariableInstance
All Known Implementing Classes:
HistoricVariableInstanceEntity

public interface HistoricVariableInstance
extends PersistentVariableInstance

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 getActivityInstanceId()
          Returns the corresponding activity instance id.
 String getActivtyInstanceId()
          Deprecated. 
 String getId()
           
 String getProcessInstanceId()
          The process instance reference.
 String getVariableName()
          Deprecated. 
 String getVariableTypeName()
          Deprecated. 
 
Methods inherited from interface org.camunda.bpm.engine.delegate.PersistentVariableInstance
getErrorMessage, getSerializedValue, getTypeName, getValueTypeName, storesCustomObjects
 
Methods inherited from interface org.camunda.bpm.engine.delegate.CoreVariableInstance
getName, getValue
 

Method Detail

getId

String getId()
Returns:
the Id of this variable instance

getVariableName

@Deprecated
String getVariableName()
Deprecated. 

Returns the name of this variable instance.

Deprecated since 7.2: use CoreVariableInstance.getName() instead.


getVariableTypeName

@Deprecated
String getVariableTypeName()
Deprecated. 

Returns the name of the type of this variable instance

Deprecated since 7.2: use PersistentVariableInstance.getTypeName() instead.


getProcessInstanceId

String getProcessInstanceId()
The process instance reference.


getActivtyInstanceId

@Deprecated
String getActivtyInstanceId()
Deprecated. 

Returns the corresponding activity instance id.


getActivityInstanceId

String getActivityInstanceId()
Returns the corresponding activity instance id.



Copyright © 2014 camunda services GmbH. All Rights Reserved.