Interface | osid.offering.rules.CanonicalUnitEnablerSmartCatalogueSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogues. A This | ||
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 | canManageSmartCatalogues | ||
Description |
Tests if this user can manage smart catalogues. 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 catalogue management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitEnablerQuery | ||
Description |
Gets a canonical unit enabler query. | ||
Return | osid.offering.rules.CanonicalUnitEnablerQuery | the canonical unit enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitEnablerSearchOrder | ||
Description |
Gets a canonical unit enabler search order. | ||
Return | osid.offering.rules.CanonicalUnitEnablerSearchOrder | the canonical unit enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyCanonicalUnitEnablerQuery | ||
Description |
Applies a canonical unit enabler query to this catalogue. | ||
Parameters | osid.offering.rules.CanonicalUnitEnablerQuery | canonicalUnitEnablerQuery | the canonical unit enabler query |
Errors | NULL_ARGUMENT | canonicalUnitEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | canonicalUnitEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectCanonicalUnitEnablerQuery | ||
Description |
Gets a canonical unit enabler query inspector for this catalogue. | ||
Return | osid.offering.rules.CanonicalUnitEnablerQueryInspector | the canonical unit enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyCanonicalUnitEnablerSequencing | ||
Description |
Applies a canonical unit enabler search order to this catalogue. | ||
Parameters | osid.offering.rules.CanonicalUnitEnablerSearchOrder | canonicalUnitEnablerSearchOrder | the canonical unit enabler search order |
Errors | NULL_ARGUMENT | canonicalUnitEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | canonicalUnitEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCanonicalUnitEnablerQueryFromInspector | ||
Description |
Gets a canonical unit enabler query from an inspector. | ||
Parameters | osid.offering.rules.CanonicalUnitEnablerQueryInspector | canonicalUnitEnablerQueryInspector | a canonical unit enabler query inspector |
Return | osid.offering.rules.CanonicalUnitEnablerQuery | the canonical unit enabler query | |
Errors | NULL_ARGUMENT | canonicalUnitEnablerQueryInspector is null | |
UNSUPPORTED | canonicalUnitEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |