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