| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventType |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogEvt(Job job,
HistoryEventType eventType)
|
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt,
ExecutionEntity execution,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initHistoricIdentityLinkEvent(HistoricIdentityLinkLogEventEntity evt,
IdentityLink identityLink,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initHistoricIncidentEvent(HistoricIncidentEventEntity evt,
Incident incident,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt,
Job job,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt,
VariableInstanceEntity variableInstance,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initProcessInstanceEvent(HistoricProcessInstanceEventEntity evt,
ExecutionEntity execution,
HistoryEventType eventType)
|
protected void |
DefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt,
TaskEntity taskEntity,
HistoryEventType eventType)
|