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 TypeMethodDescriptionvoidupdateForm(Form originalForm, Form createdForm) Update form after copyvoidupdateFormPage(FormPage originalFormPage, FormPage createdFormPage) Update page after copyvoidupdateFormQuestion(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
-