OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.PositionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPositions
Description

The callback for notifications of new positions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpositionIdsthe Ids of the new positions
CompliancemandatoryThis method must be implemented.
MethodchangedPositions
Description

The callback for notifications of updated positions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpositionIdsthe Ids of the updated positions
CompliancemandatoryThis method must be implemented.
MethoddeletedPositions
Description

the callback for notification of deleted positions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpositionIdsthe Ids of the deleted positions
CompliancemandatoryThis method must be implemented.