public interface CredentialSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
CredentialSearchOrderRecord |
getCredentialSearchOrderRecord(Type credentialRecordType)
Gets the credential search order record corresponding to the given
credential record
Type. |
void |
orderByLifetime(SearchOrderStyle style)
Specifies a preference for ordering the result set by lifetime.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypevoid orderByLifetime(SearchOrderStyle style)
style - a search order styleNullArgumentException - style is
null mandatory - This method must be implemented. CredentialSearchOrderRecord getCredentialSearchOrderRecord(Type credentialRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.credentialRecordType - a credential record typeNullArgumentException - credentialRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(credentialRecordType) is false
mandatory - This method must be implemented.