Uses of Interface
org.camunda.bpm.engine.impl.history.event.HistoryEventType
Package
Description
-
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history
Modifier and TypeMethodDescriptionboolean
HistoryLevel.isHistoryEventProduced
(HistoryEventType eventType, Object entity) Returns true if a given history event should be produced.boolean
HistoryLevelActivity.isHistoryEventProduced
(HistoryEventType eventType, Object entity) boolean
HistoryLevelAudit.isHistoryEventProduced
(HistoryEventType eventType, Object entity) boolean
HistoryLevelFull.isHistoryEventProduced
(HistoryEventType eventType, Object entity) boolean
HistoryLevelNone.isHistoryEventProduced
(HistoryEventType eventType, Object entity) -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.event
-
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoryEvent
DefaultHistoryEventProducer.createHistoricJobLogEvt
(Job job, HistoryEventType eventType) protected HistoryEvent
DefaultHistoryEventProducer.createHistoricVariableEvent
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType) protected void
DefaultHistoryEventProducer.initActivityInstanceEvent
(HistoricActivityInstanceEventEntity evt, MigratingActivityInstance migratingActivityInstance, HistoryEventType eventType) protected void
DefaultHistoryEventProducer.initActivityInstanceEvent
(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, HistoryEventType eventType) protected void
DefaultHistoryEventProducer.initActivityInstanceEvent
(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, PvmScope eventSource, String activityInstanceId, String parentActivityInstanceId, 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) -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
IdentityLinkEntity.fireHistoricIdentityLinkEvent
(HistoryEventType eventType) protected void
IncidentEntity.fireHistoricIncidentEvent
(HistoryEventType eventType) protected boolean
HistoricExternalTaskLogManager.isHistoryEventProduced
(HistoryEventType eventType, ExternalTask externalTask) protected boolean
HistoricJobLogManager.isHistoryEventProduced
(HistoryEventType eventType, Job job)