| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsADEConfigCacheState |
CmsADEConfigCacheState.createUpdatedCopy(java.util.Map<CmsUUID,CmsADEConfigDataInternal> sitemapUpdates,
java.util.List<CmsADEConfigDataInternal> moduleUpdates,
java.util.Map<CmsUUID,CmsElementView> elementViewUpdates)
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.
|
protected CmsADEConfigCacheState |
CmsADEManager.getCacheState(boolean online)
Gets the current ADE configuration cache state.
|
| Constructor and Description |
|---|
CmsADEConfigData(CmsADEConfigDataInternal data,
CmsADEConfigCacheState cache,
CmsADEConfigurationSequence configSequence)
Creates a new configuration data object, based on an internal configuration data bean and a
configuration cache state.
|