public interface BrokerConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BrokerConstrainerQueryInspector |
getBrokerConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BrokerConstrainerList |
getBrokerConstrainers()
Gets the
BrokerConstrainerList resulting from a search. |
BrokerConstrainerSearchResultsRecord |
getBrokerConstrainerSearchResultsRecord(Type brokerConstrainerSearchRecordType)
Gets the broker constrainer search results record corresponding to the
given broker constrainer search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBrokerConstrainerList getBrokerConstrainers()
BrokerConstrainerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BrokerConstrainerQueryInspector getBrokerConstrainerQueryInspector()
mandatory - This method must be implemented. BrokerConstrainerSearchResultsRecord getBrokerConstrainerSearchResultsRecord(Type brokerConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.brokerConstrainerSearchRecordType - a broker constrainer search
record typeNullArgumentException -
brokerConstrainerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(brokerConstrainerSearchRecordType) is
false mandatory - This method must be implemented.