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