public interface ProfileEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProfileEntryList |
getProfileEntries()
Gets the profile entry list resulting from the search.
|
ProfileEntryQueryInspector |
getProfileEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ProfileEntrySearchResultsRecord |
getProfileEntrySearchResultsRecord(Type profileEntrySearchRecordType)
Gets the profile entry search results record corresponding to the
given profile entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProfileEntryList getProfileEntries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ProfileEntryQueryInspector getProfileEntryQueryInspector()
mandatory - This method must be implemented. ProfileEntrySearchResultsRecord getProfileEntrySearchResultsRecord(Type profileEntrySearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.profileEntrySearchRecordType - a profile entry search record
typeNullArgumentException -
profileEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(profileEntrySearchRecordType) is
false mandatory - This method must be implemented.