Interface | osid.room.squatting.DeedSmartCampusSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
Method | getCampusId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Campus Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampus | ||
Description |
Gets the | ||
Return | osid.room.Campus | the Campus associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartCampuses | ||
Description |
Tests if this user can manage smart campuses. A return
of true does not guarantee successful authorization. A
return of false indicates that it is known methods in this
session will result in a | ||
Return | boolean | false if smart campus management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeedQuery | ||
Description |
Gets a deed query. | ||
Return | osid.room.squatting.DeedQuery | the deed query | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeedSearchOrder | ||
Description |
Gets a deed search order. | ||
Return | osid.room.squatting.DeedSearchOrder | the deed search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyDeedQuery | ||
Description |
Applies a deed query to this campus. | ||
Parameters | osid.room.squatting.DeedQuery | deedQuery | the deed query |
Errors | NULL_ARGUMENT | deedQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | deedQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectDeedQuery | ||
Description |
Gets a deed query inspector for this campus. | ||
Return | osid.room.squatting.DeedQueryInspector | the deed query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyDeedSequencing | ||
Description |
Applies a deed search order to this campus. | ||
Parameters | osid.room.squatting.DeedSearchOrder | deedSearchOrder | the deed search order |
Errors | NULL_ARGUMENT | deedSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | deedSearchOrder did not originate from
getDeedSearchOrder() | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedQueryFromInspector | ||
Description |
Gets a deed query from an inspector. | ||
Parameters | osid.room.squatting.DeedQueryInspector | deedQueryInspector | a query inspector |
Return | osid.room.squatting.DeedQuery | the deed query | |
Errors | NULL_ARGUMENT | deedQueryInspector is null | |
UNSUPPORTED | deedQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |