org.activiti.engine.history
接口 HistoricDetail

所有已知子接口:
HistoricFormProperty, HistoricVariableUpdate
所有已知实现类:
HistoricDetailAssignmentEntity, HistoricDetailEntity, HistoricDetailTransitionInstanceEntity, HistoricDetailVariableInstanceUpdateEntity, HistoricFormPropertyEntity

public interface HistoricDetail

Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.

作者:
Tom Baeyens

方法摘要
 String getActivityInstanceId()
          The activity reference in case this detail is related to an activity instance.
 String getExecutionId()
          The identifier for the path of execution.
 String getId()
          The unique DB id for this historic detail
 String getProcessInstanceId()
          The process instance reference.
 String getTaskId()
          The identifier for the task.
 Date getTime()
          The time when this detail occurred
 

方法详细信息

getId

String getId()
The unique DB id for this historic detail


getProcessInstanceId

String getProcessInstanceId()
The process instance reference.


getActivityInstanceId

String getActivityInstanceId()
The activity reference in case this detail is related to an activity instance.


getExecutionId

String getExecutionId()
The identifier for the path of execution.


getTaskId

String getTaskId()
The identifier for the task.


getTime

Date getTime()
The time when this detail occurred



Copyright © 2013 Alfresco. All rights reserved.