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 Details

    • recipientAccount

      protected final UserAccount recipientAccount
    • message

      protected final Message message
  • Constructor Details

    • ValidateExternalSystemMessageCmd

      public ValidateExternalSystemMessageCmd(UserAccount recipientAccount, Message message)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>
    • getAdapter

      protected ExternalConversationSystemAdapter getAdapter(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String externalSystemId)