Uses of Interface
org.flowable.engine.impl.persistence.entity.data.EventLogEntryDataManager
-
Packages that use EventLogEntryDataManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of EventLogEntryDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as EventLogEntryDataManager Modifier and Type Field Description protected EventLogEntryDataManagerProcessEngineConfigurationImpl. eventLogEntryDataManagerMethods in org.flowable.engine.impl.cfg that return EventLogEntryDataManager Modifier and Type Method Description EventLogEntryDataManagerProcessEngineConfigurationImpl. getEventLogEntryDataManager()Methods in org.flowable.engine.impl.cfg with parameters of type EventLogEntryDataManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 EventLogEntryDataManager Constructor Description EventLogEntryEntityManagerImpl(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 Modifier and Type Class Description classMybatisEventLogEntryDataManager
-