Uses of Interface
org.flowable.engine.impl.persistence.entity.EventLogEntryEntityManager
-
Packages that use EventLogEntryEntityManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.util -
-
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as EventLogEntryEntityManager Modifier and Type Field Description protected EventLogEntryEntityManagerProcessEngineConfigurationImpl. eventLogEntryEntityManagerMethods in org.flowable.engine.impl.cfg that return EventLogEntryEntityManager Modifier and Type Method Description EventLogEntryEntityManagerProcessEngineConfigurationImpl. getEventLogEntryEntityManager()Methods in org.flowable.engine.impl.cfg with parameters of type EventLogEntryEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setEventLogEntryEntityManager(EventLogEntryEntityManager eventLogEntryEntityManager) -
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement EventLogEntryEntityManager Modifier and Type Class Description classEventLogEntryEntityManagerImpl -
Uses of EventLogEntryEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventLogEntryEntityManager Modifier and Type Method Description static EventLogEntryEntityManagerCommandContextUtil. getEventLogEntryEntityManager()static EventLogEntryEntityManagerCommandContextUtil. getEventLogEntryEntityManager(CommandContext commandContext)
-