Class SendExternalSystemMessageCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.SendExternalSystemMessageCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SendExternalSystemMessageCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected ExternalConversationSystemAdapter
getAdapter
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String externalSystemId)
-
Field Details
-
recipientAccountId
-
messageId
-
-
Constructor Details
-
SendExternalSystemMessageCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
getAdapter
protected ExternalConversationSystemAdapter getAdapter(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String externalSystemId)
-