public interface CopyUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
updateContent(Site initialSite,
Site createdSite,
Content initialContent,
Content createdContent)
Update content after copy site
|
void |
updatePage(Site initialSite,
Site createdSite,
Page page)
Update page after copy site
|
void |
updateSite(Site initialSite,
Site createdSite)
Update site after copy site
|
void updateContent(Site initialSite, Site createdSite, Content initialContent, Content createdContent)
initialSite - the initial sitecreatedSite - the created siteinitialContent - the initial contentcreatedContent - the new contentvoid updatePage(Site initialSite, Site createdSite, Page page)
initialSite - the original sitecreatedSite - the created sitepage - the new pagevoid updateSite(Site initialSite, Site createdSite)
initialSite - the original sitecreatedSite - the created site