OSID Logo
OSID Specifications
hold package
Version 3.1.0
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.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.