Class ValidateExternalSystemMessageCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.ValidateExternalSystemMessageCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Message
message
protected UserAccount
recipientAccount
-
Constructor Summary
Constructors Constructor Description ValidateExternalSystemMessageCmd(UserAccount recipientAccount, Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected ExternalConversationSystemAdapter
getAdapter(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)
-
-