Uses of Interface
com.flowable.engage.conversation.api.ConversationUserQuery
-
Packages that use ConversationUserQuery Package Description com.flowable.engage.conversation.api com.flowable.engage.engine.impl.conversation -
-
Uses of ConversationUserQuery in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationUserQuery Modifier and Type Method Description ConversationUserQuery
ConversationUserQuery. 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
ConversationUserQuery. addAssignedGroupMembers()
Includes all group members of the assigned group of the conversation.ConversationUserQuery
ConversationUserQuery. addAssignedUsers()
Includes all directly assigned users (e.g.ConversationUserQuery
ConversationUserQuery. addCandidateGroupMembers()
Includes all group members of all candidate groups of the conversation.ConversationUserQuery
ConversationUserQuery. addParticipantUsers()
Includes all participants of the conversation.ConversationUserQuery
ConversationUserQuery. conversationId(String conversationId)
The id of the conversation to request users for must be provided through its id.ConversationUserQuery
ConversationService. createConversationUserQuery()
Creates a new user query to request user ids involved in a specific conversation (e.g.ConversationUserQuery
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 ConversationUserQuery Modifier and Type Class Description class
ConversationUserQueryImpl
The implementation of theConversationUserQuery
interface used to query for users involved in a conversation.Methods in com.flowable.engage.engine.impl.conversation that return ConversationUserQuery Modifier and Type Method Description ConversationUserQuery
ConversationUserQueryImpl. addAll()
ConversationUserQuery
ConversationUserQueryImpl. addAssignedGroupMembers()
ConversationUserQuery
ConversationUserQueryImpl. addAssignedUsers()
ConversationUserQuery
ConversationUserQueryImpl. addCandidateGroupMembers()
ConversationUserQuery
ConversationUserQueryImpl. addParticipantUsers()
ConversationUserQuery
ConversationUserQueryImpl. conversationId(String conversationId)
ConversationUserQuery
ConversationServiceImpl. createConversationUserQuery()
ConversationUserQuery
ConversationUserQueryImpl. includeHistoricParticipants()
-