public interface ProfileSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProfileQueryInspector |
getProfileQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ProfileList |
getProfiles()
Gets the profile list resulting from the search.
|
ProfileSearchResultsRecord |
getProfileSearchResultsRecord(Type profileSearchRecordType)
Gets the profile search results record corresponding to the given
profile search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProfileList getProfiles()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ProfileQueryInspector getProfileQueryInspector()
mandatory - This method must be implemented. ProfileSearchResultsRecord getProfileSearchResultsRecord(Type profileSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.profileSearchRecordType - a profile search record typeNullArgumentException - profileSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(profileSearchRecordType) is false
mandatory - This method must be implemented.