public interface AuctionConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
AuctionConstrainerQueryInspector |
getAuctionConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuctionConstrainerList |
getAuctionConstrainers()
Gets the
AuctionConstrainerList resulting from a
search. |
AuctionConstrainerSearchResultsRecord |
getAuctionConstrainerSearchResultsRecord(Type auctionConstrainerSearchRecordType)
Gets the auction constrainer search results record corresponding to
the given auction constrainer search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
AuctionConstrainerList getAuctionConstrainers()
AuctionConstrainerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. AuctionConstrainerQueryInspector getAuctionConstrainerQueryInspector()
mandatory
- This method must be implemented. AuctionConstrainerSearchResultsRecord getAuctionConstrainerSearchResultsRecord(Type auctionConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This
method must be used to retrieve an object implementing the requested
record.auctionConstrainerSearchRecordType
- an auction constrainer
search record typeNullArgumentException
-
auctionConstrainerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(auctionConstrainerSearchRecordType)
is
false
mandatory
- This method must be implemented.