Package org.ametys.odf.oai
Interface OaiSet
- All Known Implementing Classes:
AbstractOaiSet
public interface OaiSet
Interface for OAI-PMH Sets
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the setgetName()
Return the name of the setgetRecords
(Expression expression, SortCriteria sortCriteria) Retrieve the list of Records associated with this OAI Set
-
Field Details
-
ROLE
Avalon Role
-
-
Method Details
-
getName
Return the name of the set- Returns:
- The name of the set. Can't be null.
-
getDescription
Return the description of the set- Returns:
- The description of the set, or null if there is no description.
-
getRecords
Retrieve the list of Records associated with this OAI Set- Parameters:
expression
- An Expression to filter the list of records during the requestsortCriteria
- A sort criteria to sort the result- Returns:
- The list of Records
-