org.camunda.bpm.engine.impl.history.event
Class HistoricActivityInstanceEventEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
          extended by org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
All Implemented Interfaces:
Serializable, DbEntity
Direct Known Subclasses:
HistoricActivityInstanceEntity

public class HistoricActivityInstanceEventEntity
extends HistoricScopeInstanceEvent

HistoryEvent implementation for events that happen in an activity.

Author:
Daniel Meyer, Marcel Wieczorek, Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  String activityId
          the id of the activity
protected  String activityInstanceId
          the id of this activity instance
protected  int activityInstanceState
          the state of this activity instance
protected  String activityName
          the name of the activity
protected  String activityType
          the type of the activity (startEvent, serviceTask ...)
protected  String calledCaseInstanceId
          the id of the child case instance
protected  String calledProcessInstanceId
          the id of the child process instance
protected  String parentActivityInstanceId
          the id of the parent activity instance
protected  String taskAssignee
           
protected  String taskId
           
protected  String tenantId
          id of the tenant which belongs to the activity instance
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
durationInMillis, endTime, startTime
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
 
Constructor Summary
HistoricActivityInstanceEventEntity()
           
 
Method Summary
 String getActivityId()
           
 String getActivityInstanceId()
           
 int getActivityInstanceState()
           
 String getActivityName()
           
 String getActivityType()
           
 String getAssignee()
           
 String getCalledCaseInstanceId()
           
 String getCalledProcessInstanceId()
           
 String getParentActivityInstanceId()
           
 String getTaskAssignee()
           
 String getTaskId()
           
 String getTenantId()
           
 boolean isCanceled()
           
 boolean isCompleteScope()
           
 void setActivityId(String activityId)
           
 void setActivityInstanceId(String activityInstanceId)
           
 void setActivityInstanceState(int activityInstanceState)
           
 void setActivityName(String activityName)
           
 void setActivityType(String activityType)
           
 void setCalledCaseInstanceId(String calledCaseInstanceId)
           
 void setCalledProcessInstanceId(String calledProcessInstanceId)
           
 void setParentActivityInstanceId(String parentActivityInstanceId)
           
 void setTaskAssignee(String taskAssignee)
           
 void setTaskId(String taskId)
           
 void setTenantId(String tenantId)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
getDurationInMillis, getDurationRaw, getEndTime, getStartTime, setDurationInMillis, setEndTime, setStartTime
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

activityId

protected String activityId
the id of the activity


activityName

protected String activityName
the name of the activity


activityType

protected String activityType
the type of the activity (startEvent, serviceTask ...)


activityInstanceId

protected String activityInstanceId
the id of this activity instance


activityInstanceState

protected int activityInstanceState
the state of this activity instance


parentActivityInstanceId

protected String parentActivityInstanceId
the id of the parent activity instance


calledProcessInstanceId

protected String calledProcessInstanceId
the id of the child process instance


calledCaseInstanceId

protected String calledCaseInstanceId
the id of the child case instance


taskId

protected String taskId

taskAssignee

protected String taskAssignee

tenantId

protected String tenantId
id of the tenant which belongs to the activity instance

Constructor Detail

HistoricActivityInstanceEventEntity

public HistoricActivityInstanceEventEntity()
Method Detail

getAssignee

public String getAssignee()

getActivityId

public String getActivityId()

setActivityId

public void setActivityId(String activityId)

getActivityType

public String getActivityType()

setActivityType

public void setActivityType(String activityType)

getActivityName

public String getActivityName()

setActivityName

public void setActivityName(String activityName)

getActivityInstanceId

public String getActivityInstanceId()

setActivityInstanceId

public void setActivityInstanceId(String activityInstanceId)

getParentActivityInstanceId

public String getParentActivityInstanceId()

setParentActivityInstanceId

public void setParentActivityInstanceId(String parentActivityInstanceId)

getCalledProcessInstanceId

public String getCalledProcessInstanceId()

setCalledProcessInstanceId

public void setCalledProcessInstanceId(String calledProcessInstanceId)

getCalledCaseInstanceId

public String getCalledCaseInstanceId()

setCalledCaseInstanceId

public void setCalledCaseInstanceId(String calledCaseInstanceId)

getTaskId

public String getTaskId()

setTaskId

public void setTaskId(String taskId)

getTaskAssignee

public String getTaskAssignee()

setTaskAssignee

public void setTaskAssignee(String taskAssignee)

setActivityInstanceState

public void setActivityInstanceState(int activityInstanceState)

getActivityInstanceState

public int getActivityInstanceState()

isCompleteScope

public boolean isCompleteScope()

isCanceled

public boolean isCanceled()

getTenantId

public String getTenantId()

setTenantId

public void setTenantId(String tenantId)

toString

public String toString()
Overrides:
toString in class HistoryEvent


Copyright © 2016 camunda services GmbH. All rights reserved.