Uses of Interface
org.camunda.bpm.engine.impl.history.event.HistoryEventType
Packages that use HistoryEventType
Package
Description
-
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history
Methods in org.camunda.bpm.engine.impl.history with parameters of type HistoryEventTypeModifier and TypeMethodDescriptionbooleanHistoryLevel.isHistoryEventProduced(HistoryEventType eventType, Object entity) Returns true if a given history event should be produced.booleanHistoryLevelActivity.isHistoryEventProduced(HistoryEventType eventType, Object entity) booleanHistoryLevelAudit.isHistoryEventProduced(HistoryEventType eventType, Object entity) booleanHistoryLevelFull.isHistoryEventProduced(HistoryEventType eventType, Object entity) booleanHistoryLevelNone.isHistoryEventProduced(HistoryEventType eventType, Object entity) -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.event
Classes in org.camunda.bpm.engine.impl.history.event that implement HistoryEventTypeMethods in org.camunda.bpm.engine.impl.history.event with parameters of type HistoryEventType -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventTypeModifier and TypeMethodDescriptionprotected HistoryEventDefaultHistoryEventProducer.createHistoricJobLogEvt(Job job, HistoryEventType eventType) protected HistoryEventDefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt, MigratingActivityInstance migratingActivityInstance, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, PvmScope eventSource, String activityInstanceId, String parentActivityInstanceId, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initHistoricIdentityLinkEvent(HistoricIdentityLinkLogEventEntity evt, IdentityLink identityLink, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initHistoricIncidentEvent(HistoricIncidentEventEntity evt, Incident incident, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt, VariableInstanceEntity variableInstance, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initProcessInstanceEvent(HistoricProcessInstanceEventEntity evt, ExecutionEntity execution, HistoryEventType eventType) protected voidDefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt, TaskEntity taskEntity, HistoryEventType eventType) -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoryEventTypeModifier and TypeMethodDescriptionvoidIdentityLinkEntity.fireHistoricIdentityLinkEvent(HistoryEventType eventType) protected voidIncidentEntity.fireHistoricIncidentEvent(HistoryEventType eventType) protected booleanHistoricExternalTaskLogManager.isHistoryEventProduced(HistoryEventType eventType, ExternalTask externalTask) protected booleanHistoricJobLogManager.isHistoryEventProduced(HistoryEventType eventType, Job job)