Uses of Interface
org.flowable.engine.impl.persistence.entity.EventLogEntryEntityManager
Packages that use EventLogEntryEntityManager
Package
Description
-
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as EventLogEntryEntityManagerModifier and TypeFieldDescriptionprotected EventLogEntryEntityManager
ProcessEngineConfigurationImpl.eventLogEntryEntityManager
Methods in org.flowable.engine.impl.cfg that return EventLogEntryEntityManagerMethods in org.flowable.engine.impl.cfg with parameters of type EventLogEntryEntityManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setEventLogEntryEntityManager
(EventLogEntryEntityManager eventLogEntryEntityManager) -
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement EventLogEntryEntityManager -
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventLogEntryEntityManagerModifier and TypeMethodDescriptionstatic EventLogEntryEntityManager
CommandContextUtil.getEventLogEntryEntityManager()
static EventLogEntryEntityManager
CommandContextUtil.getEventLogEntryEntityManager
(CommandContext commandContext)