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

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

MethodnewIssueEnablers
Description

The callback for notifications of new issue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueEnablerIds the Id of the new IssueEnablers
Compliancemandatory This method must be implemented.
MethodchangedIssueEnablers
Description

The callback for notification of updated issue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueEnablerIds the Id of the updated IssueEnablers
Compliancemandatory This method must be implemented.
MethoddeletedIssueEnablers
Description

The callback for notification of deleted issue enablers.

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