public interface PoolProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
PoolProcessorEnablerQueryInspector |
getPoolProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PoolProcessorEnablerList |
getPoolProcessorEnablers()
Gets the
PoolProcessorEnablerList resulting from a
search. |
PoolProcessorEnablerSearchResultsRecord |
getPoolProcessorEnablerSearchResultsRecord(Type poolProcessorEnablerSearchRecordType)
Gets the pool processor enabler search results record corresponding to
the given pool processor enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
PoolProcessorEnablerList getPoolProcessorEnablers()
PoolProcessorEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. PoolProcessorEnablerQueryInspector getPoolProcessorEnablerQueryInspector()
mandatory
- This method must be implemented. PoolProcessorEnablerSearchResultsRecord getPoolProcessorEnablerSearchResultsRecord(Type poolProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing the
requested record.poolProcessorEnablerSearchRecordType
- a pool processor enabler
search record typeNullArgumentException
-
poolProcessorEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(poolProcessorEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.