OSID Logo
OSID Specifications
workflow package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListofficeIds the Ids of the new Offices
Compliancemandatory This method must be implemented.
MethodchangedOffices
Description

The callback for notification of updated office.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofficeIds the Ids of the updated Offices
Compliancemandatory This method must be implemented.
MethoddeletedOffices
Description

The callback for notification of deleted offices.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListofficeIds the Ids of the deleted Offices
Compliancemandatory This method must be implemented.
MethodchangedChildOfOffices
Description

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

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