Uses of Class
org.opencms.ade.configuration.CmsADEConfigCacheState
Packages that use CmsADEConfigCacheState
-
Uses of CmsADEConfigCacheState in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsADEConfigCacheStateModifier 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 CmsADEConfigCacheStateCmsADEConfigCacheState.emptyState(CmsObject cms) Creates an empty ADE configuration cache state.CmsADEManager.getCacheState(boolean online) Gets the current ADE configuration cache state.Constructors in org.opencms.ade.configuration with parameters of type CmsADEConfigCacheStateModifierConstructorDescriptionCmsADEConfigData(CmsADEConfigDataInternal data, CmsADEConfigCacheState cache, CmsADEConfigurationSequence configSequence) Creates a new configuration data object, based on an internal configuration data bean and a configuration cache state.