OSID Logo
OSID Specifications
hold package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListoublietteIds the Ids of the new Oubliettes
Compliancemandatory This method must be implemented.
MethodchangedOubliettes
Description

The callback for notification of updated oubliette.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoublietteIds the Ids of the updated Oubliettes
Compliancemandatory This method must be implemented.
MethoddeletedOubliettes
Description

The callback for notification of deleted oubliettes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListoublietteIds the Ids of the deleted Oubliettes
Compliancemandatory This method must be implemented.
MethodchangedChildOfOubliettes
Description

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

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