OSID Logo
OSID Specifications
resource demographic package
Version 3.1.0
Interfaceosid.resource.demographic.DemographicReceiver
Implementsosid.OsidReceiver
Description

The demographic receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted demographics.

MethodnewDemographics
Description

The callback for notifications of new demographics.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicIds the Ids of the new Demographics
Compliancemandatory This method must be implemented.
MethodchangedDemographics
Description

The callback for notification of updated demographics.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicIds the Ids of the updated Demographics
Compliancemandatory This method must be implemented.
MethoddeletedDemographics
Description

The callback for notification of deleted demographics.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdemographicIds the Ids of the deleted Demographics
Compliancemandatory This method must be implemented.