Uses of Interface
org.apache.sling.caconfig.management.ConfigurationData
Packages that use ConfigurationData
Package
Description
Management API of the Context-Aware configuration implementation.
-
Uses of ConfigurationData in org.apache.sling.caconfig.management
Methods in org.apache.sling.caconfig.management that return ConfigurationDataModifier and TypeMethodDescription@Nullable ConfigurationData
ConfigurationManager.getConfiguration
(@NotNull Resource resource, @NotNull String configName) Get configuration data for the given context resource and configuration name.@Nullable ConfigurationData
ConfigurationManager.newCollectionItem
(@NotNull Resource resource, @NotNull String configName) Creates a new empty configuration data item for a configuration data collection for the given configuration name.Methods in org.apache.sling.caconfig.management that return types with arguments of type ConfigurationDataModifier and TypeMethodDescription@NotNull Collection<ConfigurationData>
ConfigurationCollectionData.getItems()