OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.ChecklistReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewChecklists
Description

The callback for notifications of new checklists.

Parametersosid.id.IdListchecklistIdsthe Ids of the new Checklists
CompliancemandatoryThis method must be implemented.
MethodchangedChecklists
Description

The callback for notification of updated checklists.

Parametersosid.id.IdListchecklistIdsthe Ids of the updated Checklists
CompliancemandatoryThis method must be implemented.
MethoddeletedChecklists
Description

the callback for notification of deleted checklists.

Parametersosid.id.IdListchecklistIdsthe Ids of the registered Checklists
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfChecklists
Description

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

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