org.activiti.engine.history
接口 HistoricVariableInstance

所有已知实现类:
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

作者:
Christian Lipphardt (camunda), ruecker

方法摘要
 String getId()
          The unique DB id
 String getProcessInstanceId()
          The process instance reference.
 String getTaskId()
           
 Object getValue()
           
 String getVariableName()
           
 String getVariableTypeName()
           
 

方法详细信息

getId

String getId()
The unique DB id


getVariableName

String getVariableName()

getVariableTypeName

String getVariableTypeName()

getValue

Object getValue()

getProcessInstanceId

String getProcessInstanceId()
The process instance reference.


getTaskId

String getTaskId()
返回:
the task id of the task, in case this variable instance has been set locally on a task. Returns null, if this variable is not related to a task.


Copyright © 2013 Alfresco. All rights reserved.