OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.TermReceiver
Implementsosid.OsidReceiver
Description

The term receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Term objects.

MethodnewTerms
Description

The callback for notifications of new terms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtermIds the Ids of the new Terms
Compliancemandatory This method must be implemented.
MethodchangedTerms
Description

The callback for notification of updated terms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtermIds the Ids of the updated Terms
Compliancemandatory This method must be implemented.
MethoddeletedTerms
Description

The callback for notification of deleted terms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtermIds the Ids of the deleted Terms
Compliancemandatory This method must be implemented.
MethodchangedChildOfTerms
Description

The callback for notifications of changes to children of term hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtermIds the Ids of the Terms whose children have changed
Compliancemandatory This method must be implemented.