OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.OrganizationReceiver
Implementsosid.OsidReceiver
Description

The organization receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted organizations.

MethodnewOrganizations
Description

The callback for notifications of new organizations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorganizationIds the Ids of the new organizations
Compliancemandatory This method must be implemented.
MethodchangedOrganizations
Description

The callback for notifications of updated organizations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorganizationIds the Ids of the updated organizations
Compliancemandatory This method must be implemented.
MethoddeletedOrganizations
Description

the callback for notification of deleted organizations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorganizationIds the Ids of the deleted organizations
Compliancemandatory This method must be implemented.
MethodchangedChildOfOrganizations
Description

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

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