public interface OfferingConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OfferingConstrainerQueryInspector |
getOfferingConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OfferingConstrainerList |
getOfferingConstrainers()
Gets the
OfferingConstrainerList resulting from a
search. |
OfferingConstrainerSearchResultsRecord |
getOfferingConstrainerSearchResultsRecord(Type offeringConstrainerSearchRecordType)
Gets the offering constrainer search results record corresponding to
the given offering constrainer search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOfferingConstrainerList getOfferingConstrainers()
OfferingConstrainerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. OfferingConstrainerQueryInspector getOfferingConstrainerQueryInspector()
mandatory - This method must be implemented. OfferingConstrainerSearchResultsRecord getOfferingConstrainerSearchResultsRecord(Type offeringConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.offeringConstrainerSearchRecordType - an offering constrainer
search record typeNullArgumentException -
offeringConstrainerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(offeringConstrainerSearchRecordType) is
false mandatory - This method must be implemented.