| Interface | osid.personnel.RealmSearchSession | ||
|---|---|---|---|
| Implements | osid.personnel.RealmQuerySession | ||
| Description |
This session provides methods for searching Realms may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getRealmSearch | ||
| Description |
Gets a realm search. | ||
| Return | osid.personnel.RealmSearch | the realm search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRealmSearchOrder | ||
| Description |
Gets a realm search order. The | ||
| Return | osid.personnel.RealmSearchOrder | the realm search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRealmsBySearch | ||
| Description |
Gets the search results matching the given search. | ||
| Parameters | osid.personnel.RealmQuery | realmQuery | the realm query |
osid.personnel.RealmSearch | realmSearch | the realm search | |
| Return | osid.personnel.RealmSearchResults | the search results | |
| Errors | NULL_ARGUMENT | realmQuery or realmSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | realmQuery or realmSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRealmQueryFromInspector | ||
| Description |
Gets a realm query from an inspector. The inspector is
available from a | ||
| Parameters | osid.personnel.RealmQueryInspector | realmQueryInspector | a realm query inspector |
| Return | osid.personnel.RealmQuery | the realm query | |
| Errors | NULL_ARGUMENT | realmQueryInspector is null | |
| UNSUPPORTED | irealmQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |