Class FormDto


  • public class FormDto
    extends Object
    Author:
    nico.rehwaldt
    • Constructor Detail

      • FormDto

        public FormDto()
    • Method Detail

      • setKey

        public void setKey​(String form)
      • getKey

        public String getKey()
      • getCamundaFormRef

        public org.camunda.bpm.engine.form.CamundaFormRef getCamundaFormRef()
      • setCamundaFormRef

        public void setCamundaFormRef​(org.camunda.bpm.engine.form.CamundaFormRef camundaFormRef)
      • setContextPath

        public void setContextPath​(String contextPath)
      • getContextPath

        public String getContextPath()
      • fromFormData

        public static FormDto fromFormData​(org.camunda.bpm.engine.form.FormData formData)