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, java.lang.Object entity)Returns true if a given history event should be produced.booleanHistoryLevelActivity. isHistoryEventProduced(HistoryEventType eventType, java.lang.Object entity)booleanHistoryLevelAudit. isHistoryEventProduced(HistoryEventType eventType, java.lang.Object entity)booleanHistoryLevelFull. isHistoryEventProduced(HistoryEventType eventType, java.lang.Object entity)booleanHistoryLevelNone. isHistoryEventProduced(HistoryEventType eventType, java.lang.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
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventType Modifier and Type Method Description protected 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, java.lang.String activityInstanceId, java.lang.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 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)
-