Interface ConfigurationPersistenceStrategyMultiplexer

    • Method Detail

      • getAllConfigNames

        @NotNull
        @NotNull java.util.Collection<java.lang.String> getAllConfigNames​(@NotNull
                                                                          @NotNull java.lang.String configName)
        Get all configuration names from all configuration persistence strategies. This can be used when no nested parent resources is known.
        Parameters:
        configName - Configuration name
        Returns:
        Possible configuration names in order of persistence strategy service ranking.
      • getAllCollectionParentConfigNames

        @NotNull
        @NotNull java.util.Collection<java.lang.String> getAllCollectionParentConfigNames​(@NotNull
                                                                                          @NotNull java.lang.String configName)
        Get all configuration names from all configuration persistence strategies. This can be used when no nested parent resources is known.
        Parameters:
        configName - Configuration name
        Returns:
        Possible configuration names in order of persistence strategy service ranking.
      • getAllCollectionItemConfigNames

        @NotNull
        @NotNull java.util.Collection<java.lang.String> getAllCollectionItemConfigNames​(@NotNull
                                                                                        @NotNull java.lang.String configName)
        Get all configuration names from all configuration persistence strategies. This can be used when no nested parent resources is known.
        Parameters:
        configName - Configuration name
        Returns:
        Possible configuration names in order of persistence strategy service ranking.