Uses of Class
org.alfresco.repo.forms.processor.workflow.ContentModelFormPersister
Packages that use ContentModelFormPersister
-
Uses of ContentModelFormPersister in org.alfresco.repo.forms.processor.workflow
Subclasses of ContentModelFormPersister in org.alfresco.repo.forms.processor.workflowModifier and TypeClassDescriptionclassHelper class that persists a form, transitioning the task if requested.classUtility class that assists in persisting workflow related form data.Methods in org.alfresco.repo.forms.processor.workflow that return ContentModelFormPersisterModifier and TypeMethodDescriptionprotected 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)