Class FormDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.task.FormDto

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

    • FormDto

      public FormDto()
  • Method Details

    • setKey

      public void setKey(String form)
    • getKey

      public String getKey()
    • getCamundaFormRef

      public CamundaFormRef getCamundaFormRef()
    • setCamundaFormRef

      public void setCamundaFormRef(CamundaFormRef camundaFormRef)
    • setContextPath

      public void setContextPath(String contextPath)
    • getContextPath

      public String getContextPath()
    • fromFormData

      public static FormDto fromFormData(FormData formData)