OSID Logo
OSID Specifications
hierarchy package
Version 3.1.0
Interfaceosid.hierarchy.HierarchyStructureReceiver
Implementsosid.OsidReceiver
Description

The hierarchy receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted hierarchy nodes.

MethodnewNodes
Description

The callback for notifications of new hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdnodeIds the Ids of the new nodes
Compliancemandatory This method must be implemented.
MethoddeletedNodes
Description

the callback for notification of deleted hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListnodeIds the Ids of the deleted nodes
Compliancemandatory This method must be implemented.
MethodchangedChildOfNodes
Description

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

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