public interface BrokerConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BrokerConstrainerEnablerQueryInspector |
getBrokerConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BrokerConstrainerEnablerList |
getBrokerConstrainerEnablers()
Gets the
BrokerConstrainerEnablerList resulting from a
search. |
BrokerConstrainerEnablerSearchResultsRecord |
getBrokerConstrainerEnablerSearchResultsRecord(Type brokerConstrainerEnablerSearchRecordType)
Gets the broker constrainer enabler search results record
corresponding to the given broker constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBrokerConstrainerEnablerList getBrokerConstrainerEnablers()
BrokerConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BrokerConstrainerEnablerQueryInspector getBrokerConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. BrokerConstrainerEnablerSearchResultsRecord getBrokerConstrainerEnablerSearchResultsRecord(Type brokerConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be used to retrieve an object
implementing the requested record.brokerConstrainerEnablerSearchRecordType - a broker constrainer
enabler search record typeNullArgumentException -
brokerConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(brokerConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.