Class ConsistencyClientSideElement
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.core.ui.StaticFileImportsClientSideElement
-
- org.ametys.core.ui.StaticClientSideElement
-
- org.ametys.cms.content.consistency.ConsistencyClientSideElement
-
- org.ametys.web.content.consistency.ConsistencyClientSideElement
-
- All Implemented Interfaces:
ClientSideElement
,LogEnabled
,PluginAware
,Configurable
,Contextualizable
,Serviceable
public class ConsistencyClientSideElement extends ConsistencyClientSideElement
Cocoon action starting generation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.content.consistency.ConsistencyClientSideElement
_configuration, _context, _manager
-
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
-
-
Constructor Summary
Constructors Constructor Description ConsistencyClientSideElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getState(String siteName)
Get the state of the consistency engine for the given siteMap<String,String>
startReport(String siteName)
Start a consistency report-
Methods inherited from class org.ametys.cms.content.consistency.ConsistencyClientSideElement
configure, contextualize, getState, service, startReport
-
Methods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureClass, _configureParameters, _configureScript, configureInitialParameters
-
Methods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, setPluginInfo, toString
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
ConsistencyClientSideElement
public ConsistencyClientSideElement()
-
-
Method Detail
-
getState
public Map<String,Object> getState(String siteName)
Get the state of the consistency engine for the given site- Parameters:
siteName
- the name of the site- Returns:
- a map containing information on the consistency engine's status
-
startReport
public Map<String,String> startReport(String siteName)
Start a consistency report- Parameters:
siteName
- the name of the site- Returns:
- a map containing information on the consistency engine's status
-
-