public class FormModelResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<org.flowable.form.model.FormField> |
fields |
protected String |
id |
protected String |
key |
protected String |
name |
protected List<org.flowable.form.model.FormOutcome> |
outcomes |
protected String |
outcomeVariableName |
protected int |
version |
| Constructor and Description |
|---|
FormModelResponse(org.flowable.form.api.FormInfo formInfo) |
FormModelResponse(org.flowable.form.api.FormInfo formInfo,
org.flowable.form.model.SimpleFormModel formModel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<org.flowable.form.model.FormField> |
getFields() |
String |
getId() |
String |
getKey() |
String |
getName() |
List<org.flowable.form.model.FormOutcome> |
getOutcomes() |
String |
getOutcomeVariableName() |
int |
getVersion() |
void |
setDescription(String description) |
void |
setFields(List<org.flowable.form.model.FormField> fields) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setOutcomes(List<org.flowable.form.model.FormOutcome> outcomes) |
void |
setOutcomeVariableName(String outcomeVariableName) |
void |
setVersion(int version) |
protected String id
protected String name
protected String description
protected String key
protected int version
protected List<org.flowable.form.model.FormField> fields
protected List<org.flowable.form.model.FormOutcome> outcomes
protected String outcomeVariableName
public FormModelResponse(org.flowable.form.api.FormInfo formInfo)
public FormModelResponse(org.flowable.form.api.FormInfo formInfo,
org.flowable.form.model.SimpleFormModel formModel)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getKey()
public void setKey(String key)
public int getVersion()
public void setVersion(int version)
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 © 2020 Flowable. All rights reserved.