OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
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.IdListpositionIdsthe Ids of the new positions
CompliancemandatoryThis method must be implemented.
MethodchangedPositions
Description

The callback for notifications of updated positions.

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

the callback for notification of deleted positions.

Parametersosid.id.IdListpositionIdsthe Ids of the deleted positions
CompliancemandatoryThis method must be implemented.