Uses of Class
org.alfresco.repo.forms.processor.workflow.ContentModelFormPersister
-
Packages that use ContentModelFormPersister Package Description org.alfresco.repo.forms.processor.workflow -
-
Uses of ContentModelFormPersister in org.alfresco.repo.forms.processor.workflow
Subclasses of ContentModelFormPersister in org.alfresco.repo.forms.processor.workflow Modifier and Type Class Description classTaskFormPersisterHelper class that persists a form, transitioning the task if requested.classWorkflowFormPersisterUtility class that assists in persisting workflow related form data.Methods in org.alfresco.repo.forms.processor.workflow that return ContentModelFormPersister Modifier and Type Method Description protected abstract ContentModelFormPersister<PersistType>AbstractWorkflowFormProcessor. makeFormPersister(ItemType item)Returns an implementation ofContentModelFormPersisterwhich is used to accumulate all the changes specified in theFormand then persist them.protected ContentModelFormPersister<WorkflowTask>TaskFormProcessor. makeFormPersister(WorkflowTask item)protected ContentModelFormPersister<WorkflowInstance>WorkflowFormProcessor. makeFormPersister(WorkflowDefinition item)
-