Package org.ametys.plugins.forms.content
Class FormsCopyUpdater
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.forms.content.FormsCopyUpdater
- All Implemented Interfaces:
CopyUpdater
,LogEnabled
,Serviceable
,ThreadSafe
public class FormsCopyUpdater
extends AbstractLogEnabled
implements CopyUpdater, ThreadSafe, Serviceable
Copy updater for contents containing forms
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
service
(ServiceManager smanager) void
updateContent
(Site initialSite, Site createdSite, Content initialContent, Content createdContent) Update content after copy sitevoid
updatePage
(Site initialSite, Site createdSite, Page page) Update page after copy sitevoid
updateSite
(Site initialSite, Site createdSite) Update site after copy siteMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
FormsCopyUpdater
public FormsCopyUpdater()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
updateContent
public void updateContent(Site initialSite, Site createdSite, Content initialContent, Content createdContent) Description copied from interface:CopyUpdater
Update content after copy site- Specified by:
updateContent
in interfaceCopyUpdater
- Parameters:
initialSite
- the initial sitecreatedSite
- the created siteinitialContent
- the initial contentcreatedContent
- the new content
-
updatePage
Description copied from interface:CopyUpdater
Update page after copy site- Specified by:
updatePage
in interfaceCopyUpdater
- Parameters:
initialSite
- the original sitecreatedSite
- the created sitepage
- the new page
-
updateSite
Description copied from interface:CopyUpdater
Update site after copy site- Specified by:
updateSite
in interfaceCopyUpdater
- Parameters:
initialSite
- the original sitecreatedSite
- the created site
-