Modifier and Type | Field and Description |
---|---|
protected Conversation |
conversation |
protected Message |
message |
Constructor and Description |
---|
SendConversationNotificationCmd(Message message,
Conversation conversation) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected List<Participant> |
getParticipants(CommandContext commandContext,
Conversation permissions) |
protected List<Participant> |
getParticipants(CommandContext commandContext,
Message message) |
protected Collection<String> |
resolveGroupMembers(CommandContext commandContext,
Collection<String> groupIds) |
protected Collection<String> |
resolveGroupMembers(CommandContext commandContext,
String groupId) |
protected final Message message
protected final Conversation conversation
public SendConversationNotificationCmd(Message message, Conversation conversation)
public Void execute(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)