public interface DeedSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
DeedQueryInspector |
getDeedQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
DeedList |
getDeeds()
Gets the deed list resulting from a search.
|
DeedSearchResultsRecord |
getDeedSearchResultsRecord(Type deedSearchRecordType)
Gets the deed search results record corresponding to the given deed
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeDeedList getDeeds()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. DeedQueryInspector getDeedQueryInspector()
mandatory - This method must be implemented. DeedSearchResultsRecord getDeedSearchResultsRecord(Type deedSearchRecordType) throws OperationFailedException
deedSearchRecordType - a deed search record typeNullArgumentException - deedSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(deedSearchRecordType) is false
mandatory - This method must be implemented.