Interface FoundryReceiver
- All Superinterfaces:
OsidReceiver
The foundry receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Foundry
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfFoundries(Id notificationId, IdList foundryIds) The callback for notifications of changes to children of foundry hierarchy nodes.voidchangedFoundries(Id notificationId, IdList foundryIds) The callback for notification of updated foundry.voiddeletedFoundries(Id notificationId, IdList foundryIds) The callback for notification of deleted foundries.voidnewFoundries(Id notificationId, IdList foundryIds) The callback for notifications of new foundries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newFoundries
-
changedFoundries
-
deletedFoundries
-
changedChildOfFoundries
The callback for notifications of changes to children of foundry hierarchy nodes.- Parameters:
notificationId- the notificationIdfoundryIds- theIdsof theFoundrieswhose children have changed- Compliance:
mandatory- This method must be implemented.
-