Uses of Interface
com.flowable.engage.conversation.api.ConversationQuery
-
Packages that use ConversationQuery Package Description com.flowable.engage.conversation.api com.flowable.engage.engine.impl.conversation com.flowable.engage.engine.impl.persistence.entity -
-
Uses of ConversationQuery in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationQuery Modifier and Type Method Description default ConversationQueryConversationQuery. accessibleByParticipant(String userId)ConversationQueryConversationQuery. accessibleByParticipantOrGroups(String participantId, Collection<String> groups)ConversationQueryConversationQuery. conversationDefinitionId(String conversationDefinitionId)ConversationQueryConversationService. createConversationQuery()Creates a new conversation query as a builder where you can add predicates in order to query for conversations.ConversationQueryConversationQuery. createdAfter(Date createdAfter)ConversationQueryConversationQuery. createdBefore(Date createdBefore)ConversationQueryConversationQuery. externalId(String externalId)Select conversation with the given external id.ConversationQueryConversationQuery. id(String id)Select a conversation with the given id.ConversationQueryConversationQuery. includeIdentityLinks()ConversationQueryConversationQuery. includeVariables()ConversationQueryConversationQuery. lastMessageAfter(Date lastMessageAfter)ConversationQueryConversationQuery. lastMessageBefore(Date lastMessageBefore)ConversationQueryConversationQuery. name(String name)ConversationQueryConversationQuery. orderByLastMessageTime()ConversationQueryConversationQuery. ownerId(String ownerId)ConversationQueryConversationQuery. participantsOrOwner(Collection<String> participants)ConversationQueryConversationQuery. referenceDefinitionId(String referenceDefinitionId)ConversationQueryConversationQuery. referenceId(String referenceId)ConversationQueryConversationQuery. referenceType(String referenceType)ConversationQueryConversationQuery. state(String state)ConversationQueryConversationQuery. subType(String subType)ConversationQueryConversationQuery. tags(String tag)ConversationQueryConversationQuery. tags(String tag, String... tags)ConversationQueryConversationQuery. tags(Collection<String> tags)ConversationQueryConversationQuery. tagsNotIn(String tag)ConversationQueryConversationQuery. tagsNotIn(String tag, String... tags)ConversationQueryConversationQuery. tagsNotIn(Collection<String> tagsNotIn)ConversationQueryConversationQuery. tenantId(String tenantId)ConversationQueryConversationQuery. type(String type)ConversationQueryConversationQuery. updateTimeAfter(Date updateTimeAfter)ConversationQueryConversationQuery. updateTimeBefore(Date updateTimeBefore)ConversationQueryConversationQuery. userAccountId(String userAccountId)ConversationQueryConversationQuery. userAccountSubType(String userAccountSubType)ConversationQueryConversationQuery. variableValueEquals(String name, Object value)Checks for a conversation with the given variable name and value.ConversationQueryConversationQuery. variableValueEqualsIgnoreCase(String name, String value)Checks for a conversation with the given variable name and value ignoring the case of the value.ConversationQueryConversationQuery. variableValueLike(String name, String valueLike)Checks for a conversation with the given variable name and value like.ConversationQueryConversationQuery. variableValueLikeIgnoreCase(String name, String valueLike)Checks for a conversation with the given variable name and value like ignoring the case of the value.ConversationQueryConversationQuery. withAllParticipants(Collection<String> withAllParticipants)Conversations that contain exactly the givenwithAllParticipantscollection and nothing elseConversationQueryConversationQuery. withAnyParticipants(Collection<String> withAnyParticipants)Conversations that have at least one of the givenwithAnyParticipantscollection as participantConversationQueryConversationQuery. withoutMessages()ConversationQueryConversationQuery. withoutParent()ConversationQueryConversationQuery. withoutTenantId() -
Uses of ConversationQuery in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationQuery Modifier and Type Class Description classConversationQueryImplMethods in com.flowable.engage.engine.impl.conversation that return ConversationQuery Modifier and Type Method Description ConversationQueryConversationQueryImpl. accessibleByParticipantOrGroups(String participantId, Collection<String> groups)protected ConversationQueryConversationQueryImpl. addTag(String tag)protected ConversationQueryConversationQueryImpl. addTagNotIn(String tagNotIn)ConversationQueryConversationQueryImpl. conversationDefinitionId(String conversationDefinitionId)ConversationQueryConversationServiceImpl. createConversationQuery()ConversationQueryConversationQueryImpl. createdAfter(Date createdAfter)ConversationQueryConversationQueryImpl. createdBefore(Date createdBefore)ConversationQueryConversationQueryImpl. externalId(String externalId)ConversationQueryConversationQueryImpl. id(String id)ConversationQueryConversationQueryImpl. includeIdentityLinks()ConversationQueryConversationQueryImpl. includeVariables()ConversationQueryConversationQueryImpl. lastMessageAfter(Date lastMessageAfter)ConversationQueryConversationQueryImpl. lastMessageBefore(Date lastMessageBefore)ConversationQueryConversationQueryImpl. name(String name)ConversationQueryConversationQueryImpl. orderByLastMessageTime()ConversationQueryConversationQueryImpl. ownerId(String ownerId)ConversationQueryConversationQueryImpl. participantsOrOwner(Collection<String> participantsOrOwner)ConversationQueryConversationQueryImpl. referenceDefinitionId(String referenceDefinitionId)ConversationQueryConversationQueryImpl. referenceId(String referenceId)ConversationQueryConversationQueryImpl. referenceType(String referenceType)ConversationQueryConversationQueryImpl. state(String state)ConversationQueryConversationQueryImpl. subType(String subType)ConversationQueryConversationQueryImpl. tags(String tag)ConversationQueryConversationQueryImpl. tags(String tag, String... tags)ConversationQueryConversationQueryImpl. tags(Collection<String> tags)ConversationQueryConversationQueryImpl. tagsNotIn(String tagNotIn)ConversationQueryConversationQueryImpl. tagsNotIn(String tagNotIn, String... tagsNotIn)ConversationQueryConversationQueryImpl. tagsNotIn(Collection<String> tagsNotIn)ConversationQueryConversationQueryImpl. tenantId(String tenantId)ConversationQueryConversationQueryImpl. type(String type)ConversationQueryConversationQueryImpl. updateTimeAfter(Date updateTimeAfter)ConversationQueryConversationQueryImpl. updateTimeBefore(Date updateTimeBefore)ConversationQueryConversationQueryImpl. userAccountId(String userAccountId)ConversationQueryConversationQueryImpl. userAccountSubType(String userAccountSubType)ConversationQueryConversationQueryImpl. withAllParticipants(Collection<String> withAllParticipants)ConversationQueryConversationQueryImpl. withAnyParticipants(Collection<String> withAnyParticipants)ConversationQueryConversationQueryImpl. withoutMessages()ConversationQueryConversationQueryImpl. withoutParent()ConversationQueryConversationQueryImpl. withoutTenantId() -
Uses of ConversationQuery in com.flowable.engage.engine.impl.persistence.entity
Methods in com.flowable.engage.engine.impl.persistence.entity that return ConversationQuery Modifier and Type Method Description ConversationQueryConversationEntityManager. createConversationQuery()ConversationQueryConversationEntityManagerImpl. createConversationQuery()Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ConversationQuery Modifier and Type Method Description longConversationEntityManager. countByCriteria(ConversationQuery query)longConversationEntityManagerImpl. countByCriteria(ConversationQuery query)List<Conversation>ConversationEntityManager. findByCriteria(ConversationQuery query)List<Conversation>ConversationEntityManagerImpl. findByCriteria(ConversationQuery query)
-