Class SendConversationNotificationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected List<Participant>
getParticipants
(CommandContext commandContext, Conversation permissions) protected List<Participant>
getParticipants
(CommandContext commandContext, Message message) protected Collection<String>
resolveGroupMembers
(CommandContext commandContext, String groupId) protected Collection<String>
resolveGroupMembers
(CommandContext commandContext, Collection<String> groupIds)
-
Field Details
-
message
-
conversation
-
-
Constructor Details
-
SendConversationNotificationCmd
-
-
Method Details
-
execute
-
getParticipants
protected List<Participant> getParticipants(CommandContext commandContext, Conversation permissions) -
getParticipants
-
resolveGroupMembers
-
resolveGroupMembers
protected Collection<String> resolveGroupMembers(CommandContext commandContext, Collection<String> groupIds)
-