Uses of Interface
com.flowable.engage.conversation.api.ConversationUserQuery
Packages that use ConversationUserQuery
Package
Description
-
Uses of ConversationUserQuery in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationUserQueryModifier and TypeMethodDescriptionConversationUserQuery.addAll()This will return all users involved within a conversation, including directly assigned participants, owners and assignees as well as indirectly involved users through group memberships.ConversationUserQuery.addAssignedGroupMembers()Includes all group members of the assigned group of the conversation.ConversationUserQuery.addAssignedUsers()Includes all directly assigned users (e.g.ConversationUserQuery.addCandidateGroupMembers()Includes all group members of all candidate groups of the conversation.ConversationUserQuery.addParticipantUsers()Includes all participants of the conversation.ConversationUserQuery.conversationId(String conversationId) The id of the conversation to request users for must be provided through its id.ConversationService.createConversationUserQuery()Creates a new user query to request user ids involved in a specific conversation (e.g.ConversationUserQuery.includeHistoricParticipants()Includes participants that are not part of the current conversation, but have been part in the past. -
Uses of ConversationUserQuery in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationUserQueryModifier and TypeClassDescriptionclassThe implementation of theConversationUserQueryinterface used to query for users involved in a conversation.Methods in com.flowable.engage.engine.impl.conversation that return ConversationUserQueryModifier and TypeMethodDescriptionConversationUserQueryImpl.addAll()ConversationUserQueryImpl.addAssignedGroupMembers()ConversationUserQueryImpl.addAssignedUsers()ConversationUserQueryImpl.addCandidateGroupMembers()ConversationUserQueryImpl.addParticipantUsers()ConversationUserQueryImpl.conversationId(String conversationId) ConversationServiceImpl.createConversationUserQuery()ConversationUserQueryImpl.includeHistoricParticipants()