Interface ConfigurationCollectionData


@ProviderType public interface ConfigurationCollectionData
Provides access to the configuration collection data and metadata for a given context path.
  • Method Details

    • getConfigName

      @NotNull @NotNull String getConfigName()
      Get configuration name.
      Returns:
      Configuration name
    • getItems

      @NotNull @NotNull Collection<ConfigurationData> getItems()
      Returns:
      Configuration collection items
    • getResourcePath

      @Nullable @Nullable String getResourcePath()
      Returns:
      Path of the configuration collection resource parent path or null if it cannot be determined.
    • getProperties

      @NotNull @NotNull Map<String,Object> getProperties()
      Returns:
      Properties for the configuration collection itself. Does not contain configuration data, but control data e.g. for enabling collection inheritance.