Interface | osid.tracking.IssueNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to The two views defined in this session correspond to the
views in the | ||
Method | getFrontOfficeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the FrontOffice Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOffice | ||
Description |
Gets the | ||
Return | osid.tracking.FrontOffice | the front office | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canRegisterForIssueNotifications | ||
Description |
Tests if this user can register for | ||
Return | boolean | false if notification methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedFrontOfficeView | ||
Description |
Federates the view for methods in this session. A federated view will include issues in front offices which are children of this front office in the front office hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedFrontOfficeView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this front office only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | registerForNewIssues | ||
Description |
Register for notifications of new issues. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewIssuesForQueue | ||
Description |
Register for notifications of new issues in the given
queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewIssuesForCustomer | ||
Description |
Register for notifications of new issues for the given
customer. | ||
Parameters | osid.id.Id | resourceId | the Id of the customer to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewIssuesByTopic | ||
Description |
Register for notifications of new issues for the given
topic. | ||
Parameters | osid.id.Id | subjectId | the Id of the subject to monitor |
Errors | NULL_ARGUMENT | subjectId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedIssues | ||
Description |
Registers for notification of updated issues. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedIssuesForQueue | ||
Description |
Registers for notification of updated issues in the
given queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedIssuesForCustomer | ||
Description |
Registers for notification of updated issues for the
given customer. | ||
Parameters | osid.id.Id | resourceId | the Id of the customer to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedIssuesByTopic | ||
Description |
Registers for notification of updated issues for the
given topic. | ||
Parameters | osid.id.Id | subjectId | the Id of the subject to monitor |
Errors | NULL_ARGUMENT | subjectId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedIssue | ||
Description |
Registers for notification of an updated issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedIssues | ||
Description |
Registers for notification of deleted issues. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedIssuesForQueue | ||
Description |
Registers for notification of deleted issues in the
given queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedIssuesForCustomer | ||
Description |
Registers for notification of deleted issues for the
given customer. | ||
Parameters | osid.id.Id | resourceId | the Id of the customer to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedIssuesByTopic | ||
Description |
Registers for notification of deleted issues for the
given topic. | ||
Parameters | osid.id.Id | subjectId | the Id of the subject to monitor |
Errors | NULL_ARGUMENT | subjectId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedIssue | ||
Description |
Registers for notification of a deleted issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForSubtasks | ||
Description |
Registers for notification of a subtask for the given
issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForLinkedIssues | ||
Description |
Registers for notification of a linked issue to the
given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForUnlinkedIssues | ||
Description |
Registers for notification of an unlinked issue from
the given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForBlockingIssues | ||
Description |
Registers for notification of a blocking issue to the
given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForUnblockingIssues | ||
Description |
Registers for notification of the removal of a blocking
issue to the given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForBlockedIssues | ||
Description |
Registers for notification of a blocked issue to the
given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForUnblockedIssues | ||
Description |
Registers for notification of the removal of a blocked
issue to the given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |