OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.FoundryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewFoundries
Description

The callback for notifications of new foundries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfoundryIdsthe Ids of the new Foundries
CompliancemandatoryThis method must be implemented.
MethodchangedFoundries
Description

The callback for notification of updated foundry.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfoundryIdsthe Ids of the updated Foundries
CompliancemandatoryThis method must be implemented.
MethoddeletedFoundries
Description

The callback for notification of deleted foundries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfoundryIdsthe Ids of the deleted Foundries
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfFoundries
Description

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

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