Uses of Interface
com.flowable.engage.conversation.api.ConversationQuery
Packages that use ConversationQuery
Package
Description
-
Uses of ConversationQuery in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationQueryModifier and TypeMethodDescriptiondefault ConversationQuery
ConversationQuery.accessibleByParticipant
(String userId) ConversationQuery.accessibleByParticipantOrGroups
(String participantId, Collection<String> groups) ConversationQuery.conversationDefinitionId
(String conversationDefinitionId) ConversationService.createConversationQuery()
Creates a new conversation query as a builder where you can add predicates in order to query for conversations.ConversationQuery.createdAfter
(Date createdAfter) ConversationQuery.createdBefore
(Date createdBefore) ConversationQuery.externalId
(String externalId) Select conversation with the given external id.Select a conversation with the given id.ConversationQuery.includeIdentityLinks()
ConversationQuery.includeVariables()
ConversationQuery.lastMessageAfter
(Date lastMessageAfter) ConversationQuery.lastMessageBefore
(Date lastMessageBefore) ConversationQuery.orderByLastMessageTime()
ConversationQuery.participantsOrOwner
(Collection<String> participants) ConversationQuery.referenceDefinitionId
(String referenceDefinitionId) ConversationQuery.referenceId
(String referenceId) ConversationQuery.referenceType
(String referenceType) ConversationQuery.tags
(Collection<String> tags) ConversationQuery.tagsNotIn
(Collection<String> tagsNotIn) ConversationQuery.updateTimeAfter
(Date updateTimeAfter) ConversationQuery.updateTimeBefore
(Date updateTimeBefore) ConversationQuery.userAccountId
(String userAccountId) ConversationQuery.userAccountSubType
(String userAccountSubType) ConversationQuery.variableValueEquals
(String name, Object value) Checks for a conversation with the given variable name and value.ConversationQuery.variableValueEqualsIgnoreCase
(String name, String value) Checks for a conversation with the given variable name and value ignoring the case of the value.ConversationQuery.variableValueLike
(String name, String valueLike) Checks for a conversation with the given variable name and value like.ConversationQuery.variableValueLikeIgnoreCase
(String name, String valueLike) Checks for a conversation with the given variable name and value like ignoring the case of the value.ConversationQuery.withAllParticipants
(Collection<String> withAllParticipants) Conversations that contain exactly the givenwithAllParticipants
collection and nothing elseConversationQuery.withAnyParticipants
(Collection<String> withAnyParticipants) Conversations that have at least one of the givenwithAnyParticipants
collection as participantConversationQuery.withoutMessages()
ConversationQuery.withoutParent()
ConversationQuery.withoutTenantId()
-
Uses of ConversationQuery in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationQueryMethods in com.flowable.engage.engine.impl.conversation that return ConversationQueryModifier and TypeMethodDescriptionConversationQueryImpl.accessibleByParticipantOrGroups
(String participantId, Collection<String> groups) protected ConversationQuery
protected ConversationQuery
ConversationQueryImpl.addTagNotIn
(String tagNotIn) ConversationQueryImpl.conversationDefinitionId
(String conversationDefinitionId) ConversationServiceImpl.createConversationQuery()
ConversationQueryImpl.createdAfter
(Date createdAfter) ConversationQueryImpl.createdBefore
(Date createdBefore) ConversationQueryImpl.externalId
(String externalId) ConversationQueryImpl.includeIdentityLinks()
ConversationQueryImpl.includeVariables()
ConversationQueryImpl.lastMessageAfter
(Date lastMessageAfter) ConversationQueryImpl.lastMessageBefore
(Date lastMessageBefore) ConversationQueryImpl.orderByLastMessageTime()
ConversationQueryImpl.participantsOrOwner
(Collection<String> participantsOrOwner) ConversationQueryImpl.referenceDefinitionId
(String referenceDefinitionId) ConversationQueryImpl.referenceId
(String referenceId) ConversationQueryImpl.referenceType
(String referenceType) ConversationQueryImpl.tags
(Collection<String> tags) ConversationQueryImpl.tagsNotIn
(Collection<String> tagsNotIn) ConversationQueryImpl.updateTimeAfter
(Date updateTimeAfter) ConversationQueryImpl.updateTimeBefore
(Date updateTimeBefore) ConversationQueryImpl.userAccountId
(String userAccountId) ConversationQueryImpl.userAccountSubType
(String userAccountSubType) ConversationQueryImpl.withAllParticipants
(Collection<String> withAllParticipants) ConversationQueryImpl.withAnyParticipants
(Collection<String> withAnyParticipants) ConversationQueryImpl.withoutMessages()
ConversationQueryImpl.withoutParent()
ConversationQueryImpl.withoutTenantId()
-
Uses of ConversationQuery in com.flowable.engage.engine.impl.persistence.entity
Methods in com.flowable.engage.engine.impl.persistence.entity that return ConversationQueryModifier and TypeMethodDescriptionConversationEntityManager.createConversationQuery()
ConversationEntityManagerImpl.createConversationQuery()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ConversationQueryModifier and TypeMethodDescriptionlong
ConversationEntityManager.countByCriteria
(ConversationQuery query) long
ConversationEntityManagerImpl.countByCriteria
(ConversationQuery query) ConversationEntityManager.findByCriteria
(ConversationQuery query) ConversationEntityManagerImpl.findByCriteria
(ConversationQuery query)