Interface IVocabularyImmutable

    • Method Detail

      • getCode

        java.lang.String getCode()
        Returns the vocabulary code.
      • getDescription

        java.lang.String getDescription()
        Returns the vocabulary description.
      • isManagedInternally

        boolean isManagedInternally()
        Return true if the vocabulary is managed internally in openBIS.
      • isInternalNamespace

        boolean isInternalNamespace()
        Return true if the vocabulary is in the internal openBIS namespace.
      • isChosenFromList

        boolean isChosenFromList()
      • getUrlTemplate

        java.lang.String getUrlTemplate()
        Returns a URL template (e.g a search query) that can display additional information for the concrete vocabulary terms. Can return null.