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

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

MethodnewHierarchies
Description

The callback for notifications of new hierarchies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListhierarchyIds the Ids of the new Hierarchies
Compliancemandatory This method must be implemented.
MethodchangedHierarchies
Description

The callback for notification of updated hierarchies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListhierarchyIds the Ids of the updated Hierarchies
Compliancemandatory This method must be implemented.
MethoddeletedHierarchies
Description

the callback for notification of deleted hierarchies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListhierarchyIds the Ids of the deleted Hierarchies
Compliancemandatory This method must be implemented.