Class FindConversationsWithLastMessageBetweenCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<Conversation>>
public class FindConversationsWithLastMessageBetweenCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.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
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
startTime
-
endTime
-
includePrivate
protected final boolean includePrivate -
includeSticky
protected final boolean includeSticky
-
-
Constructor Details
-
FindConversationsWithLastMessageBetweenCmd
-
-
Method Details
-
execute
public List<Conversation> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<Conversation>>
-