| Name | Description | Type | Package | Framework |
| AbstractFieldProcessor | Abstract base class for all field processors. | Class | org.alfresco.repo.forms.processor | AlFresco |
| AbstractFilter | Abstract base class for all Filter implementations. | Class | org.alfresco.repo.forms.processor | AlFresco |
| AbstractFormProcessor | Abstract base class for all FormProcessor implementations provides a regex pattern match to test for processor applicability | Class | org.alfresco.repo.forms.processor | AlFresco |
| AbstractWorkflowFormProcessor | Abstract base class for workflow based form processors. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| ActionFormProcessor | This class is a FormProcessor for actions. | Class | org.alfresco.repo.forms.processor.action | AlFresco |
| ActionFormResult | Class used purely to represent the result of an action being executed via the ActionFormProcessor. | Class | org.alfresco.repo.forms.processor.action | AlFresco |
| ActionNonParameterField | This class represents a Field for an action form, which is not a parameter. | Class | org.alfresco.repo.forms.processor.action | AlFresco |
| ActionParameterField | This Field implementation is a form field which represents a definedSince:4. | Class | org.alfresco.repo.forms.processor.action | AlFresco |
| AssociationFieldDefinition | An association field definition that can represent a source->target association or a target->source association. | Class | org.alfresco.repo.forms | AlFresco |
| AssociationFieldDefinition .Direction | Class | org.alfresco.repo.forms | AlFresco | |
| AssociationFieldProcessor | FieldProcessor implementation that handles associations. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ContentModelField | DTO for a content model based Field. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ContentModelFieldProcessorRegistry | FieldProcessorRegistry that exclusively handles content model based field processors. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ContentModelFormPersister | Utility class that assists in persisting content model related form data. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| ContentModelFormProcessor | Abstract FormProcessor implementation that provides common functionality for form processors that deal with Alfresco content models i. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ContentModelItemData | Simple data transfer object used by the ContentModelFormProcessor and itsSince:3. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| DataKeyInfo | Data transfer object that represents a data key. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| DataKeyMatcher | Utility class used for matching data keys. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| DataTypeParameters | Interface definition for an object used to represent any restrictions a data type may enforce. | Interface | org.alfresco.repo.forms | AlFresco |
| DefaultFieldBuilder | Helper class for building the default fields for a form where an explicit set of fields was not provided. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| DefaultFieldProcessor | Default FieldProcessor implementation, used when an explicit FieldProcessor can not be located. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| EncodingFieldProcessor | FieldProcessor implementation representing the encoding transient field. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ExtendedFieldBuilder | A custom field-builder, which escapes multi-valued String-properties. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| ExtendedPropertyFieldProcessor | PropertyFieldProcessor that allows certain properties to have their values escaped, prior to joining them using comma's to use as form-field data. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| Field | Interface defining a field in a Form. | Class | org.alfresco.repo.forms | AlFresco |
| FieldDefinition | Abstract representation of a field defintion. | Class | org.alfresco.repo.forms | AlFresco |
| FieldGroup | Represents a field groupAuthor:Gavin Cornwell | Class | org.alfresco.repo.forms | AlFresco |
| FieldProcessor | Interface definition for a field processor. | Interface | org.alfresco.repo.forms.processor | AlFresco |
| FieldProcessorRegistry | Holds a FieldProcessor implementation for the fields that can be processed bySince:3. | Class | org.alfresco.repo.forms.processor | AlFresco |
| FieldType | Enum representing the various types of fields. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| FieldUtils | Utility class to assist in creating Fields which represent PropertyDefinitions and | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| Filter | Interface definition for a filter which is called before and after a form is generated and persisted. | Interface | org.alfresco.repo.forms.processor | AlFresco |
| FilteredFormProcessor | Abstract base class for all FormProcessor implementations that wish to use the filter mechanism. | Class | org.alfresco.repo.forms.processor | AlFresco |
| FilterRegistry | Holds a list of filters for a type of form processor. | Class | org.alfresco.repo.forms.processor | AlFresco |
| Form | Data representation of a form to be displayed in the UI. | Class | org.alfresco.repo.forms | AlFresco |
| FormCreationData | Interface definition for a simple DTO containing various objects needed to generate Forms. | Interface | org.alfresco.repo.forms.processor | AlFresco |
| FormCreationDataImpl | Simple DTO containing various objects needed to generate Forms. | Class | org.alfresco.repo.forms.processor | AlFresco |
| FormData | Represents the data going to or coming from a Form. | Class | org.alfresco.repo.forms | AlFresco |
| FormException | Exception used by the Form servicesAuthor:Gavin CornwellSee Also:Serialized Form | Class | org.alfresco.repo.forms | AlFresco |
| FormFieldConstants | Interface | org.alfresco.repo.forms.processor.node | AlFresco | |
| FormNotFoundException | Exception used by the Form service when a form can not be found for the given itemAuthor:Gavin CornwellSee Also:Serialized Form | Class | org.alfresco.repo.forms | AlFresco |
| FormPersister | Interface definition for a helper class that handles persisting form data. | Interface | org.alfresco.repo.forms.processor | AlFresco |
| FormPersister | Interface definition for a helper class that handles persisting form data. | Interface | org.alfresco.repo.forms.processor.workflow | AlFresco |
| FormProcessor | Interface definition of a form processor which is responsible for generating a Form representation of a data source, for example a | Interface | org.alfresco.repo.forms.processor | AlFresco |
| FormProcessorRegistry | Holds a FormProcessor implementation for each of the types of form that can be processed. | Class | org.alfresco.repo.forms.processor | AlFresco |
| FormService | This service API is designed to support the public facing Form APIsAuthor:Gavin Cornwell | Interface | org.alfresco.repo.forms | AlFresco |
| FormServiceImpl | Form Service Implementation. | Class | org.alfresco.repo.forms | AlFresco |
| Item | Represents an item a form is generated for. | Class | org.alfresco.repo.forms | AlFresco |
| JSPropertyExtractor | Class | org.alfresco.repo.forms.script | AlFresco | |
| MessageFieldProcessor | Transient field processor for the "message" property. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| MimetypeFieldProcessor | FieldProcessor implementation representing the mimetype transient field. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| MockFieldProcessorRegistry | Mock implementation of a FieldProcessorRegistry. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| NodeFormProcessor | FormProcessor implementation that can generate and persist Form objects forAuthor:Gavin Cornwell, Nick Smith | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| PackageItemsFieldProcessor | FieldProcessor for handling package contents when displaying Workflow and Task Forms. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| PeriodDataTypeParameters | Represents the parameters for the period data type. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| PropertyFieldDefinition | A property field definition. | Class | org.alfresco.repo.forms | AlFresco |
| PropertyFieldDefinition .FieldConstraint | Class | org.alfresco.repo.forms | AlFresco | |
| PropertyFieldProcessor | FieldProcessor implementation that handles properties. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| QNameFieldProcessor | FieldProcessor implementation that handles QName fields. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| ScriptFieldDefinition | FieldDefinition JavaScript Object. | Class | org.alfresco.repo.forms.script | AlFresco |
| ScriptForm | Form JavaScript Object. | Class | org.alfresco.repo.forms.script | AlFresco |
| ScriptFormData | FormData JavaScript Object. | Class | org.alfresco.repo.forms.script | AlFresco |
| ScriptFormService | Script object representing the form service. | Class | org.alfresco.repo.forms.script | AlFresco |
| SizeFieldProcessor | FieldProcessor implementation representing the size transient field. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| TaskFormPersister | Helper class that persists a form, transitioning the task if requested. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| TaskFormProcessor | FormProcessor implementation for workflow tasks. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| TaskOwnerFieldProcessor | Transient field processor for the "taskOwner" property. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| TransientFieldProcessor | Abstract base class for all transient FieldProcessors. | Class | org.alfresco.repo.forms.processor.node | AlFresco |
| TransientValueGetter | Interface definition for an object that retrieves a transient filed value. | Interface | org.alfresco.repo.forms.processor.node | AlFresco |
| TransitionFieldProcessor | FieldProcessor for handling the transitions of a workflow task. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| TypedPropertyValueGetter | Utility class that retrieves the appropriately typed value for a property. | Class | org.alfresco.repo.forms.processor.workflow | AlFresco |
| TypeFormProcessor | FormProcessor implementation that can generate and persist Form objects for types in the Alfresco content model. | Class | org.alfresco.repo.forms.processor.node | AlFresco |