Class ValidateFormFieldsCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.ValidateFormFieldsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ValidateFormFieldsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
martin.grofcik
  • Field Details

  • Constructor Details

    • ValidateFormFieldsCmd

      public ValidateFormFieldsCmd(org.flowable.form.api.FormInfo formInfo, Map<String,Object> values)
  • 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>
    • mergeFormTypes

      protected void mergeFormTypes(String variableNamePrefix, Map<String,List<FormVariable>> nonMergedFormTypes, Map<String,List<FormVariable>> mergedFormTypes)
    • getNonSystemVariables

      protected Map<String,Object> getNonSystemVariables(Map<String,Object> values, String outcomeVariableName)
    • isPayload

      protected boolean isPayload(String variableName)
    • isOutcomeVariable

      protected boolean isOutcomeVariable(String variableName, String outcomeVariableName)