Class FindConversationByIdCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationByIdCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Conversation>
public class FindConversationByIdCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<Conversation>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
conversationId
-
Constructor Summary
Constructors Constructor Description FindConversationByIdCmd(java.lang.String conversationId)
-
Method Summary
Modifier and Type Method Description Conversation
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
conversationId
protected final java.lang.String conversationId
-
-
Constructor Details
-
FindConversationByIdCmd
public FindConversationByIdCmd(java.lang.String conversationId)
-
-
Method Details
-
execute
public Conversation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Conversation>
-