OSID Logo
OSID Specifications
configuration package
Version 3.1.0
Interfaceosid.configuration.ConfigurationReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewConfigurations
Description

The callback for notifications of new configurations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconfigurationIds the Ids of the new Configurations
Compliancemandatory This method must be implemented.
MethodchangedConfigurations
Description

The callback for notification of updated configurations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconfigurationIds the Ids of the updated Configurations
Compliancemandatory This method must be implemented.
MethoddeletedConfigurations
Description

The callback for notification of deleted configurations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconfigurationIds the Ids of the deleted Configurations
Compliancemandatory This method must be implemented.
MethodchangedChildOfConfgurations
Description

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

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