public interface PostEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
PostEntryList |
getPostEntries()
Gets the post entry list resulting from a search.
|
PostEntryQueryInspector |
getPostEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PostEntrySearchResultsRecord |
getPostEntrySearchResultsRecord(Type postEntrySearchRecordType)
Gets the post entry search results record corresponding to the given
post entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypePostEntryList getPostEntries()
IllegalStateException - the post entry list has already
been retrievedmandatory - This method must be implemented. PostEntryQueryInspector getPostEntryQueryInspector()
mandatory - This method must be implemented. PostEntrySearchResultsRecord getPostEntrySearchResultsRecord(Type postEntrySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.postEntrySearchRecordType - a post entry search record typeNullArgumentException -
postEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(postEntrySearchRecordType) is
false mandatory - This method must be implemented.