Class FormDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.task.FormDto
-
public class FormDto extends Object
- Author:
- nico.rehwaldt
-
-
Constructor Summary
Constructors Constructor Description FormDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormDtofromFormData(FormData formData)CamundaFormRefgetCamundaFormRef()StringgetContextPath()StringgetKey()voidsetCamundaFormRef(CamundaFormRef camundaFormRef)voidsetContextPath(String contextPath)voidsetKey(String form)
-
-
-
Method Detail
-
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()
-
-