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 MessageEntityManager
BaseSendMessageCmd. getMessageEntityManager(CommandContext commandContext)
Methods in com.flowable.engage.engine.impl.cmd with parameters of type MessageEntityManager Modifier and Type Method Description protected void
ReindexMessagesCmd. reindexMessagesForConversation(CommandContext commandContext, MessageEntityManager messageEntityManager, ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager)
protected void
ReindexMessagesCmd. 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 class
MessageEntityManagerImpl
Fields in com.flowable.engage.engine.impl.persistence.entity declared as MessageEntityManager Modifier and Type Field Description protected MessageEntityManager
EngageEntityManagers. messageEntityManager
Methods in com.flowable.engage.engine.impl.persistence.entity that return MessageEntityManager Modifier and Type Method Description MessageEntityManager
EngageEntityManagers. getMessageEntityManager()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type MessageEntityManager Modifier and Type Method Description void
EngageEntityManagers. 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 MessageEntityManager
CommandContextUtil. getMessageEntityManager(CommandContext commandContext)
-