Class ValidateExternalSystemMessageCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.ValidateExternalSystemMessageCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class ValidateExternalSystemMessageCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidateExternalSystemMessageCmd
(UserAccount recipientAccount, Message message) -
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
-
recipientAccount
-
message
-
-
Constructor Details
-
ValidateExternalSystemMessageCmd
-
-
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)
-