OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.QualifierReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewQualifiers
Description

The callback for notifications of new qualifiers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqualifierIds the Id of the new Qualifiers
Compliancemandatory This method must be implemented.
MethodchangedQualifiers
Description

The callback for notification of updated qualifiers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqualifierIds the Id of the updated Qualifiers
Compliancemandatory This method must be implemented.
MethoddeletedQualifiers
Description

the callback for notification of deleted qualifiers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqualifierIds the Id of the deleted Qualifiers
Compliancemandatory This method must be implemented.
MethodchangedChildOfQualifiers
Description

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

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