Interface OaiSet

    • Method Detail

      • getName

        I18nizableText getName()
        Return the name of the set
        Returns:
        The name of the set. Can't be null.
      • getDescription

        I18nizableText getDescription()
        Return the description of the set
        Returns:
        The description of the set, or null if there is no description.
      • getRecords

        AmetysObjectIterable<ProgramgetRecords​(Expression expression,
                                                 SortCriteria sortCriteria)
        Retrieve the list of Records associated with this OAI Set
        Parameters:
        expression - An Expression to filter the list of records during the request
        sortCriteria - A sort criteria to sort the result
        Returns:
        The list of Records