public interface OublietteSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OublietteQueryInspector |
getOublietteQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OublietteList |
getOubliettes()
Gets the oubliette list resulting from a search.
|
OublietteSearchResultsRecord |
getOublietteSearchResultsRecord(Type oublietteSearchRecordType)
Gets the oubliette search results record corresponding to the given
oubliette search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOublietteList getOubliettes()
IllegalStateException - list already retrievedmandatory - This method must be implemented. OublietteQueryInspector getOublietteQueryInspector()
mandatory - This method must be implemented. OublietteSearchResultsRecord getOublietteSearchResultsRecord(Type oublietteSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method is used to
retrieve an object implementing the requested record.oublietteSearchRecordType - an oubliette search record typeNullArgumentException -
oublietteSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(oublietteSearchRecordType) is
false mandatory - This method must be implemented.