Interface | osid.authentication.AgencySearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAgencySearchOrderRecord | ||
Description |
Gets the agency search order record corresponding to
the given agency record | ||
Parameters | osid.type.Type | agencyRecordType | an agency record type |
Return | osid.authentication.records.AgencySearchOrderRecord | the agency search order record | |
Errors | NULL_ARGUMENT | agencyRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(agencyRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |