Interface | osid.workflow.OfficeSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getOfficeSearchOrderRecord | ||
Description |
Gets the office search order record corresponding to
the given office | ||
Parameters | osid.type.Type | officeRecordType | a office record type |
Return | osid.workflow.records.OfficeSearchOrderRecord | the office search order record | |
Errors | NULL_ARGUMENT | officeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(officeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |