Uses of Enum Class
org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
Package
Description
-
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.history.event
Modifier and TypeMethodDescriptionstatic HistoryEventTypes
Returns the enum constant of this class with the specified name.static HistoryEventTypes[]
HistoryEventTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoryEvent
DefaultHistoryEventProducer.createBatchEvent
(BatchEntity batch, HistoryEventTypes eventType) protected HistoryEvent
DefaultHistoryEventProducer.createHistoricIdentityLinkEvt
(IdentityLink identityLink, HistoryEventTypes eventType) protected HistoryEvent
DefaultHistoryEventProducer.createHistoricIncidentEvt
(Incident incident, HistoryEventTypes eventType) protected void
DefaultCmmnHistoryEventProducer.initCaseActivityInstanceEvent
(HistoricCaseActivityInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType) protected void
DefaultCmmnHistoryEventProducer.initCaseInstanceEvent
(HistoricCaseInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType) protected void
DefaultDmnHistoryEventProducer.initDecisionInstanceEvent
(HistoricDecisionInstanceEntity event, DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType) protected void
DefaultDmnHistoryEventProducer.initDecisionInstanceEvent
(HistoricDecisionInstanceEntity event, DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType, HistoricDecisionInstanceEntity rootDecisionInstance) -
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
TaskEntity.fireIdentityLinkHistoryEvents
(String userId, String groupId, String type, HistoryEventTypes historyEventType)