| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormProcessor
Abstract base class for all FormProcessor implementations provides a regex
pattern match to test for processor applicability
|
class |
FilteredFormProcessor<ItemType,PersistType>
Abstract base class for all FormProcessor implementations that wish to use
the filter mechanism.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FormProcessor> |
FormProcessorRegistry.processors |
| Modifier and Type | Method and Description |
|---|---|
FormProcessor |
FormProcessorRegistry.getApplicableFormProcessor(Item item)
Returns a FormProcessor for the provided item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormProcessorRegistry.addProcessor(FormProcessor processor)
Registers a form processor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionFormProcessor
This class is a
FormProcessor for actions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentModelFormProcessor<ItemType,PersistType>
Abstract FormProcessor implementation that provides common functionality for
form processors that deal with Alfresco content models i.e.
|
class |
NodeFormProcessor
FormProcessor implementation that can generate and persist Form objects for
repository nodes.
|
class |
TypeFormProcessor
FormProcessor implementation that can generate and persist Form objects for
types in the Alfresco content model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWorkflowFormProcessor<ItemType,PersistType>
Abstract base class for workflow based form processors.
|
class |
TaskFormProcessor
FormProcessor implementation for workflow tasks.
|
class |
WorkflowFormProcessor
FormProcessor implementation that can generate and persist
Form objects for workflow definitions.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.