Interface CampusReceiver
- All Superinterfaces:
OsidReceiver
The campus receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Campus
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCampuses(Id notificationId, IdList campusIds) The callback for notification of updated campuses.voidchangedChildOfCampuses(Id notificationId, IdList campusIds) The callback for notifications of changes to children of campus hierarchy nodes.voiddeletedCampuses(Id notificationId, IdList campusIds) the callback for notification of deleted campuses.voidnewCampuses(Id notificationId, IdList campusIds) The callback for notifications of new campuses.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCampuses
-
changedCampuses
-
deletedCampuses
-
changedChildOfCampuses
The callback for notifications of changes to children of campus hierarchy nodes.- Parameters:
notificationId- the notificationIdcampusIds- theIdsof theCampuseswhose children have changed- Compliance:
mandatory- This method must be implemented.
-