| Interface | osid.hold.rules.IssueConstrainerEnablerOublietteAssignmentSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| Description |
This session provides methods to re-assign
Adding a reference of an
| ||
| Method | canAssignIssueConstrainerEnablers | ||
| Description |
Tests if this user can alter issue constrainer
enabler/oubliette mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known mapping methods in this session
will result in a | ||
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | canAssignIssueConstrainerEnablerToOubliette | ||
| Description |
Tests if this user can alter issue constrainer
enabler/oubliette mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known mapping methods in this session
will result in a | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Errors | NULL_ARGUMENT | oublietteId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableOublietteIds | ||
| Description |
Gets a list of oubliettes including and under the given oubliette node in which any issue constrainer enabler can be assigned. | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
| Return | osid.id.IdList | list of assignable oubliette Ids | |
| Errors | NULL_ARGUMENT | oublietteId is null | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableOublietteIdsForIssueConstrainerEnabler | ||
| Description |
Gets a list of oubliettes including and under the given oubliette node in which a specific issue constrainer enabler can be assigned. | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.id.Id | issueConstrainerEnablerId | the Id of the IssueConstrainerEnabler | |
| Return | osid.id.IdList | list of assignable oubliette Ids | |
| Errors | NULL_ARGUMENT | oublietteId or issueConstrainerEnablerId is
null | |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | assignIssueConstrainerEnablerToOubliette | ||
| Description |
Adds an existing | ||
| Parameters | osid.id.Id | issueConstrainerEnablerId | the Id of the IssueConstrainerEnabler |
osid.id.Id | oublietteId | the Id of the Oubliette | |
| Errors | ALREADY_EXISTS | issueConstrainerEnablerId is already assigned to
oublietteId | |
| NOT_FOUND | issueConstrainerEnablerId or oublietteId not
found | ||
| NULL_ARGUMENT | issueConstrainerEnablerId or oublietteId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignIssueConstrainerEnablerFromOubliette | ||
| Description |
Removes an | ||
| Parameters | osid.id.Id | issueConstrainerEnablerId | the Id of the IssueConstraienrEnabler |
osid.id.Id | oublietteId | the Id of the Oubliette | |
| Errors | NOT_FOUND | issueConstrainerEnablerId or oublietteId not
found or issueConstrainerEnablerId not assigned to
oublietteId | |
| NULL_ARGUMENT | issueConstrainerEnablerId or oublietteId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | reassignIssueConstrainerEnablerToOubliette | ||
| Description |
Moves an | ||
| Parameters | osid.id.Id | issueConstrainerEnablerId | the Id of the IssueConstrainerEnabler |
osid.id.Id | fromOublietteId | the Id of the current Oubliette | |
osid.id.Id | toOublietteId | the Id of the destination Oubliette | |
| Errors | ALREADY_EXISTS | issueConstrainerEnablerId already assigned to
toOublietteId | |
| NOT_FOUND | issueConstrainerEnablerId, fromOublietteId, or
toOublietteId not found or issueConstrainerEnablerId
not mapped to fromOublietteId | ||
| NULL_ARGUMENT | issueConstrainerEnablerId, fromOublietteId, or
toOublietteId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |