Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManager
-
Packages that use ArchiveConversationEventEntityManager Package Description com.flowable.engage.engine.impl.persistence.entity com.flowable.engage.engine.impl.util -
-
Uses of ArchiveConversationEventEntityManager in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ArchiveConversationEventEntityManager Modifier and Type Class Description class
ArchiveConversationEventEntityManagerImpl
Fields in com.flowable.engage.engine.impl.persistence.entity declared as ArchiveConversationEventEntityManager Modifier and Type Field Description protected ArchiveConversationEventEntityManager
EngageEntityManagers. archiveConversationEventEntityManager
Methods in com.flowable.engage.engine.impl.persistence.entity that return ArchiveConversationEventEntityManager Modifier and Type Method Description ArchiveConversationEventEntityManager
EngageEntityManagers. getArchiveConversationEventEntityManager()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ArchiveConversationEventEntityManager Modifier and Type Method Description void
EngageEntityManagers. setArchiveConversationEventEntityManager(ArchiveConversationEventEntityManager archiveConversationEventEntityManager)
-
Uses of ArchiveConversationEventEntityManager in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return ArchiveConversationEventEntityManager Modifier and Type Method Description static ArchiveConversationEventEntityManager
CommandContextUtil. getArchiveConversationEventEntityManager(CommandContext commandContext)
-