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
getVariableName
String getVariableName()
getVariableTypeName
String getVariableTypeName()
getValue
Object getValue()
getValueTypeName
String getValueTypeName()
storesCustomObjects
boolean storesCustomObjects()
getRevision
int getRevision()
getErrorMessage
String getErrorMessage()
- If the variable value could not be loaded, this returns the error message.
- Returns:
- an error message indicating why the variable value could not be loaded.
getSerializedValue
SerializedVariableValue getSerializedValue()
Copyright © 2014 camunda services GmbH. All Rights Reserved.