public interface BrokerProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BrokerProcessorEnablerQueryInspector |
getBrokerProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BrokerProcessorEnablerList |
getBrokerProcessorEnablers()
Gets the
BrokerProcessorEnablerList resulting from a
search. |
BrokerProcessorEnablerSearchResultsRecord |
getBrokerProcessorEnablerSearchResultsRecord(Type brokerProcessorEnablerSearchRecordType)
Gets the broker processor enabler search results record corresponding
to the given broker processor enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBrokerProcessorEnablerList getBrokerProcessorEnablers()
BrokerProcessorEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BrokerProcessorEnablerQueryInspector getBrokerProcessorEnablerQueryInspector()
mandatory - This method must be implemented. BrokerProcessorEnablerSearchResultsRecord getBrokerProcessorEnablerSearchResultsRecord(Type brokerProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.brokerProcessorEnablerSearchRecordType - a broker processor
enabler search record typeNullArgumentException -
brokerProcessorEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(brokerProcessorEnablerSearchRecordType)
is false mandatory - This method must be implemented.