| Interface | osid.hold.rules.IssueProcessorRuleApplicationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| Description |
This session provides methods to apply
| ||
| 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 | canAssignIssueProcessors | ||
| Description |
Tests if this user can alter issue processor/issue
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 | assignIssueProcessorToIssue | ||
| Description |
Adds an existing | ||
| Parameters | osid.id.Id | issueProcessorId | the Id of the IssueProcessor |
osid.id.Id | issueId | the Id of the Issue | |
| Errors | ALREADY_EXISTS | issueProcessorId already applied to issueId | |
| NOT_FOUND | issueProcessorId or issueId not found | ||
| NULL_ARGUMENT | issueProcessorId or issueId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignIssueProcessorFromIssue | ||
| Description |
Removes an existing | ||
| Parameters | osid.id.Id | issueProcessorId | the Id of the IssueProcessor |
osid.id.Id | issueId | the Id of the Issue | |
| Errors | NOT_FOUND | issueProcessorId or issueId not found or
issueProcessorId already applied to issueId | |
| NULL_ARGUMENT | issueProcessorId or issueId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSequenceIssueProcessors | ||
| Description |
Tests if this user can order
| ||
| Return | boolean | false if IssueProcessor ordering is not
authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | moveIssueProcessorAhead | ||
| Description |
Reorders issue processors for an issue by moving the specified issue processor in front of a reference issue processor. | ||
| Parameters | osid.id.Id | issueProcessorId | the Id of the IssueProcessor |
osid.id.Id | issueId | the Id of the Issue | |
osid.id.Id | referenceId | the reference issue processor Id | |
| Errors | NOT_FOUND | issueProcessorId issueId, or referenceId not
found or, issueProcessorId or referenceId not
related to issueId | |
| NULL_ARGUMENT | issueProcessorId, issueId, or referenceId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | moveIssueProcessorBehind | ||
| Description |
Reorders issue processors for an issue by moving the specified issue processor behind a reference issue processor. | ||
| Parameters | osid.id.Id | issueProcessorId | the Id of the IssueProcessor |
osid.id.Id | issueId | the Id of the Issue | |
osid.id.Id | referenceId | the reference issue processor Id | |
| Errors | NOT_FOUND | issueProcessorId, issueId, or referenceId not
found or, issueProcessorId or referenceId not
related to issueId | |
| NULL_ARGUMENT | issueProcessorId, issueId, or referenceId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | orderIssueProcessors | ||
| Description |
Reorders a set of issue processors for an issue. | ||
| Parameters | osid.id.Id[] | issueProcessorIds | the Ids for a set of IssueProcessors |
osid.id.Id | issueId | the Id of the Issue | |
| Errors | NOT_FOUND | issueId not found or, an issueProcessorId not
related to issueId | |
| NULL_ARGUMENT | issueProcessorIds or issueId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |