public class CountConversationsWithLastMessageBetweenCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Long>
| Modifier and Type | Field and Description | 
|---|---|
| protected Date | from | 
| protected boolean | includePrivate | 
| protected boolean | includeSticky | 
| protected Date | until | 
| Constructor and Description | 
|---|
| CountConversationsWithLastMessageBetweenCmd(Date from,
                                           Date until,
                                           boolean includePrivate,
                                           boolean includeSticky) | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
Copyright © 2019. All rights reserved.