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 ConversationQuery
ConversationQuery. accessibleByParticipant(String userId)
ConversationQuery
ConversationQuery. accessibleByParticipantOrGroups(String participantId, Collection<String> groups)
ConversationQuery
ConversationQuery. conversationDefinitionId(String conversationDefinitionId)
ConversationQuery
ConversationService. createConversationQuery()
Creates a new conversation query as a builder where you can add predicates in order to query for conversations.ConversationQuery
ConversationQuery. createdAfter(Date createdAfter)
ConversationQuery
ConversationQuery. createdBefore(Date createdBefore)
ConversationQuery
ConversationQuery. externalId(String externalId)
Select conversation with the given external id.ConversationQuery
ConversationQuery. id(String id)
Select a conversation with the given id.ConversationQuery
ConversationQuery. includeIdentityLinks()
ConversationQuery
ConversationQuery. includeVariables()
ConversationQuery
ConversationQuery. lastMessageAfter(Date lastMessageAfter)
ConversationQuery
ConversationQuery. lastMessageBefore(Date lastMessageBefore)
ConversationQuery
ConversationQuery. name(String name)
ConversationQuery
ConversationQuery. orderByLastMessageTime()
ConversationQuery
ConversationQuery. ownerId(String ownerId)
ConversationQuery
ConversationQuery. participantsOrOwner(Collection<String> participants)
ConversationQuery
ConversationQuery. referenceDefinitionId(String referenceDefinitionId)
ConversationQuery
ConversationQuery. referenceId(String referenceId)
ConversationQuery
ConversationQuery. referenceType(String referenceType)
ConversationQuery
ConversationQuery. state(String state)
ConversationQuery
ConversationQuery. subType(String subType)
ConversationQuery
ConversationQuery. tags(String tag)
ConversationQuery
ConversationQuery. tags(String tag, String... tags)
ConversationQuery
ConversationQuery. tags(Collection<String> tags)
ConversationQuery
ConversationQuery. tagsNotIn(String tag)
ConversationQuery
ConversationQuery. tagsNotIn(String tag, String... tags)
ConversationQuery
ConversationQuery. tagsNotIn(Collection<String> tagsNotIn)
ConversationQuery
ConversationQuery. tenantId(String tenantId)
ConversationQuery
ConversationQuery. type(String type)
ConversationQuery
ConversationQuery. updateTimeAfter(Date updateTimeAfter)
ConversationQuery
ConversationQuery. updateTimeBefore(Date updateTimeBefore)
ConversationQuery
ConversationQuery. userAccountId(String userAccountId)
ConversationQuery
ConversationQuery. userAccountSubType(String userAccountSubType)
ConversationQuery
ConversationQuery. variableValueEquals(String name, Object value)
Checks for a conversation with the given variable name and value.ConversationQuery
ConversationQuery. variableValueEqualsIgnoreCase(String name, String value)
Checks for a conversation with the given variable name and value ignoring the case of the value.ConversationQuery
ConversationQuery. variableValueLike(String name, String valueLike)
Checks for a conversation with the given variable name and value like.ConversationQuery
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
ConversationQuery. withAllParticipants(Collection<String> withAllParticipants)
Conversations that contain exactly the givenwithAllParticipants
collection and nothing elseConversationQuery
ConversationQuery. withAnyParticipants(Collection<String> withAnyParticipants)
Conversations that have at least one of the givenwithAnyParticipants
collection as participantConversationQuery
ConversationQuery. withoutMessages()
ConversationQuery
ConversationQuery. withoutParent()
ConversationQuery
ConversationQuery. 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 class
ConversationQueryImpl
Methods in com.flowable.engage.engine.impl.conversation that return ConversationQuery Modifier and Type Method Description ConversationQuery
ConversationQueryImpl. accessibleByParticipantOrGroups(String participantId, Collection<String> groups)
protected ConversationQuery
ConversationQueryImpl. addTag(String tag)
protected ConversationQuery
ConversationQueryImpl. addTagNotIn(String tagNotIn)
ConversationQuery
ConversationQueryImpl. conversationDefinitionId(String conversationDefinitionId)
ConversationQuery
ConversationServiceImpl. createConversationQuery()
ConversationQuery
ConversationQueryImpl. createdAfter(Date createdAfter)
ConversationQuery
ConversationQueryImpl. createdBefore(Date createdBefore)
ConversationQuery
ConversationQueryImpl. externalId(String externalId)
ConversationQuery
ConversationQueryImpl. id(String id)
ConversationQuery
ConversationQueryImpl. includeIdentityLinks()
ConversationQuery
ConversationQueryImpl. includeVariables()
ConversationQuery
ConversationQueryImpl. lastMessageAfter(Date lastMessageAfter)
ConversationQuery
ConversationQueryImpl. lastMessageBefore(Date lastMessageBefore)
ConversationQuery
ConversationQueryImpl. name(String name)
ConversationQuery
ConversationQueryImpl. orderByLastMessageTime()
ConversationQuery
ConversationQueryImpl. ownerId(String ownerId)
ConversationQuery
ConversationQueryImpl. participantsOrOwner(Collection<String> participantsOrOwner)
ConversationQuery
ConversationQueryImpl. referenceDefinitionId(String referenceDefinitionId)
ConversationQuery
ConversationQueryImpl. referenceId(String referenceId)
ConversationQuery
ConversationQueryImpl. referenceType(String referenceType)
ConversationQuery
ConversationQueryImpl. state(String state)
ConversationQuery
ConversationQueryImpl. subType(String subType)
ConversationQuery
ConversationQueryImpl. tags(String tag)
ConversationQuery
ConversationQueryImpl. tags(String tag, String... tags)
ConversationQuery
ConversationQueryImpl. tags(Collection<String> tags)
ConversationQuery
ConversationQueryImpl. tagsNotIn(String tagNotIn)
ConversationQuery
ConversationQueryImpl. tagsNotIn(String tagNotIn, String... tagsNotIn)
ConversationQuery
ConversationQueryImpl. tagsNotIn(Collection<String> tagsNotIn)
ConversationQuery
ConversationQueryImpl. tenantId(String tenantId)
ConversationQuery
ConversationQueryImpl. type(String type)
ConversationQuery
ConversationQueryImpl. updateTimeAfter(Date updateTimeAfter)
ConversationQuery
ConversationQueryImpl. updateTimeBefore(Date updateTimeBefore)
ConversationQuery
ConversationQueryImpl. userAccountId(String userAccountId)
ConversationQuery
ConversationQueryImpl. userAccountSubType(String userAccountSubType)
ConversationQuery
ConversationQueryImpl. withAllParticipants(Collection<String> withAllParticipants)
ConversationQuery
ConversationQueryImpl. withAnyParticipants(Collection<String> withAnyParticipants)
ConversationQuery
ConversationQueryImpl. withoutMessages()
ConversationQuery
ConversationQueryImpl. withoutParent()
ConversationQuery
ConversationQueryImpl. 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 ConversationQuery
ConversationEntityManager. createConversationQuery()
ConversationQuery
ConversationEntityManagerImpl. createConversationQuery()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ConversationQuery Modifier and Type Method Description long
ConversationEntityManager. countByCriteria(ConversationQuery query)
long
ConversationEntityManagerImpl. countByCriteria(ConversationQuery query)
List<Conversation>
ConversationEntityManager. findByCriteria(ConversationQuery query)
List<Conversation>
ConversationEntityManagerImpl. findByCriteria(ConversationQuery query)
-