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 Summary
Fields
protected final boolean
protected final boolean
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-