Interface ProfileTypeRegistry


@NonNullByDefault public interface ProfileTypeRegistry
The ProfileTypeRegistry allows access to the ProfileTypes provided by all ProfileTypeProviders.
Author:
Simon Kaufmann - Initial contribution
  • Method Details

    • getProfileTypes

      List<ProfileType> getProfileTypes()
      Get the available ProfileTypes from all providers using the default locale.
      Returns:
      all profile types
    • getProfileTypes

      List<ProfileType> getProfileTypes(@Nullable Locale locale)
      Get the available ProfileTypes from all providers.
      Parameters:
      locale - the language to use (may be null)
      Returns:
      all profile types