Uses of Class
org.opencms.ade.containerpage.inherited.CmsContainerConfigurationGroup
Packages that use CmsContainerConfigurationGroup
Package
Description
Contains classes used for reading and caching inheritance groups.
-
Uses of CmsContainerConfigurationGroup in org.opencms.ade.containerpage.inherited
Methods in org.opencms.ade.containerpage.inherited that return types with arguments of type CmsContainerConfigurationGroupModifier and TypeMethodDescriptionprotected Map<CmsUUID,
CmsContainerConfigurationGroup> CmsContainerConfigurationCache.load
(Collection<CmsResource> resources) Loads the inheritance groups from a list of resources.protected Map<CmsUUID,
CmsContainerConfigurationGroup> CmsContainerConfigurationCache.loadFromIds
(Collection<CmsUUID> structureIds) Loads the inheritance groups from the resources with structure ids from the given list.Method parameters in org.opencms.ade.containerpage.inherited with type arguments of type CmsContainerConfigurationGroupModifier and TypeMethodDescriptionCmsContainerConfigurationCacheState.updateWithChangedGroups
(Map<CmsUUID, CmsContainerConfigurationGroup> updateGroups) Creates a new inheritance container cache state, which is based on this instance, but with some changed configurations.Constructor parameters in org.opencms.ade.containerpage.inherited with type arguments of type CmsContainerConfigurationGroupModifierConstructorDescriptionCreates a new cache state.