OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewIssueConstrainers
Description

The callback for notifications of new issue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueConstrainerIds the Id of the new IssueConstrainers
Compliancemandatory This method must be implemented.
MethodchangedIssueConstrainers
Description

The callback for notification of updated issue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueConstrainerIds the Id of the updated IssueConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedIssueConstrainers
Description

The callback for notification of deleted issue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueConstrainerIds the Id of the deleted IssueConstrainers
Compliancemandatory This method must be implemented.