Class SendConversationNotificationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SendConversationNotificationCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected List
<Participant> getParticipants
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions) protected List
<Participant> getParticipants
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message) protected Collection
<String> resolveGroupMembers
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String groupId) protected Collection
<String> resolveGroupMembers
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Collection<String> groupIds)
-
Field Details
-
message
-
conversation
-
-
Constructor Details
-
SendConversationNotificationCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
getParticipants
protected List<Participant> getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions) -
getParticipants
protected List<Participant> getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message) -
resolveGroupMembers
protected Collection<String> resolveGroupMembers(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String groupId) -
resolveGroupMembers
protected Collection<String> resolveGroupMembers(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Collection<String> groupIds)
-