| Package | Description |
|---|---|
| org.alfresco.repo.forms.processor.workflow |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskFormPersister
Helper class that persists a form, transitioning the task if requested.
|
class |
WorkflowFormPersister
Utility class that assists in persisting workflow related form data.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ContentModelFormPersister<PersistType> |
AbstractWorkflowFormProcessor.makeFormPersister(ItemType item)
Returns an implementation of
ContentModelFormPersister which is
used to accumulate all the changes specified in the Form and then persist them. |
protected ContentModelFormPersister<WorkflowInstance> |
WorkflowFormProcessor.makeFormPersister(WorkflowDefinition item) |
protected ContentModelFormPersister<WorkflowTask> |
TaskFormProcessor.makeFormPersister(WorkflowTask item) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.