Class SendExternalSystemMessageCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.SendExternalSystemMessageCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmessageIdprotected StringrecipientAccountId
-
Constructor Summary
Constructors Constructor Description SendExternalSystemMessageCmd(String recipientAccountId, String messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected ExternalConversationSystemAdaptergetAdapter(CommandContext commandContext, String externalSystemId)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
getAdapter
protected ExternalConversationSystemAdapter getAdapter(CommandContext commandContext, String externalSystemId)
-
-