Uses of Interface
org.camunda.bpm.engine.impl.history.event.HistoryEventType
-
-
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history
Methods in org.camunda.bpm.engine.impl.history with parameters of type HistoryEventType Modifier and Type Method Description booleanHistoryLevel. 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 HistoryEventType Modifier and Type Class Description classHistoryEventTypesThe set of built-in history event types.Methods in org.camunda.bpm.engine.impl.history.event with parameters of type HistoryEventType Modifier and Type Method Description booleanHistoryEvent. isEventOfType(HistoryEventType type) -
Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.producer
-
Uses of HistoryEventType in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoryEventType Modifier and Type Method Description voidIdentityLinkEntity. fireHistoricIdentityLinkEvent(HistoryEventType eventType)protected voidIncidentEntity. fireHistoricIncidentEvent(HistoryEventType eventType)protected booleanHistoricExternalTaskLogManager. isHistoryEventProduced(HistoryEventType eventType, ExternalTask externalTask)protected booleanHistoricJobLogManager. isHistoryEventProduced(HistoryEventType eventType, Job job)
-