org.camunda.bpm.engine.history
Interface HistoricVariableUpdate

All Superinterfaces:
HistoricDetail
All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntity

public interface HistoricVariableUpdate
extends HistoricDetail

Update of a process variable. This is only available if history level is configured to FULL.

Author:
Tom Baeyens

Method Summary
 int getRevision()
           
 Object getValue()
           
 String getVariableName()
           
 String getVariableTypeName()
           
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
 

Method Detail

getVariableName

String getVariableName()

getVariableTypeName

String getVariableTypeName()

getValue

Object getValue()

getRevision

int getRevision()


Copyright © 2014 camunda services GmbH. All Rights Reserved.