OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.IssueReceiver
Implementsosid.OsidReceiver
Description

The issue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted issues.

MethodnewIssues
Description

The callback for notifications of new issues.

Parametersosid.id.IdListissueIdsthe Ids of the new Issues
CompliancemandatoryThis method must be implemented.
MethodchangedIssues
Description

The callback for notification of updated issues.

Parametersosid.id.IdListissueIdsthe Ids of the updated Issues
CompliancemandatoryThis method must be implemented.
MethoddeletedIssues
Description

The callback for notification of deleted issues.

Parametersosid.id.IdListissueIdsthe Ids of the deleted Issues
CompliancemandatoryThis method must be implemented.
MethodsubtaskIssues
Description

The callback for notification of subtask issues.

Parametersosid.id.IdListsubtaskIssueIdsthe Ids of the subtasks
CompliancemandatoryThis method must be implemented.
MethodlinkedIssue
Description

The callback for notification of linked issues.

Parametersosid.id.IdissueIdthe Id of the Issue
osid.id.IdlinkedIssueIdthe Id of the linked Issue
CompliancemandatoryThis method must be implemented.
MethodunlinkedIssue
Description

The callback for notification of linked issues.

Parametersosid.id.IdissueIdthe Id of the Issue
osid.id.IdlinkedIssueIdthe Id of the linked Issue
CompliancemandatoryThis method must be implemented.
MethodblockedIssue
Description

The callback for notification of blocked issues.

Parametersosid.id.IdblockingIssueIdthe Id of the blocking Issue
osid.id.IdblockedIssuethe Id of the blocked Issue
CompliancemandatoryThis method must be implemented.
MethodunblockedIssue
Description

The callback for notification of unblocked issues.

Parametersosid.id.IdblockingIssueIdthe Id of the blocking Issue
osid.id.IdblockedIssuethe Id of the blocked Issue
CompliancemandatoryThis method must be implemented.