Class CountConversationsWithLastMessageBetweenCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Long>
public class CountConversationsWithLastMessageBetweenCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Long>
Number of conversations which received new messages within a given time frame.
- Author:
- Simon Amport
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCountConversationsWithLastMessageBetweenCmd
(Date from, Date until, boolean includePrivate, boolean includeSticky) -
Method Summary
-
Field Details
-
from
-
until
-
includePrivate
protected final boolean includePrivate -
includeSticky
protected final boolean includeSticky
-
-
Constructor Details
-
CountConversationsWithLastMessageBetweenCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Long>
-