Class MuteConversationCmd

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

public class MuteConversationCmd extends NeedsConversationCmd implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • userId

      protected String userId
  • Constructor Details

    • MuteConversationCmd

      public MuteConversationCmd(String conversationId, String userId)
  • Method Details

    • execute

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