public class FindConversationsWithLastMessageBetweenCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<Conversation>>
| Modifier and Type | Field and Description | 
|---|---|
| protected Date | endTime | 
| protected boolean | includePrivate | 
| protected boolean | includeSticky | 
| protected Date | startTime | 
| Constructor and Description | 
|---|
| FindConversationsWithLastMessageBetweenCmd(Date startTime,
                                          Date endTime,
                                          boolean includePrivate,
                                          boolean includeSticky) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Conversation> | execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
protected final Date startTime
protected final Date endTime
protected final boolean includePrivate
protected final boolean includeSticky
public List<Conversation> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<List<Conversation>>Copyright © 2019. All rights reserved.