Interface | osid.offering.rules.CanonicalUnitProcessorLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for retrieving This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. The methods | ||
Method | getCatalogueId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Catalogue Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getCatalogue | ||
Description |
Gets the | ||
Return | osid.offering.Catalogue | the catalogue | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canLookupCanonicalUnitProcessors | ||
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 | useComparativeCanonicalUnitProcessorView | ||
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 | usePlenaryCanonicalUnitProcessorView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useFederatedCatalogueView | ||
Description |
Federates the view for methods in this session. A federated view will include canonical unit processor in catalogues which are children of this catalogue in the catalogue hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedCatalogueView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this catalogue only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useActiveCanonicalUnitProcessorView | ||
Description |
Only active canonical unit processors are returned by methods in this session. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useAnyStatusCanonicalUnitProcessorView | ||
Description |
All active and inactive canonical unit processors are returned by methods in this session. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getCanonicalUnitProcessor | ||
Description |
Gets the In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Parameters | osid.id.Id | canonicalUnitProcessorId | Id of the CanonicalUnitProcessor |
Return | osid.offering.rules.CanonicalUnitProcessor | the canonical unit processor | |
Errors | NOT_FOUND | canonicalUnitProcessorId not found | |
NULL_ARGUMENT | canonicalUnitProcessorId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getCanonicalUnitProcessorsByIds | ||
Description |
Gets a In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Parameters | osid.id.IdList | canonicalUnitProcessorIds | the list of Ids to retrieve |
Return | osid.offering.rules.CanonicalUnitProcessorList | the returned CanonicalUnitProcessor list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | canonicalUnitProcessorIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitProcessorsByGenusType | ||
Description |
Gets a In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Parameters | osid.type.Type | canonicalUnitProcessorGenusType | a canonical unit processor genus type |
Return | osid.offering.rules.CanonicalUnitProcessorList | the returned CanonicalUnitProcessor list | |
Errors | NULL_ARGUMENT | canonicalUnitProcessorGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitProcessorsByParentGenusType | ||
Description |
Gets a In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Parameters | osid.type.Type | canonicalUnitProcessorGenusType | a canonical unit processor genus type |
Return | osid.offering.rules.CanonicalUnitProcessorList | the returned CanonicalUnitProcessor list | |
Errors | NULL_ARGUMENT | canonicalUnitProcessorGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitProcessorsByRecordType | ||
Description |
Gets a In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Parameters | osid.type.Type | canonicalUnitProcessorRecordType | a canonical unit processor record type |
Return | osid.offering.rules.CanonicalUnitProcessorList | the returned CanonicalUnitProcessor list | |
Errors | NULL_ARGUMENT | canonicalUnitProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitProcessors | ||
Description |
Gets all In plenary mode, the returned list contains all known canonical unit processor or an error results. Otherwise, the returned list may contain only those canonical unit processor that are accessible through this session. In active mode, canonical unit processors are returned that are currently active. In any status mode, active and inactive canonical unit processors are returned. | ||
Return | osid.offering.rules.CanonicalUnitProcessorList | the returned CanonicalUnitProcessor list | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |