OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.RealmReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRealms
Description

The callback for notifications of new realms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrealmIds the Ids of the new Realms
Compliancemandatory This method must be implemented.
MethodchangedRealms
Description

The callback for notification of updated realms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrealmIds the Ids of the updated Realms
Compliancemandatory This method must be implemented.
MethoddeletedRealms
Description

the callback for notification of deleted realms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrealmIds the Ids of the deleted Realms
Compliancemandatory This method must be implemented.
MethodchangedChildOfRealms
Description

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

Parametersosid.id.IdrealmIds the notification Id
osid.id.IdListbillingIds the Ids of the Realms whose children have changed
Compliancemandatory This method must be implemented.