Uses of Enum Class
org.eximeebpms.bpm.engine.impl.history.event.HistoryEventTypes
Packages that use HistoryEventTypes
Package
Description
-
Uses of HistoryEventTypes in org.eximeebpms.bpm.engine.impl.history.event
Methods in org.eximeebpms.bpm.engine.impl.history.event that return HistoryEventTypesModifier and TypeMethodDescriptionstatic HistoryEventTypesReturns 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.eximeebpms.bpm.engine.impl.history.producer
Methods in org.eximeebpms.bpm.engine.impl.history.producer with parameters of type HistoryEventTypesModifier and TypeMethodDescriptionprotected 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, DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType) protected voidDefaultDmnHistoryEventProducer.initDecisionInstanceEvent(HistoricDecisionInstanceEntity event, DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType, HistoricDecisionInstanceEntity rootDecisionInstance) -
Uses of HistoryEventTypes in org.eximeebpms.bpm.engine.impl.persistence.entity
Methods in org.eximeebpms.bpm.engine.impl.persistence.entity with parameters of type HistoryEventTypesModifier and TypeMethodDescriptionvoidTaskEntity.fireIdentityLinkHistoryEvents(String userId, String groupId, String type, HistoryEventTypes historyEventType)