public interface PoolProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
PoolProcessorQueryInspector |
getPoolProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PoolProcessorList |
getPoolProcessors()
Gets the
PoolProcessorList resulting from a search. |
PoolProcessorSearchResultsRecord |
getPoolProcessorSearchResultsRecord(Type poolProcessorSearchRecordType)
Gets the pool processor search results record corresponding to the
given pool processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypePoolProcessorList getPoolProcessors()
PoolProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. PoolProcessorQueryInspector getPoolProcessorQueryInspector()
mandatory - This method must be implemented. PoolProcessorSearchResultsRecord getPoolProcessorSearchResultsRecord(Type poolProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.poolProcessorSearchRecordType - a pool processor search record
typeNullArgumentException -
poolProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(poolProcessorSearchRecordType) is
false mandatory - This method must be implemented.