Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
-
Packages that use HistoryEventTypes Package Description org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return HistoryEventTypes Modifier and Type Method Description static HistoryEventTypesHistoryEventTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoryEventTypes[]HistoryEventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventTypes Modifier and Type Method Description protected HistoryEventDefaultHistoryEventProducer. createBatchEvent(BatchEntity batch, HistoryEventTypes eventType)protected HistoryEventDefaultHistoryEventProducer. createHistoricIdentityLinkEvt(IdentityLink identityLink, HistoryEventTypes eventType)protected HistoryEventDefaultHistoryEventProducer. createHistoricIncidentEvt(Incident incident, HistoryEventTypes eventType)protected voidDefaultCmmnHistoryEventProducer. initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)protected voidDefaultCmmnHistoryEventProducer. initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)protected voidDefaultDmnHistoryEventProducer. initDecisionInstanceEvent(HistoricDecisionInstanceEntity event, org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType)protected voidDefaultDmnHistoryEventProducer. initDecisionInstanceEvent(HistoricDecisionInstanceEntity event, org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType, HistoricDecisionInstanceEntity rootDecisionInstance) -
Uses of HistoryEventTypes in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoryEventTypes Modifier and Type Method Description voidTaskEntity. fireIdentityLinkHistoryEvents(String userId, String groupId, String type, HistoryEventTypes historyEventType)
-