Package | Description |
---|---|
com.activiti.model.editor.form |
Modifier and Type | Class and Description |
---|---|
class |
ContainerRepresentation |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<FormFieldRepresentation>> |
ContainerRepresentation.fields |
Modifier and Type | Method and Description |
---|---|
Map<String,FormFieldRepresentation> |
FormDefinitionRepresentation.allFieldsAsMap() |
List<FormFieldRepresentation> |
FormDefinitionRepresentation.getFields()
Do not use this method for logical operations since it only return the top level fields.
|
Map<String,List<FormFieldRepresentation>> |
ContainerRepresentation.getFields() |
List<FormFieldRepresentation> |
FormDefinitionRepresentation.listAllFields() |
Modifier and Type | Method and Description |
---|---|
protected void |
FormDefinitionRepresentation.collectSubFields(List<FormFieldRepresentation> fields,
List<FormFieldRepresentation> listOfAllFields) |
protected void |
FormDefinitionRepresentation.collectSubFields(List<FormFieldRepresentation> fields,
List<FormFieldRepresentation> listOfAllFields) |
void |
FormDefinitionRepresentation.setFields(List<FormFieldRepresentation> fields) |
void |
ContainerRepresentation.setFields(Map<String,List<FormFieldRepresentation>> fields) |
Copyright © 2014–2015 Alfresco. All rights reserved.