public interface ResourceSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ResourceQueryInspector |
getResourceQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ResourceList |
getResources()
Gets the resource list resulting from a search.
|
ResourceSearchResultsRecord |
getResourceSearchResultsRecord(Type resourceSearchRecordType)
Gets the resource search results record corresponding to the given
resource search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeResourceList getResources()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ResourceQueryInspector getResourceQueryInspector()
mandatory - This method must be implemented. ResourceSearchResultsRecord getResourceSearchResultsRecord(Type resourceSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.resourceSearchRecordType - a resource search record typeNullArgumentException - resourceSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordTypeType(resourceSearchRecordType) is
false mandatory - This method must be implemented.