Class ValidateExternalSystemMessageCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.ValidateExternalSystemMessageCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Messagemessageprotected UserAccountrecipientAccount
-
Constructor Summary
Constructors Constructor Description ValidateExternalSystemMessageCmd(UserAccount recipientAccount, Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected ExternalConversationSystemAdaptergetAdapter(CommandContext commandContext, String externalSystemId)
-
-
-
Field Detail
-
recipientAccount
protected final UserAccount recipientAccount
-
message
protected final Message message
-
-
Constructor Detail
-
ValidateExternalSystemMessageCmd
public ValidateExternalSystemMessageCmd(UserAccount recipientAccount, Message message)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
getAdapter
protected ExternalConversationSystemAdapter getAdapter(CommandContext commandContext, String externalSystemId)
-
-