Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.MessageEntityManager
-
Packages that use MessageEntityManager Package Description com.flowable.engage.engine.impl.cmd com.flowable.engage.engine.impl.persistence.entity com.flowable.engage.engine.impl.util -
-
Uses of MessageEntityManager in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return MessageEntityManager Modifier and Type Method Description protected MessageEntityManagerBaseSendMessageCmd. getMessageEntityManager(CommandContext commandContext)Methods in com.flowable.engage.engine.impl.cmd with parameters of type MessageEntityManager Modifier and Type Method Description protected voidReindexMessagesCmd. reindexMessagesForConversation(CommandContext commandContext, MessageEntityManager messageEntityManager, ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager)protected voidReindexMessagesCmd. reindexMessagesPage(CommandContext commandContext, MessageEntityManager messageEntityManager, ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager) -
Uses of MessageEntityManager in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement MessageEntityManager Modifier and Type Class Description classMessageEntityManagerImplFields in com.flowable.engage.engine.impl.persistence.entity declared as MessageEntityManager Modifier and Type Field Description protected MessageEntityManagerEngageEntityManagers. messageEntityManagerMethods in com.flowable.engage.engine.impl.persistence.entity that return MessageEntityManager Modifier and Type Method Description MessageEntityManagerEngageEntityManagers. getMessageEntityManager()Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type MessageEntityManager Modifier and Type Method Description voidEngageEntityManagers. setMessageEntityManager(MessageEntityManager messageEntityManager) -
Uses of MessageEntityManager in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return MessageEntityManager Modifier and Type Method Description static MessageEntityManagerCommandContextUtil. getMessageEntityManager(CommandContext commandContext)
-