public interface ProjectSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProjectQueryInspector |
getProjectQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
ProjectList |
getProjects()
Gets the project list resulting from a search.
|
ProjectSearchResultsRecord |
getProjectSearchResultsRecord(Type projectSearchRecordType)
Gets the project search results record corresponding to the given
project search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProjectList getProjects()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ProjectQueryInspector getProjectQueryInspector()
mandatory - This method must be implemented. ProjectSearchResultsRecord getProjectSearchResultsRecord(Type projectSearchRecordType) throws OperationFailedException
projectSearchRecordType - a project search record typeNullArgumentException - projectSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(projectSearchRecordType) is false
mandatory - This method must be implemented.