Class CountConversationsWithLastMessageBetweenCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
from
protected boolean
includePrivate
protected boolean
includeSticky
protected Date
until
-
Constructor Summary
Constructors Constructor Description CountConversationsWithLastMessageBetweenCmd(Date from, Date until, boolean includePrivate, boolean includeSticky)
-
-
-
Method Detail
-
execute
public Long execute(CommandContext commandContext)
-
-