public interface ResourceRelationshipSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ResourceRelationshipQueryInspector |
getResourceRelationshipQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ResourceRelationshipList |
getResourceRelationships()
Gets the resource relationship list resulting from the search.
|
ResourceRelationshipSearchResultsRecord |
getResourceRelationshipSearchResultsRecord(Type resourceRelationshipSearchRecordType)
Gets the resource relationship search results record corresponding to
the given resource relationship search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeResourceRelationshipList getResourceRelationships()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ResourceRelationshipQueryInspector getResourceRelationshipQueryInspector()
mandatory - This method must be implemented. ResourceRelationshipSearchResultsRecord getResourceRelationshipSearchResultsRecord(Type resourceRelationshipSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the requested
record.resourceRelationshipSearchRecordType - a resource relationship
search record typeNullArgumentException -
resourceRelationshipSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(resourceRelationshipSearchRecordType) is
false mandatory - This method must be implemented.