OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListinquestIds the Ids of the new Inquests
Compliancemandatory This method must be implemented.
MethodchangedInquests
Description

The callback for notification of updated inquest.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquestIds the Ids of the updated Inquests
Compliancemandatory This method must be implemented.
MethoddeletedInquests
Description

The callback for notification of deleted inquests.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquestIds the Ids of the deleted Inquests
Compliancemandatory This method must be implemented.
MethodchangedChildOfInquests
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquestIds the Ids of the Inquests whose children have changed
Compliancemandatory This method must be implemented.