Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
Packages that use ConversationRegistryEntryEntity
Package
Description
-
Uses of ConversationRegistryEntryEntity in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return types with arguments of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionprotected Predicate<ConversationRegistryEntryEntity>
ReindexMessagesCmd.isRegistryEntryApplicable
(Date messageTime) Method parameters in com.flowable.engage.engine.impl.cmd with type arguments of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionReindexMessagesCmd.determineParticipantGroupIds
(Message message, List<ConversationRegistryEntryEntity> registryEntities) ReindexMessagesCmd.determineParticipantUserIds
(Message message, List<ConversationRegistryEntryEntity> registryEntities) -
Uses of ConversationRegistryEntryEntity in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationRegistryEntryEntityMethods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionConversationRegistryEntryEntityManager.findByConversation
(String conversationId) ConversationRegistryEntryEntityManagerImpl.findByConversation
(String conversationId) ConversationRegistryEntryEntityManager.findByConversationAndGroups
(String conversationId, Collection<String> groups) ConversationRegistryEntryEntityManagerImpl.findByConversationAndGroups
(String conversationId, Collection<String> groups) ConversationRegistryEntryEntityManager.findByConversationAndUser
(String conversationId, String userId) ConversationRegistryEntryEntityManagerImpl.findByConversationAndUser
(String conversationId, String userId) ConversationRegistryEntryEntityManager.findByConversationIdAndDateRange
(String conversationId, Date startDate, Date endDate) ConversationRegistryEntryEntityManagerImpl.findByConversationIdAndDateRange
(String conversationId, Date startDate, Date endDate) ConversationRegistryEntryEntityManager.findByConversationIdAndTypes
(String conversationId, Collection<String> types) ConversationRegistryEntryEntityManagerImpl.findByConversationIdAndTypes
(String conversationId, Collection<String> types) ConversationRegistryEntryEntityManager.findCurrentByConversationAndGroupsAndType
(String conversationId, Collection<String> groups, String participantType) ConversationRegistryEntryEntityManagerImpl.findCurrentByConversationAndGroupsAndType
(String conversationId, Collection<String> groups, String participantType) ConversationRegistryEntryEntityManager.findCurrentByConversationAndUsersAndType
(String conversationId, Collection<String> participants, String participantType) ConversationRegistryEntryEntityManagerImpl.findCurrentByConversationAndUsersAndType
(String conversationId, Collection<String> participants, String participantType) -
Uses of ConversationRegistryEntryEntity in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionConversationRegistryEntryDataManager.findByConversation
(String conversationId) ConversationRegistryEntryDataManager.findByConversationAndGroups
(String conversationId, Collection<String> groups) ConversationRegistryEntryDataManager.findByConversationAndUser
(String conversationId, String userId) ConversationRegistryEntryDataManager.findByConversationIdAndDateRange
(String conversationId, Date startDate, Date endDate) ConversationRegistryEntryDataManager.findByConversationIdAndTypes
(String conversationId, Collection<String> types) ConversationRegistryEntryDataManager.findCurrentByConversationAndGroupsAndType
(String conversationId, Collection<String> groups, String participantType) ConversationRegistryEntryDataManager.findCurrentByConversationAndUsersAndType
(String conversationId, Collection<String> participants, String participantType) -
Uses of ConversationRegistryEntryEntity in com.flowable.engage.engine.impl.persistence.entity.data.impl
Fields in com.flowable.engage.engine.impl.persistence.entity.data.impl with type parameters of type ConversationRegistryEntryEntityModifier and TypeFieldDescriptionMyBatisConversationRegistryEntryDataManager.registryEntryByConversationIdCacheMatcher
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return ConversationRegistryEntryEntityMethods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionMyBatisConversationRegistryEntryDataManager.findByConversation
(String conversationId) MyBatisConversationRegistryEntryDataManager.findByConversationAndGroups
(String conversationId, Collection<String> groups) MyBatisConversationRegistryEntryDataManager.findByConversationAndUser
(String conversationId, String userId) MyBatisConversationRegistryEntryDataManager.findByConversationIdAndDateRange
(String conversationId, Date startDate, Date endDate) MyBatisConversationRegistryEntryDataManager.findByConversationIdAndTypes
(String conversationId, Collection<String> types) MyBatisConversationRegistryEntryDataManager.findCurrentByConversationAndGroupsAndType
(String conversationId, Collection<String> groups, String participantType) MyBatisConversationRegistryEntryDataManager.findCurrentByConversationAndUsersAndType
(String conversationId, Collection<String> participants, String participantType) Class<? extends ConversationRegistryEntryEntity>
MyBatisConversationRegistryEntryDataManager.getManagedEntityClass()
-
Uses of ConversationRegistryEntryEntity in com.flowable.engage.engine.impl.persistence.entity.data.impl.cache
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl.cache with parameters of type ConversationRegistryEntryEntityModifier and TypeMethodDescriptionboolean
ConversationRegistryEntryByConversationIdMatcher.isRetained
(ConversationRegistryEntryEntity entity, Object param)