public interface SyllabusSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SyllabusList |
getSyllabi()
Gets the syllabus list resulting from a search.
|
SyllabusQueryInspector |
getSyllabusQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
SyllabusSearchResultsRecord |
getSyllabusSearchResultsRecord(Type syllabusSearchRecordType)
Gets the syllabus search results record corresponding to the given
syllabus search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSyllabusList getSyllabi()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SyllabusQueryInspector getSyllabusQueryInspector()
mandatory - This method must be implemented. SyllabusSearchResultsRecord getSyllabusSearchResultsRecord(Type syllabusSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.syllabusSearchRecordType - a syllabus search record typeNullArgumentException - syllabusSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(syllabusSearchRecordType) is
false mandatory - This method must be implemented.