Package org.ametys.web.live
Class RebuildLiveComponent
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.live.RebuildLiveComponent
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
Component for rebuild the live workspace, reindex all sitemaps and reset cache.
Provide a way to rebuild the full live workspace, or only the live of a site.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
rebuildLive
(Site site) Rebuild the live of a site, index all sitemaps and reset cache.void
Rebuild live workspace, index all sitemaps and reset cache.void
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role.
-
-
Constructor Details
-
RebuildLiveComponent
public RebuildLiveComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
rebuildLiveWorkspace
Rebuild live workspace, index all sitemaps and reset cache.- Throws:
Exception
- if an error occurs.
-
rebuildLive
Rebuild the live of a site, index all sitemaps and reset cache.- Parameters:
site
- The site to be rebuilt- Throws:
Exception
- if an error occurs.
-