OSID Logo
OSID Specifications
checklist package
Version 3.1.0
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.IdListchecklistIds the Ids of the new Checklists
Compliancemandatory This method must be implemented.
MethodchangedChecklists
Description

The callback for notification of updated checklists.

Parametersosid.id.IdListchecklistIds the Ids of the updated Checklists
Compliancemandatory This method must be implemented.
MethoddeletedChecklists
Description

the callback for notification of deleted checklists.

Parametersosid.id.IdListchecklistIds the Ids of the registered Checklists
Compliancemandatory This method must be implemented.
MethodchangedChildOfChecklists
Description

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

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