Class FormDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.FormDto
- Author:
- nico.rehwaldt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormDtofromFormData(org.camunda.bpm.engine.form.FormData formData) org.camunda.bpm.engine.form.CamundaFormRefgetKey()voidsetCamundaFormRef(org.camunda.bpm.engine.form.CamundaFormRef camundaFormRef) voidsetContextPath(String contextPath) void
-
Constructor Details
-
FormDto
public FormDto()
-
-
Method Details
-
setKey
-
getKey
-
getCamundaFormRef
public org.camunda.bpm.engine.form.CamundaFormRef getCamundaFormRef() -
setCamundaFormRef
public void setCamundaFormRef(org.camunda.bpm.engine.form.CamundaFormRef camundaFormRef) -
setContextPath
-
getContextPath
-
fromFormData
-