Interface CopyFormUpdater
- All Known Implementing Classes:
AbstractFormCopyUpdater
,FormPageRuleCopyUpdater
,FormQuestionRuleCopyUpdater
public interface CopyFormUpdater
Interface to update questions or pages after a form copy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateForm
(Form originalForm, Form createdForm) Update form after copyvoid
updateFormPage
(FormPage originalFormPage, FormPage createdFormPage) Update page after copyvoid
updateFormQuestion
(FormQuestion originalFormQuestion, FormQuestion createdFormQuestion) Update question after copy
-
Method Details
-
updateForm
Update form after copy- Parameters:
originalForm
- the original formcreatedForm
- the new form
-
updateFormPage
Update page after copy- Parameters:
originalFormPage
- the original form pagecreatedFormPage
- the new form page
-
updateFormQuestion
Update question after copy- Parameters:
originalFormQuestion
- the original form questioncreatedFormQuestion
- the new form question
-