Uses of Interface
org.alfresco.repo.forms.processor.FormProcessor
-
Packages that use FormProcessor Package Description org.alfresco.repo.forms.processor org.alfresco.repo.forms.processor.action org.alfresco.repo.forms.processor.node org.alfresco.repo.forms.processor.workflow -
-
Uses of FormProcessor in org.alfresco.repo.forms.processor
Classes in org.alfresco.repo.forms.processor that implement FormProcessor Modifier and Type Class Description classAbstractFormProcessorAbstract 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 FormProcessor Modifier and Type Field Description protected java.util.List<FormProcessor>FormProcessorRegistry. processorsMethods in org.alfresco.repo.forms.processor that return FormProcessor Modifier and Type Method Description FormProcessorFormProcessorRegistry. getApplicableFormProcessor(Item item)Returns a FormProcessor for the provided item.Methods in org.alfresco.repo.forms.processor with parameters of type FormProcessor Modifier and Type Method Description voidFormProcessorRegistry. 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 Modifier and Type Class Description classActionFormProcessorThis class is aFormProcessorforactions. -
Uses of FormProcessor in org.alfresco.repo.forms.processor.node
Classes in org.alfresco.repo.forms.processor.node that implement FormProcessor Modifier and Type Class Description classContentModelFormProcessor<ItemType,PersistType>Abstract FormProcessor implementation that provides common functionality for form processors that deal with Alfresco content models i.e.classNodeFormProcessorFormProcessor implementation that can generate and persist Form objects for repository nodes.classTypeFormProcessorFormProcessor 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 FormProcessor Modifier and Type Class Description classAbstractWorkflowFormProcessor<ItemType,PersistType>Abstract base class for workflow based form processors.classTaskFormProcessorFormProcessor implementation for workflow tasks.classWorkflowFormProcessorFormProcessor implementation that can generate and persist Form objects for workflow definitions.
-