Class CountConversationsWithLastMessageBetweenCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
All Implemented Interfaces:
Command<Long>

public class CountConversationsWithLastMessageBetweenCmd extends Object implements Command<Long>
Number of conversations which received new messages within a given time frame.
Author:
Simon Amport
  • Field Details

    • from

      protected final Date from
    • until

      protected final Date until
    • includePrivate

      protected final boolean includePrivate
    • includeSticky

      protected final boolean includeSticky
  • Constructor Details

    • CountConversationsWithLastMessageBetweenCmd

      public CountConversationsWithLastMessageBetweenCmd(Date from, Date until, boolean includePrivate, boolean includeSticky)
  • Method Details