Uses of Interface
org.alfresco.repo.forms.processor.FormProcessor
Packages that use FormProcessor
Package
Description
-
Uses of FormProcessor in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement FormProcessorModifier and TypeClassDescriptionclassAbstract base class for all FormProcessor implementations provides a regex pattern match to test for processor applicabilityclassFilteredFormProcessor<ItemType,PersistType> Abstract base class for all FormProcessor implementations that wish to use the filter mechanism.Fields in org.alfresco.repo.forms.processor with type parameters of type FormProcessorMethods in org.alfresco.repo.forms.processor that return FormProcessorModifier and TypeMethodDescriptionFormProcessorRegistry.getApplicableFormProcessor(Item item) Returns a FormProcessor for the provided item.Methods in org.alfresco.repo.forms.processor with parameters of type FormProcessorModifier and TypeMethodDescriptionvoidFormProcessorRegistry.addProcessor(FormProcessor processor) Registers a form processor -
Uses of FormProcessor in org.alfresco.repo.forms.processor.action
Classes in org.alfresco.repo.forms.processor.action that implement FormProcessor -
Uses of FormProcessor in org.alfresco.repo.forms.processor.node
Classes in org.alfresco.repo.forms.processor.node that implement FormProcessorModifier and TypeClassDescriptionclassContentModelFormProcessor<ItemType,PersistType> Abstract FormProcessor implementation that provides common functionality for form processors that deal with Alfresco content models i.e.classFormProcessor implementation that can generate and persist Form objects for repository nodes.classFormProcessor implementation that can generate and persist Form objects for types in the Alfresco content model. -
Uses of FormProcessor in org.alfresco.repo.forms.processor.workflow
Classes in org.alfresco.repo.forms.processor.workflow that implement FormProcessorModifier and TypeClassDescriptionclassAbstractWorkflowFormProcessor<ItemType,PersistType> Abstract base class for workflow based form processors.classFormProcessor implementation for workflow tasks.classFormProcessor implementation that can generate and persist Form objects for workflow definitions.