public interface BrokerProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BrokerProcessorQueryInspector |
getBrokerProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BrokerProcessorList |
getBrokerProcessors()
Gets the
BrokerProcessorList resulting from a search. |
BrokerProcessorSearchResultsRecord |
getBrokerProcessorSearchResultsRecord(Type brokerProcessorSearchRecordType)
Gets the broker processor search results record corresponding to the
given broker processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBrokerProcessorList getBrokerProcessors()
BrokerProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BrokerProcessorQueryInspector getBrokerProcessorQueryInspector()
mandatory - This method must be implemented. BrokerProcessorSearchResultsRecord getBrokerProcessorSearchResultsRecord(Type brokerProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.brokerProcessorSearchRecordType - a broker processor search
record typeNullArgumentException -
brokerProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(brokerProcessorSearchRecordType) is
false mandatory - This method must be implemented.