Class CountConversationParticipantsCmd

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

public class CountConversationParticipantsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Long>
  • Field Details

    • conversationId

      protected final String conversationId
    • date

      protected final Date date
  • Constructor Details

    • CountConversationParticipantsCmd

      public CountConversationParticipantsCmd(String conversationId)
    • CountConversationParticipantsCmd

      public CountConversationParticipantsCmd(String conversationId, Date date)
  • 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>