OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.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.IdnotificationIdthe notification Id
osid.id.IdListissueIdsthe Ids of the new Issues
CompliancemandatoryThis method must be implemented.
MethodchangedIssues
Description

The callback for notification of updated issues.

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

The callback for notification of deleted issues.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListissueIdsthe Ids of the deleted Issues
CompliancemandatoryThis method must be implemented.