OSID Logo
OSID Specifications
hierarchy package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListhierarchyIdsthe Ids of the new Hierarchies
CompliancemandatoryThis method must be implemented.
MethodchangedHierarchies
Description

The callback for notification of updated hierarchies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListhierarchyIdsthe Ids of the updated Hierarchies
CompliancemandatoryThis method must be implemented.
MethoddeletedHierarchies
Description

the callback for notification of deleted hierarchies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListhierarchyIdsthe Ids of the deleted Hierarchies
CompliancemandatoryThis method must be implemented.