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