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

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

Like all OsidReceivers, notifications are delivered to IssueProcessorEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewIssueProcessorEnablers
Description

The callback for notifications of new issue processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueProcessorEnablerIds the Id of the new IssueProcessorEnablers.
Compliancemandatory This method must be implemented.
MethodchangedIssueProcessorEnablers
Description

The callback for notification of updated issue processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueProcessorEnablerIds the Id of the updated IssueProcessorEnablers.
Compliancemandatory This method must be implemented.
MethoddeletedIssueProcessorEnablers
Description

The callback for notification of deleted issue processor enablers.

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