OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.OublietteReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewOubliettes
Description

The callback for notifications of new oubliettes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoublietteIdsthe Ids of the new Oubliettes
CompliancemandatoryThis method must be implemented.
MethodchangedOubliettes
Description

The callback for notification of updated oubliette.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoublietteIdsthe Ids of the updated Oubliettes
CompliancemandatoryThis method must be implemented.
MethoddeletedOubliettes
Description

The callback for notification of deleted oubliettes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListoublietteIdsthe Ids of the deleted Oubliettes
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfOubliettes
Description

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

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