public interface PoolConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
PoolConstrainerEnablerQueryInspector |
getPoolConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PoolConstrainerEnablerList |
getPoolConstrainerEnablers()
Gets the
PoolConstrainerEnablerList resulting from a
search. |
PoolConstrainerEnablerSearchResultsRecord |
getPoolConstrainerEnablerSearchResultsRecord(Type poolConstrainerEnablerSearchRecordType)
Gets the pool constrainer enabler search results record corresponding
to the given pool constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypePoolConstrainerEnablerList getPoolConstrainerEnablers()
PoolConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. PoolConstrainerEnablerQueryInspector getPoolConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. PoolConstrainerEnablerSearchResultsRecord getPoolConstrainerEnablerSearchResultsRecord(Type poolConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.poolConstrainerEnablerSearchRecordType - a pool constrainer
enabler search record typeNullArgumentException -
poolConstrainerEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(poolConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.