Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.data.ArchiveConversationEventDataManager
-
-
Uses of ArchiveConversationEventDataManager in com.flowable.engage.engine.impl.persistence.entity
Constructors in com.flowable.engage.engine.impl.persistence.entity with parameters of type ArchiveConversationEventDataManager Constructor Description ArchiveConversationEventEntityManagerImpl(EngageEngineConfiguration configuration, ArchiveConversationEventDataManager archiveConversationEventDataManager)
-
Uses of ArchiveConversationEventDataManager in com.flowable.engage.engine.impl.persistence.entity.data
Fields in com.flowable.engage.engine.impl.persistence.entity.data declared as ArchiveConversationEventDataManager Modifier and Type Field Description protected ArchiveConversationEventDataManager
EngageDataManagers. archiveConversationEventDataManager
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return ArchiveConversationEventDataManager Modifier and Type Method Description ArchiveConversationEventDataManager
EngageDataManagers. getArchiveConversationEventDataManager()
Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type ArchiveConversationEventDataManager Modifier and Type Method Description void
EngageDataManagers. setArchiveConversationEventDataManager(ArchiveConversationEventDataManager archiveConversationEventDataManager)
-
Uses of ArchiveConversationEventDataManager in com.flowable.engage.engine.impl.persistence.entity.data.impl
Classes in com.flowable.engage.engine.impl.persistence.entity.data.impl that implement ArchiveConversationEventDataManager Modifier and Type Class Description class
MybatisArchiveConversationEventDataManager
-