Uses of Interface
org.flowable.engine.impl.persistence.entity.data.EventLogEntryDataManager
Packages that use EventLogEntryDataManager
Package
Description
-
Uses of EventLogEntryDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as EventLogEntryDataManagerModifier and TypeFieldDescriptionprotected EventLogEntryDataManager
ProcessEngineConfigurationImpl.eventLogEntryDataManager
Methods in org.flowable.engine.impl.cfg that return EventLogEntryDataManagerMethods in org.flowable.engine.impl.cfg with parameters of type EventLogEntryDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setEventLogEntryDataManager
(EventLogEntryDataManager eventLogEntryDataManager) -
Uses of EventLogEntryDataManager in org.flowable.engine.impl.persistence.entity
Constructors in org.flowable.engine.impl.persistence.entity with parameters of type EventLogEntryDataManagerModifierConstructorDescriptionEventLogEntryEntityManagerImpl
(ProcessEngineConfigurationImpl processEngineConfiguration, EventLogEntryDataManager eventLogEntryDataManager) -
Uses of EventLogEntryDataManager in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement EventLogEntryDataManager