org.camunda.bpm.engine.history
Interface HistoricDetail

All Known Subinterfaces:
HistoricFormField, HistoricFormProperty, HistoricVariableUpdate
All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntity, HistoricFormPropertyEntity

public interface HistoricDetail

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

Author:
Tom Baeyens

Method Summary
 String getActivityInstanceId()
          The activity reference in case this detail is related to an activity instance.
 String getCaseExecutionId()
          The case execution reference.
 String getCaseInstanceId()
          The case instance reference.
 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
 

Method Detail

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.


getCaseInstanceId

String getCaseInstanceId()
The case instance reference.


getCaseExecutionId

String getCaseExecutionId()
The case execution reference.


getTaskId

String getTaskId()
The identifier for the task.


getTime

Date getTime()
The time when this detail occurred



Copyright © 2014 camunda services GmbH. All rights reserved.