| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| FormFieldConstants | Interface | org.alfresco.repo.forms.processor.node | 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 |
| 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 |
| 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 |
| 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 |