Class FormModelRepresentation


  • public class FormModelRepresentation
    extends AbstractRepresentation
    REST representation of a case instance.
    Author:
    Tijs Rademakers
    • Constructor Detail

      • FormModelRepresentation

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

        public FormModelRepresentation​(org.flowable.form.api.FormInfo formInfo,
                                       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)
      • getOutcomeVariableName

        public String getOutcomeVariableName()
      • setOutcomeVariableName

        public void setOutcomeVariableName​(String outcomeVariableName)