OSID Logo
OSID Specifications
personnel package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListrealmIdsthe Ids of the new Realms
CompliancemandatoryThis method must be implemented.
MethodchangedRealms
Description

The callback for notification of updated realms.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrealmIdsthe Ids of the updated Realms
CompliancemandatoryThis method must be implemented.
MethoddeletedRealms
Description

the callback for notification of deleted realms.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrealmIdsthe Ids of the deleted Realms
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfRealms
Description

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

Parametersosid.id.IdrealmIdsthe notification Id
osid.id.IdListbillingIdsthe Ids of the Realms whose children have changed
CompliancemandatoryThis method must be implemented.