Interface OntologyReceiver
- All Superinterfaces:
OsidReceiver
The vault receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Ontology
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfOntologies(Id notificationId, IdList ontologyIds) The callback for notifications of changes to children of ontologies hierarchy nodes.voidchangedOntologies(Id notificationId, IdList ontologyIds) The callback for notification of updated ontologies.voiddeletedOntologies(Id notificationId, IdList ontologyIds) The callback for notification of deleted ontologies.voidnewOntologies(Id notificationId, IdList ontologyIds) The callback for notifications of new ontologies.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newOntologies
-
changedOntologies
-
deletedOntologies
-
changedChildOfOntologies
The callback for notifications of changes to children of ontologies hierarchy nodes.- Parameters:
notificationId- the notificationIdontologyIds- theIdsof theOntologieswhose children have changed- Compliance:
mandatory- This method must be implemented.
-