Class FindConversationByIdWithIdentityLinksCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksCmd
-
- All Implemented Interfaces:
Command<Conversation>
public class FindConversationByIdWithIdentityLinksCmd extends Object implements Command<Conversation>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
conversationId
-
Constructor Summary
Constructors Constructor Description FindConversationByIdWithIdentityLinksCmd(String conversationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
execute(CommandContext commandContext)
-
-
-
Field Detail
-
conversationId
protected final String conversationId
-
-
Constructor Detail
-
FindConversationByIdWithIdentityLinksCmd
public FindConversationByIdWithIdentityLinksCmd(String conversationId)
-
-
Method Detail
-
execute
public Conversation execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<Conversation>
-
-