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 HistoryEventTypes
HistoryEventTypes. valueOf(java.lang.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
-
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 void
TaskEntity. fireIdentityLinkHistoryEvents(java.lang.String userId, java.lang.String groupId, java.lang.String type, HistoryEventTypes historyEventType)
-