Class FormDataResponse


  • public class FormDataResponse
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • formKey

        protected String formKey
      • deploymentId

        protected String deploymentId
      • processDefinitionId

        protected String processDefinitionId
      • processDefinitionUrl

        protected String processDefinitionUrl
      • taskId

        protected String taskId
      • taskUrl

        protected String taskUrl
    • Constructor Detail

      • FormDataResponse

        public FormDataResponse()
    • Method Detail

      • getFormKey

        public String getFormKey()
      • setFormKey

        public void setFormKey​(String formKey)
      • getDeploymentId

        public String getDeploymentId()
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessDefinitionUrl

        public String getProcessDefinitionUrl()
      • setProcessDefinitionUrl

        public void setProcessDefinitionUrl​(String processDefinitionUrl)
      • getTaskId

        public String getTaskId()
      • setTaskId

        public void setTaskId​(String taskId)
      • getTaskUrl

        public String getTaskUrl()
      • setTaskUrl

        public void setTaskUrl​(String taskUrl)
      • addFormProperty

        public void addFormProperty​(RestFormProperty formProperty)