Class FindConversationsWithLastMessageBetweenCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
- All Implemented Interfaces:
Command<List<Conversation>>
public class FindConversationsWithLastMessageBetweenCmd
extends Object
implements Command<List<Conversation>>
Finds conversations which received new messages within a given time frame.
- Author:
- Simon Amport
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFindConversationsWithLastMessageBetweenCmd
(Date startTime, Date endTime, boolean includePrivate, boolean includeSticky) -
Method Summary
-
Field Details
-
startTime
-
endTime
-
includePrivate
protected final boolean includePrivate -
includeSticky
protected final boolean includeSticky
-
-
Constructor Details
-
FindConversationsWithLastMessageBetweenCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<Conversation>>
-