public interface PostEntrySearch extends OsidSearch
The search interface for governing post entry searches.
| Modifier and Type | Method and Description |
|---|---|
PostEntrySearchRecord |
getPostEntrySearchRecord(Type postEntrySearchRecordType)
Gets the post entry search record corresponding to the given post
entry search record
Type. |
void |
orderPostEntryResults(PostEntrySearchOrder postEntrySearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongPostEntries(IdList postEntryIds)
Execute this search among the given list of post entries.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongPostEntries(IdList postEntryIds)
postEntryIds - list of entriesNullArgumentException - postEntryIds is
null mandatory - This method must be implemented. void orderPostEntryResults(PostEntrySearchOrder postEntrySearchOrder)
postEntrySearchOrder - post entry search orderNullArgumentException - postEntrySearchOrder
is null UnsupportedException - postEntrySearchOrder
is not of this servicemandatory - This method must be implemented. PostEntrySearchRecord getPostEntrySearchRecord(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.