Interface LocalizationStorage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getSupportedLanguages() Gets a list of all supported languages.
      abstract List<LocalizedText> getLocalizedText(List<String> references, @Nullable() BigInteger version, List<String> languages) Gets a localized text that is referenced in the MDIB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getSupportedLanguages

         abstract List<String> getSupportedLanguages()

        Gets a list of all supported languages.

        Returns:

        a list of supported language identifiers.

      • getLocalizedText

         abstract List<LocalizedText> getLocalizedText(List<String> references, @Nullable() BigInteger version, List<String> languages)

        Gets a localized text that is referenced in the MDIB.

        Parameters:
        references - a zero or more reference names of the texts that are requested.
        version - of the referenced text that is requested.
        languages - a zero or more language identifiers to get different translations of the requested text.
        Returns:

        a list of LocalizedText texts that matches search criteria.