java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationParticipantsBetweenCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<String>>
public class FindConversationParticipantsBetweenCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<String>>
-
-
Constructor Summary
Constructors
-
Method Summary
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
conversationId
protected final String conversationId
-
from
protected final Date from
-
until
protected final Date until
-
Constructor Details
-
FindConversationParticipantsBetweenCmd
public FindConversationParticipantsBetweenCmd(String conversationId,
Date from,
Date until)
-
Method Details
-
execute
public List<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interface org.flowable.common.engine.impl.interceptor.Command<List<String>>