Interface AgencyReceiver
- All Superinterfaces:
OsidReceiver
The agency receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Agency
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAgencies(Id notificationId, IdList agencyIds) The callback for notification of updated agencies.voidchangedChildOfAgencies(Id notificationId, IdList agencyIds) The callback for notifications of changes to children of agency hierarchy nodes.voiddeletedAgencies(Id notificationId, IdList agencyIds) The callback for notification of deleted agencies.voidnewAgencies(Id notificationId, IdList agencyIds) The callback for notifications of new agencies.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAgencies
-
changedAgencies
-
deletedAgencies
-
changedChildOfAgencies
The callback for notifications of changes to children of agency hierarchy nodes.- Parameters:
notificationId- the notificationIdagencyIds- theIdsof theAgencieswhose children have changed- Compliance:
mandatory- This method must be implemented.
-