Class FindConversationsWithLastMessageBetweenCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
All Implemented Interfaces:
Command<List<Conversation>>

public class FindConversationsWithLastMessageBetweenCmd extends Object implements Command<List<Conversation>>
Finds conversations which received new messages within a given time frame.
Author:
Simon Amport
  • Field Details

    • startTime

      protected final Date startTime
    • endTime

      protected final Date endTime
    • includePrivate

      protected final boolean includePrivate
    • includeSticky

      protected final boolean includeSticky
  • Constructor Details

    • FindConversationsWithLastMessageBetweenCmd

      public FindConversationsWithLastMessageBetweenCmd(Date startTime, Date endTime, boolean includePrivate, boolean includeSticky)
  • Method Details