Class SendConversationNotificationCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

public class SendConversationNotificationCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Conversation conversation  
    protected Message message  
  • Constructor Summary

    Constructors 
    Constructor Description
    SendConversationNotificationCmd​(Message message, Conversation conversation)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    protected java.util.List<Participant> getParticipants​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions)  
    protected java.util.List<Participant> getParticipants​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message)  
    protected java.util.Collection<java.lang.String> resolveGroupMembers​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String groupId)  
    protected java.util.Collection<java.lang.String> resolveGroupMembers​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Collection<java.lang.String> groupIds)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
    • getParticipants

      protected java.util.List<Participant> getParticipants​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions)
    • getParticipants

      protected java.util.List<Participant> getParticipants​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message)
    • resolveGroupMembers

      protected java.util.Collection<java.lang.String> resolveGroupMembers​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String groupId)
    • resolveGroupMembers

      protected java.util.Collection<java.lang.String> resolveGroupMembers​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Collection<java.lang.String> groupIds)