OSID Logo
OSID Specifications
tracking package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListissueIds the Ids of the new Issues
Compliancemandatory This method must be implemented.
MethodchangedIssues
Description

The callback for notification of updated issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueIds the Ids of the updated Issues
Compliancemandatory This method must be implemented.
MethoddeletedIssues
Description

The callback for notification of deleted issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueIds the Ids of the deleted Issues
Compliancemandatory This method must be implemented.
MethodsubtaskIssues
Description

The callback for notification of subtask issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsubtaskIssueIds the Ids of the subtasks
Compliancemandatory This method must be implemented.
MethodlinkedIssue
Description

The callback for notification of linked issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdissueId the Id of the Issue
osid.id.IdlinkedIssueId the Id of the linked Issue
Compliancemandatory This method must be implemented.
MethodunlinkedIssue
Description

The callback for notification of linked issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdissueId the Id of the Issue
osid.id.IdlinkedIssueId the Id of the linked Issue
Compliancemandatory This method must be implemented.
MethodblockedIssue
Description

The callback for notification of blocked issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdblockingIssueId the Id of the blocking Issue
osid.id.IdblockedIssue the Id of the blocked Issue
Compliancemandatory This method must be implemented.
MethodunblockedIssue
Description

The callback for notification of unblocked issues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdblockingIssueId the Id of the blocking Issue
osid.id.IdblockedIssue the Id of the blocked Issue
Compliancemandatory This method must be implemented.