OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.InquestReceiver
Implementsosid.OsidReceiver
Description

The inquest receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Inquest objects.

MethodnewInquests
Description

The callback for notifications of new inquests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquestIdsthe Ids of the new Inquests
CompliancemandatoryThis method must be implemented.
MethodchangedInquests
Description

The callback for notification of updated inquest.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquestIdsthe Ids of the updated Inquests
CompliancemandatoryThis method must be implemented.
MethoddeletedInquests
Description

The callback for notification of deleted inquests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquestIdsthe Ids of the deleted Inquests
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfInquests
Description

The callback for notifications of changes to children of inquest hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquestIdsthe Ids of the Inquests whose children have changed
CompliancemandatoryThis method must be implemented.