public interface OfferingConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OfferingConstrainerEnablerQueryInspector |
getOfferingConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OfferingConstrainerEnablerList |
getOfferingConstrainerEnablers()
Gets the
OfferingConstrainerEnablerList resulting from
a search. |
OfferingConstrainerEnablerSearchResultsRecord |
getOfferingConstrainerEnablerSearchResultsRecord(Type offeringConstrainerEnablerSearchRecordType)
Gets the offering constrainer enabler search results record
corresponding to the given offering constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOfferingConstrainerEnablerList getOfferingConstrainerEnablers()
OfferingConstrainerEnablerList resulting from
a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. OfferingConstrainerEnablerQueryInspector getOfferingConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. OfferingConstrainerEnablerSearchResultsRecord getOfferingConstrainerEnablerSearchResultsRecord(Type offeringConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be used to retrieve an object
implementing the requested record.offeringConstrainerEnablerSearchRecordType - an offering
constrainer enabler search record typeNullArgumentException -
offeringConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(offeringConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.