OSID Logo
OSID Specifications
resourcing package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListfoundryIds the Ids of the new Foundries
Compliancemandatory This method must be implemented.
MethodchangedFoundries
Description

The callback for notification of updated foundry.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfoundryIds the Ids of the updated Foundries
Compliancemandatory This method must be implemented.
MethoddeletedFoundries
Description

The callback for notification of deleted foundries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfoundryIds the Ids of the deleted Foundries
Compliancemandatory This method must be implemented.
MethodchangedChildOfFoundries
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfoundryIds the Ids of the Foundries whose children have changed
Compliancemandatory This method must be implemented.