Interface ConfigurationCollectionData
@ProviderType
public interface ConfigurationCollectionData
Provides access to the configuration collection data and metadata for a given context path.
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
Get configuration name.@NotNull Collection<ConfigurationData>
getItems()
@Nullable String
-
Method Details
-
getConfigName
Get configuration name.- Returns:
- Configuration name
-
getItems
- Returns:
- Configuration collection items
-
getResourcePath
- Returns:
- Path of the configuration collection resource parent path or null if it cannot be determined.
-
getProperties
- Returns:
- Properties for the configuration collection itself. Does not contain configuration data, but control data e.g. for enabling collection inheritance.
-