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

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

MethodnewIssueProcessors
Description

The callback for notifications of new issue processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueProcessorIds the Id of the new IssueProcessors
Compliancemandatory This method must be implemented.
MethodchangedIssueProcessors
Description

The callback for notification of updated issue processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListissueProcessorIds the Id of the updated IssueProcessors
Compliancemandatory This method must be implemented.
MethoddeletedIssueProcessors
Description

The callback for notification of deleted issue processors.

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