OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListconfigurationIdsthe Ids of the new Configurations
CompliancemandatoryThis method must be implemented.
MethodchangedConfigurations
Description

The callback for notification of updated configurations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListconfigurationIdsthe Ids of the updated Configurations
CompliancemandatoryThis method must be implemented.
MethoddeletedConfigurations
Description

The callback for notification of deleted configurations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListconfigurationIdsthe Ids of the deleted Configurations
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfConfgurations
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListconfigurationIdsthe Ids of the Configurations whose children have changed
CompliancemandatoryThis method must be implemented.