Interface | osid.personnel.RealmQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for querying Realms may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchRealms | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getRealmQuery | ||
Description |
Gets a realm query. | ||
Return | osid.personnel.RealmQuery | the realm query | |
Compliance | mandatory | This method must be implemented. | |
Method | getRealmsByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.personnel.RealmQuery | realmQuery | the realm query |
Return | osid.personnel.RealmList | the returned RealmList | |
Errors | NULL_ARGUMENT | realmQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | realmQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |