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

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

MethodnewIssueConstrainerEnablers
Description

The callback for notifications of new issue constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueConstrainerEnablerIds the Id of the new IssueConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedIssueConstrainerEnablers
Description

The callback for notification of updated issue constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueConstrainerEnablerIds the Id of the updated IssueConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedIssueConstrainerEnablers
Description

The callback for notification of deleted issue constrainer enablers.

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