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 ConversationRegistryEntryEntityManagerAddParticipantsToConversationCmd. conversationRegistryMethods in com.flowable.engage.engine.impl.cmd with parameters of type ConversationRegistryEntryEntityManager Modifier and Type Method Description protected voidReindexMessagesCmd. reindexMessagesForConversation(CommandContext commandContext, MessageEntityManager messageEntityManager, ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager)protected voidReindexMessagesCmd. reindexMessagesPage(CommandContext commandContext, MessageEntityManager messageEntityManager, ConversationRegistryEntryEntityManager conversationRegistryEntryEntityManager)protected voidRemoveParticipantsFromConversationCmd. 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 classConversationRegistryEntryEntityManagerImplFields in com.flowable.engage.engine.impl.persistence.entity declared as ConversationRegistryEntryEntityManager Modifier and Type Field Description protected ConversationRegistryEntryEntityManagerEngageEntityManagers. conversationRegistryEntryEntityManagerMethods in com.flowable.engage.engine.impl.persistence.entity that return ConversationRegistryEntryEntityManager Modifier and Type Method Description ConversationRegistryEntryEntityManagerEngageEntityManagers. getConversationRegistryEntryEntityManager()Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ConversationRegistryEntryEntityManager Modifier and Type Method Description voidEngageEntityManagers. 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 ConversationRegistryEntryEntityManagerCommandContextUtil. getConversationRegistryEntryEntityManager(CommandContext commandContext)Methods in com.flowable.engage.engine.impl.util with parameters of type ConversationRegistryEntryEntityManager Modifier and Type Method Description static voidConversationRegistryUtil. createNewConversationRegistryEntry(IdentityLinkEntity identityLink, Date creationTime, ConversationRegistryEntryEntityManager conversationRegistry)static voidConversationRegistryUtil. createNewConversationRegistryEntry(IdentityLinkEntity identityLink, Date creationTime, Date joiningTime, ConversationRegistryEntryEntityManager conversationRegistry)
-