public interface CredentialEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CredentialEntryList |
getCredentialEntries()
Gets the course list resulting from a search.
|
CredentialEntryQueryInspector |
getCredentialEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CredentialEntrySearchResultsRecord |
getCredentialEntrySearchResultsRecord(Type credentialEntrySearchRecordType)
Gets the credential entry search results record corresponding to the
given credential entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCredentialEntryList getCredentialEntries()
IllegalStateException - the credential entry list has
already been retrievedmandatory - This method must be implemented. CredentialEntryQueryInspector getCredentialEntryQueryInspector()
mandatory - This method must be implemented. CredentialEntrySearchResultsRecord getCredentialEntrySearchResultsRecord(Type credentialEntrySearchRecordType) throws OperationFailedException
Type. This method
is used to retrieve an object implementing the requested record.credentialEntrySearchRecordType - a credential entry search
record typeNullArgumentException -
credentialEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(credentialEntrySearchRecordType) is
false mandatory - This method must be implemented.