Class FormModelResponse


  • public class FormModelResponse
    extends Object
    • Field Detail

      • description

        protected String description
      • version

        protected int version
      • fields

        protected List<org.flowable.form.model.FormField> fields
      • outcomes

        protected List<org.flowable.form.model.FormOutcome> outcomes
      • outcomeVariableName

        protected String outcomeVariableName
    • Constructor Detail

      • FormModelResponse

        public FormModelResponse​(org.flowable.form.api.FormInfo formInfo)
      • FormModelResponse

        public FormModelResponse​(org.flowable.form.api.FormInfo formInfo,
                                 org.flowable.form.model.SimpleFormModel formModel)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getVersion

        public int getVersion()
      • setVersion

        public void setVersion​(int version)
      • getFields

        public List<org.flowable.form.model.FormField> getFields()
      • setFields

        public void setFields​(List<org.flowable.form.model.FormField> fields)
      • getOutcomes

        public List<org.flowable.form.model.FormOutcome> getOutcomes()
      • setOutcomes

        public void setOutcomes​(List<org.flowable.form.model.FormOutcome> outcomes)
      • getOutcomeVariableName

        public String getOutcomeVariableName()
      • setOutcomeVariableName

        public void setOutcomeVariableName​(String outcomeVariableName)