OSID Logo
OSID Specifications
room package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListcampusIds the Ids of the new Campuses
Compliancemandatory This method must be implemented.
MethodchangedCampuses
Description

The callback for notification of updated campuses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcampusIds the Ids of the updated Campuses
Compliancemandatory This method must be implemented.
MethoddeletedCampuses
Description

the callback for notification of deleted campuses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcampusIds the Ids of the registered Campuses
Compliancemandatory This method must be implemented.
MethodchangedChildOfCampuses
Description

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

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