Uses of Class
org.opencms.ade.configuration.CmsADEConfigCacheState
-
Uses of CmsADEConfigCacheState in org.opencms.ade.configuration
Modifier and TypeMethodDescriptionCmsADEConfigCacheState.createUpdatedCopy
(Map<CmsUUID, CmsADEConfigDataInternal> sitemapUpdates, List<CmsADEConfigDataInternal> moduleUpdates, Map<CmsUUID, CmsElementView> elementViewUpdates, Map<CmsUUID, CmsSitePlugin> sitePluginUpdates, Map<CmsUUID, CmsSitemapAttributeEditorConfiguration> attributeEditorConfigurations) Creates a new object which represents the changed configuration state given some updates, without changing the current configuration state (this object instance).static CmsADEConfigCacheState
CmsADEConfigCacheState.emptyState
(CmsObject cms) Creates an empty ADE configuration cache state.CmsADEManager.getCacheState
(boolean online) Gets the current ADE configuration cache state.ModifierConstructorDescriptionCmsADEConfigData
(CmsADEConfigDataInternal data, CmsADEConfigCacheState cache, CmsADEConfigurationSequence configSequence) Creates a new configuration data object, based on an internal configuration data bean and a configuration cache state.