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 FormDto
fromFormData(FormData formData)
CamundaFormRef
getCamundaFormRef()
String
getContextPath()
String
getKey()
void
setCamundaFormRef(CamundaFormRef camundaFormRef)
void
setContextPath(String contextPath)
void
setKey(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()
-
-