Class AbstractWorkflowFormProcessor<ItemType,PersistType>

java.lang.Object
org.alfresco.repo.forms.processor.AbstractFormProcessor
org.alfresco.repo.forms.processor.FilteredFormProcessor<ItemType,PersistType>
org.alfresco.repo.forms.processor.node.ContentModelFormProcessor<ItemType,PersistType>
org.alfresco.repo.forms.processor.workflow.AbstractWorkflowFormProcessor<ItemType,PersistType>
Type Parameters:
ItemType -
PersistType -
All Implemented Interfaces:
FormProcessor
Direct Known Subclasses:
TaskFormProcessor, WorkflowFormProcessor

public abstract class AbstractWorkflowFormProcessor<ItemType,PersistType> extends ContentModelFormProcessor<ItemType,PersistType>
Abstract base class for workflow based form processors.
Since:
3.4
Author:
Nick Smith