Class CountUnreadMessagesCmd

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

public class CountUnreadMessagesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Long>
Author:
Filip Hrisafov, Joram Barrez
  • Field Details

    • userId

      protected final String userId
    • conversationId

      protected final String conversationId
  • Constructor Details

    • CountUnreadMessagesCmd

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

    • execute

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