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 Modifier and Type Field Description protected Date
endTime
protected boolean
includePrivate
protected boolean
includeSticky
protected Date
startTime
-
Constructor Summary
Constructors Constructor Description FindConversationsWithLastMessageBetweenCmd(Date startTime, Date endTime, boolean includePrivate, boolean includeSticky)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Conversation>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<Conversation> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<Conversation>>
-
-