OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Interfaceosid.workflow.OfficeReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewOffices
Description

The callback for notifications of new offices.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofficeIdsthe Ids of the new Offices
CompliancemandatoryThis method must be implemented.
MethodchangedOffices
Description

The callback for notification of updated office.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofficeIdsthe Ids of the updated Offices
CompliancemandatoryThis method must be implemented.
MethoddeletedOffices
Description

The callback for notification of deleted offices.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListofficeIdsthe Ids of the deleted Offices
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfOffices
Description

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

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