Class GetVariablesFromFormSubmissionCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.GetVariablesFromFormSubmissionCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>

public class GetVariablesFromFormSubmissionCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • OUTCOME_VARIABLE_NAME_PREFIX

      public static final String OUTCOME_VARIABLE_NAME_PREFIX
      See Also:
    • OUTCOME_VARIABLE_NAME_SUFFIX

      public static final String OUTCOME_VARIABLE_NAME_SUFFIX
      See Also:
    • elementId

      protected String elementId
    • elementType

      protected String elementType
    • scopeId

      protected String scopeId
    • scopeDefinitionId

      protected String scopeDefinitionId
    • scopeType

      protected String scopeType
    • formInfo

      protected org.flowable.form.api.FormInfo formInfo
    • values

      protected Map<String,Object> values
    • outcome

      protected String outcome
  • Constructor Details

    • GetVariablesFromFormSubmissionCmd

      public GetVariablesFromFormSubmissionCmd(String elementId, String elementType, String scopeId, String scopeDefinitionId, String scopeType, org.flowable.form.api.FormInfo formInfo, Map<String,Object> values)
    • GetVariablesFromFormSubmissionCmd

      public GetVariablesFromFormSubmissionCmd(String elementId, String elementType, String scopeId, String scopeDefinitionId, String scopeType, org.flowable.form.api.FormInfo formInfo, Map<String,Object> values, String outcome)
  • Method Details

    • execute

      public Map<String,Object> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>