OSID Logo
OSID Specifications
room package
Version 3.0.0
Interfaceosid.room.CampusReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCampuses
Description

The callback for notifications of new campuses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcampusIdsthe Ids of the new Campuses
CompliancemandatoryThis method must be implemented.
MethodchangedCampuses
Description

The callback for notification of updated campuses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcampusIdsthe Ids of the updated Campuses
CompliancemandatoryThis method must be implemented.
MethoddeletedCampuses
Description

the callback for notification of deleted campuses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcampusIdsthe Ids of the registered Campuses
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfCampuses
Description

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

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