public interface CredentialSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CredentialQueryInspector |
getCredentialQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CredentialList |
getCredentials()
Gets the credential list resulting from a search.
|
CredentialSearchResultsRecord |
getCredentialSearchResultsRecord(Type credentialSearchRecordType)
Gets the credential search results record corresponding to the given
credential search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCredentialList getCredentials()
IllegalStateException - the credential list has already
been retrievedmandatory - This method must be implemented. CredentialQueryInspector getCredentialQueryInspector()
mandatory - This method must be implemented. CredentialSearchResultsRecord getCredentialSearchResultsRecord(Type credentialSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.credentialSearchRecordType - a credential search record typeNullArgumentException -
credentialSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(credentialSearchRecordType) is
false mandatory - This method must be implemented.