Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManager
-
Packages that use ConversationRegistryEntryEntityManager Package Description com.flowable.engage.engine.impl.cmd com.flowable.engage.engine.impl.persistence.entity com.flowable.engage.engine.impl.util -
-
Uses of ConversationRegistryEntryEntityManager in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd declared as ConversationRegistryEntryEntityManager Modifier and Type Field Description protected ConversationRegistryEntryEntityManager
AddParticipantsToConversationCmd. conversationRegistry
Methods in com.flowable.engage.engine.impl.cmd with parameters of type ConversationRegistryEntryEntityManager 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)
protected void
RemoveParticipantsFromConversationCmd. updateConversationRegistryEntries(ConversationRegistryEntryEntityManager conversationRegistry, Collection<String> removedParticipants, String participantType, Date currentTime)
-
Uses of ConversationRegistryEntryEntityManager in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationRegistryEntryEntityManager Modifier and Type Class Description class
ConversationRegistryEntryEntityManagerImpl
Fields in com.flowable.engage.engine.impl.persistence.entity declared as ConversationRegistryEntryEntityManager Modifier and Type Field Description protected ConversationRegistryEntryEntityManager
EngageEntityManagers. conversationRegistryEntryEntityManager
Methods in com.flowable.engage.engine.impl.persistence.entity that return ConversationRegistryEntryEntityManager Modifier and Type Method Description ConversationRegistryEntryEntityManager
EngageEntityManagers. getConversationRegistryEntryEntityManager()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ConversationRegistryEntryEntityManager Modifier and Type Method Description void
EngageEntityManagers. setConversationRegistryEntryEntityManager(ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager)
-
Uses of ConversationRegistryEntryEntityManager in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return ConversationRegistryEntryEntityManager Modifier and Type Method Description static ConversationRegistryEntryEntityManager
CommandContextUtil. getConversationRegistryEntryEntityManager(CommandContext commandContext)
Methods in com.flowable.engage.engine.impl.util with parameters of type ConversationRegistryEntryEntityManager Modifier and Type Method Description static void
ConversationRegistryUtil. createNewConversationRegistryEntry(IdentityLinkEntity identityLink, Date creationTime, ConversationRegistryEntryEntityManager conversationRegistry)
static void
ConversationRegistryUtil. createNewConversationRegistryEntry(IdentityLinkEntity identityLink, Date creationTime, Date joiningTime, ConversationRegistryEntryEntityManager conversationRegistry)
-