| Interface | osid.hold.rules.IssueConstrainerEnablerLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| 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 | getOublietteId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Oubliette Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOubliette | ||
| Description |
Gets the | ||
| Return | osid.hold.Oubliette | the oubliette | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupIssueConstrainerEnablers | ||
| 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 | useComparativeIssueConstrainerEnablerView | ||
| 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 | usePlenaryIssueConstrainerEnablerView | ||
| Description |
A complete view of the
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedOublietteView | ||
| Description |
Federates the view for methods in this session. A federated view will include issue constrainer enablers in oubliettes which are children of this oubliette in the oubliette hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedOublietteView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this oubliette only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getIssueConstrainerEnabler | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | issueConstrainerEnablerId | Id of the IssueConstrainerEnabler |
| Return | osid.hold.rules.IssueConstrainerEnabler | the issue constrainer enabler | |
| Errors | NOT_FOUND | issueConstrainerEnablerId not found | |
| NULL_ARGUMENT | issueConstrainerEnablerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getIssueConstrainerEnablersByIds | ||
| Description |
Gets an In plenary mode, the returned list contains all of the
issue constrainer enablers specified in the
| ||
| Parameters | osid.id.IdList | issueConstrainerEnablerIds | the list of Ids to retrieve |
| Return | osid.hold.rules.IssueConstrainerEnablerList | the returned IssueConstrainerEnabler list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | issueConstrainerEnablerIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablersByGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known issue constrainer enablers or an error results. Otherwise, the returned list may contain only those issue constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | issueConstrainerEnablerGenusType | an issue constrainer enabler genus type |
| Return | osid.hold.rules.IssueConstrainerEnablerList | the returned IssueConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablersByParentGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known issue constrainer enablers or an error results. Otherwise, the returned list may contain only those issue constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | issueConstrainerEnablerGenusType | an issue constrainer genus type |
| Return | osid.hold.rules.IssueEnablerList | the returned IssueConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablersByRecordType | ||
| Description |
Gets an In plenary mode, the returned list contains all known issue constrainer enablers or an error results. Otherwise, the returned list may contain only those issue constrainer enablers that are accessible through this session. | ||
| Parameters | osid.type.Type | issueConstrainerEnablerRecordType | an issue constrainer enabler record type |
| Return | osid.hold.rules.IssueConstrainerEnablerList | the returned IssueConstrainerEnabler list | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablers | ||
| Description |
Gets all In plenary mode, the returned list contains all known issue constrainer enablers or an error results. Otherwise, the returned list may contain only those issue constrainer enablers that are accessible through this session. | ||
| Return | osid.hold.rules.IssueConstrainerEnablerList | a list of IssueConstrainerEnablers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |