public interface RelationshipEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RelationshipEnablerQueryInspector |
getRelationshipEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RelationshipEnablerList |
getRelationshipEnablers()
Gets the
RelationshipEnablerList resulting from a
search. |
RelationshipEnablerSearchResultsRecord |
getRelationshipEnablerSearchResultsRecord(Type relationshipEnablerSearchRecordType)
Gets the relationship enabler search results record corresponding to
the given relationship enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRelationshipEnablerList getRelationshipEnablers()
RelationshipEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RelationshipEnablerQueryInspector getRelationshipEnablerQueryInspector()
mandatory - This method must be implemented. RelationshipEnablerSearchResultsRecord getRelationshipEnablerSearchResultsRecord(Type relationshipEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.relationshipEnablerSearchRecordType - a relationship enabler
search record typeNullArgumentException -
relationshipEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(relationshipEnablerSearchRecordType) is
false mandatory - This method must be implemented.