Class FindConversationByIdWithIdentityLinksCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Conversation>
public class FindConversationByIdWithIdentityLinksCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Conversation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
conversationId
-
-
Constructor Details
-
FindConversationByIdWithIdentityLinksCmd
-
-
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>
-