Interface | osid.authorization.QualifierReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The qualifier receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newQualifiers | ||
Description |
The callback for notifications of new qualifiers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | qualifierIds | the Id of the new Qualifiers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedQualifiers | ||
Description |
The callback for notification of updated qualifiers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | qualifierIds | the Id of the updated Qualifiers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedQualifiers | ||
Description |
the callback for notification of deleted qualifiers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | qualifierIds | the Id of the deleted Qualifiers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfBillings | ||
Description |
The callback for notifications of changes to children of qualifier hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | qualifierIds | the Ids of the Qualifiers whose children have
changed | |
Compliance | mandatory | This method must be implemented. |