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 ConversationUserQueryConversationUserQuery. 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.ConversationUserQueryConversationUserQuery. addAssignedGroupMembers()Includes all group members of the assigned group of the conversation.ConversationUserQueryConversationUserQuery. addAssignedUsers()Includes all directly assigned users (e.g.ConversationUserQueryConversationUserQuery. addCandidateGroupMembers()Includes all group members of all candidate groups of the conversation.ConversationUserQueryConversationUserQuery. addParticipantUsers()Includes all participants of the conversation.ConversationUserQueryConversationUserQuery. conversationId(String conversationId)The id of the conversation to request users for must be provided through its id.ConversationUserQueryConversationService. createConversationUserQuery()Creates a new user query to request user ids involved in a specific conversation (e.g.ConversationUserQueryConversationUserQuery. 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 classConversationUserQueryImplThe implementation of theConversationUserQueryinterface 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 ConversationUserQueryConversationUserQueryImpl. addAll()ConversationUserQueryConversationUserQueryImpl. addAssignedGroupMembers()ConversationUserQueryConversationUserQueryImpl. addAssignedUsers()ConversationUserQueryConversationUserQueryImpl. addCandidateGroupMembers()ConversationUserQueryConversationUserQueryImpl. addParticipantUsers()ConversationUserQueryConversationUserQueryImpl. conversationId(String conversationId)ConversationUserQueryConversationServiceImpl. createConversationUserQuery()ConversationUserQueryConversationUserQueryImpl. includeHistoricParticipants()
-