Interface OrganizationReceiver
- All Superinterfaces:
OsidReceiver
The organization receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted organizations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfOrganizations(Id notificationId, IdList organizationIds) The callback for notifications of changes to children of organization hierarchy nodes.voidchangedOrganizations(Id notificationId, IdList organizationIds) The callback for notifications of updated organizations.voiddeletedOrganizations(Id notificationId, IdList organizationIds) the callback for notification of deleted organizations.voidnewOrganizations(Id notificationId, IdList organizationIds) The callback for notifications of new organizations.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newOrganizations
-
changedOrganizations
-
deletedOrganizations
-
changedChildOfOrganizations
The callback for notifications of changes to children of organization hierarchy nodes.- Parameters:
notificationId- the notificationIdorganizationIds- theIdsof theOrganizationswhose children have changed- Compliance:
mandatory- This method must be implemented.
-