public class SimpleFormModel extends Object implements FormModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<FormField> |
fields |
protected String |
key |
protected String |
name |
protected List<FormOutcome> |
outcomes |
protected String |
outcomeVariableName |
protected int |
version |
| Constructor and Description |
|---|
SimpleFormModel() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormField> |
allFieldsAsMap() |
protected void |
collectSubFields(List<FormField> fields,
List<FormField> listOfAllFields) |
String |
getDescription() |
List<FormField> |
getFields()
Do not use this method for logical operations since it only return the top level fields.
|
String |
getKey() |
String |
getName() |
List<FormOutcome> |
getOutcomes() |
String |
getOutcomeVariableName() |
int |
getVersion() |
List<FormField> |
listAllFields() |
void |
setDescription(String description) |
void |
setFields(List<FormField> fields) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setOutcomes(List<FormOutcome> outcomes) |
void |
setOutcomeVariableName(String outcomeVariableName) |
void |
setVersion(int version) |
protected String name
protected String key
protected int version
protected String description
protected List<FormOutcome> outcomes
protected String outcomeVariableName
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public int getVersion()
public void setVersion(int version)
public String getDescription()
public void setDescription(String description)
public List<FormField> getFields()
public List<FormOutcome> getOutcomes()
public void setOutcomes(List<FormOutcome> outcomes)
public String getOutcomeVariableName()
public void setOutcomeVariableName(String outcomeVariableName)
Copyright © 2018 Flowable. All rights reserved.