Interface FormPersister<T>
- Type Parameters:
T-
- All Known Implementing Classes:
ContentModelFormPersister,TaskFormPersister,WorkflowFormPersister
public interface FormPersister<T>
Interface definition for a helper class that handles persisting form data.
- Since:
- 3.4
- Author:
- Nick Smith
-
Method Summary
-
Method Details
-
addField
-
persist
T persist()
-