Class ExternalTaskCmd

    • Field Detail

      • externalTaskId

        protected java.lang.String externalTaskId
        The corresponding external task id.
    • Constructor Detail

      • ExternalTaskCmd

        public ExternalTaskCmd​(java.lang.String externalTaskId)
    • Method Detail

      • getUserOperationLogOperationType

        protected java.lang.String getUserOperationLogOperationType()
      • execute

        protected abstract void execute​(ExternalTaskEntity externalTask)
        Executes the specific external task commands, which belongs to the current sub class.
        Parameters:
        externalTask - the external task which is used for the command execution
      • validateInput

        protected abstract void validateInput()
        Validates the current input of the command.