public class FormModelResponse extends FormInfo
| Modifier and Type | Field and Description |
|---|---|
protected List<org.flowable.form.model.FormField> |
fields |
protected List<org.flowable.form.model.FormOutcome> |
outcomes |
protected String |
outcomeVariableName |
protected String |
url |
| Constructor and Description |
|---|
FormModelResponse(FormInfo formInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.form.model.FormField> |
getFields() |
List<org.flowable.form.model.FormOutcome> |
getOutcomes() |
String |
getOutcomeVariableName() |
String |
getUrl() |
void |
setFields(List<org.flowable.form.model.FormField> fields) |
void |
setOutcomes(List<org.flowable.form.model.FormOutcome> outcomes) |
void |
setOutcomeVariableName(String outcomeVariableName) |
void |
setUrl(String url) |
getDescription, getFormModel, getId, getKey, getName, getVersion, setDescription, setFormModel, setId, setKey, setName, setVersionprotected String url
protected List<org.flowable.form.model.FormField> fields
protected List<org.flowable.form.model.FormOutcome> outcomes
protected String outcomeVariableName
public FormModelResponse(FormInfo formInfo)
public String getUrl()
public void setUrl(String url)
public List<org.flowable.form.model.FormField> getFields()
public void setFields(List<org.flowable.form.model.FormField> fields)
public List<org.flowable.form.model.FormOutcome> getOutcomes()
public void setOutcomes(List<org.flowable.form.model.FormOutcome> outcomes)
public String getOutcomeVariableName()
public void setOutcomeVariableName(String outcomeVariableName)
Copyright © 2019 Flowable. All rights reserved.