| Modifier and Type | Field and Description |
|---|---|
protected List<FormField> |
FormModelResponse.fields |
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
FormModelResponse.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormModelResponse.setFields(List<FormField> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GetVariablesFromFormSubmissionCmd.transformFormFieldValueToVariableValue(FormField formField,
Object formFieldValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFormModelWithVariablesCmd.fillVariablesWithFormInstanceValues(Map<String,com.fasterxml.jackson.databind.JsonNode> formInstanceFieldMap,
List<FormField> allFields,
String formInstanceId) |
void |
AbstractGetFormInstanceModelCmd.fillVariablesWithFormValues(Map<String,com.fasterxml.jackson.databind.JsonNode> submittedFormFieldMap,
List<FormField> allFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFormField |
class |
FormContainer |
class |
OptionFormField |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormField> |
SimpleFormModel.fields |
protected List<List<FormField>> |
FormContainer.fields |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormField> |
SimpleFormModel.allFieldsAsMap() |
List<FormField> |
SimpleFormModel.getFields()
Do not use this method for logical operations since it only return the top level fields.
|
List<List<FormField>> |
FormContainer.getFields() |
List<FormField> |
SimpleFormModel.listAllFields() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleFormModel.collectSubFields(List<FormField> fields,
List<FormField> listOfAllFields) |
protected void |
SimpleFormModel.collectSubFields(List<FormField> fields,
List<FormField> listOfAllFields) |
void |
SimpleFormModel.setFields(List<FormField> fields) |
void |
FormContainer.setFields(List<List<FormField>> fields) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormField> |
FormInstanceModelResponse.fields |
protected List<FormField> |
FormModelResponse.fields |
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
FormInstanceModelResponse.getFields() |
List<FormField> |
FormModelResponse.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormInstanceModelResponse.setFields(List<FormField> fields) |
void |
FormModelResponse.setFields(List<FormField> fields) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormField> |
FormModelResponse.fields |
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
FormModelResponse.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormModelResponse.setFields(List<FormField> fields) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormField> |
FormModelRepresentation.fields |
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
FormModelRepresentation.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormModelRepresentation.setFields(List<FormField> fields) |
Copyright © 2023 Flowable. All rights reserved.