Uses of Class
org.alfresco.repo.forms.processor.AbstractFormProcessor
Packages that use AbstractFormProcessor
Package
Description
-
Uses of AbstractFormProcessor in org.alfresco.repo.forms.processor
Subclasses of AbstractFormProcessor in org.alfresco.repo.forms.processorModifier and TypeClassDescriptionclassFilteredFormProcessor<ItemType,PersistType> Abstract base class for all FormProcessor implementations that wish to use the filter mechanism. -
Uses of AbstractFormProcessor in org.alfresco.repo.forms.processor.action
Subclasses of AbstractFormProcessor in org.alfresco.repo.forms.processor.action -
Uses of AbstractFormProcessor in org.alfresco.repo.forms.processor.node
Subclasses of AbstractFormProcessor in org.alfresco.repo.forms.processor.nodeModifier 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 AbstractFormProcessor in org.alfresco.repo.forms.processor.workflow
Subclasses of AbstractFormProcessor in org.alfresco.repo.forms.processor.workflowModifier 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.