Interface | osid.room.squatting.DeedLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for retrieving This session defines views that offer differing behaviors when retrieving multiple objects.
| ||
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 | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canLookupDeeds | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if lookup methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeDeedView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryDeedView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useFederatedCampusView | ||
Description |
Federates the view for methods in this session. A federated view will include deeds in campuses which are children of this campus in the campus hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedCampusView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts retrievals to this campus only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useEffectiveDeedView | ||
Description |
Only deeds whose effective dates are current are returned by methods in this session | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useAnyEffectiveDeedView | ||
Description |
Deeds of any effective dates are returned by all methods in this session. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getDeed | ||
Description |
Gets the In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | deedId | Id of the Deed |
Return | osid.room.squatting.Deed | the deed | |
Errors | NOT_FOUND | deedId not found | |
NULL_ARGUMENT | deedId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getDeedsByIds | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.IdList | deedIds | the list of Ids to retrieve |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | deedIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusType | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.type.Type | deedGenusType | a deed genus type |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | deedGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByParentGenusType | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.type.Type | deedGenusType | a deed genus type |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | deedGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByRecordType | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.type.Type | deedRecordType | a deed record type |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | deedRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsOnDate | ||
Description |
Gets a list of all deeds effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.calendaring.DateTime | from | start of date range |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | from or to is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeOnDate | ||
Description |
Gets a list of all deeds with a genus type and effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.type.Type | deedGenusType | a deed genus type |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | deedGenusType, from or to is null
| ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForBuilding | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | buildingId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForBuilding | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.type.Type | deedGenusType | a deed genus type | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | buildingId or deedGenusType is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForBuildingOnDate | ||
Description |
Gets a list of all deeds for a building effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | buildingId, from or to is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForBuildingOnDate | ||
Description |
Gets a list of all deeds for a building with a genus type and effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.type.Type | deedGenusType | a deed genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | buildingId, deedGenusType, from or to is
null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForOwner | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | resourceId | a resource Id |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForOwner | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | resourceId | a resource Id |
osid.type.Type | deedGenusType | a deed genus type | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | resourceId or deedGenusType is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForOwnerOnDate | ||
Description |
Gets a list of all deeds for an owner resource effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | resourceId | a resource Id |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | resourceId, from or to is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForOwnerOnDate | ||
Description |
Gets a list of all deeds for a resource owner with a genus type and effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | resourceId | a resource Id |
osid.type.Type | deedGenusType | a deed genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | resourceId, deedGenusType, from or to is
null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForBuildingAndOwner | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.id.Id | resourceId | a resource Id | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | buildingId or resourceId is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForBuildingAndOwner | ||
Description |
Gets a In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.id.Id | resourceId | a resource Id | |
osid.type.Type | deedGenusType | a deed genus type | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | NULL_ARGUMENT | buildingId, resourceId, or deedGenusType is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsForBuildingAndOwnerOnDate | ||
Description |
Gets a list of all deeds for a building and owner resource effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.id.Id | resourceId | a resource Id | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | buildingId, resourceId, from, or to is
null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedsByGenusTypeForBuildingAndOwnerOnDate | ||
Description |
Gets a list of all deeds for a building and owner with a genus type and effective during the entire given date range inclusive but not confined to the date range. In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Parameters | osid.id.Id | buildingId | a building Id |
osid.id.Id | resourceId | a resource Id | |
osid.type.Type | deedGenusType | a deed genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
Return | osid.room.squatting.DeedList | the returned Deed list | |
Errors | INVALID_ARGUMENT | from is greater than to | |
NULL_ARGUMENT | buildingId, resourceId, deedGenusType, from, or to
is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeeds | ||
Description |
Gets all In plenary mode, the returned list contains all known deeds or an error results. Otherwise, the returned list may contain only those deeds that are accessible through this session. In effective mode, deeds are returned that are currently effective. In any effective mode, effective deeds and those currently expired are returned. | ||
Return | osid.room.squatting.DeedList | a list of Deeds | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |