OSID Logo
OSID Specifications
filing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.FileReceiver
Implementsosid.OsidReceiver
Description

The file receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted files.

MethodnewFiles
Description

The callback for notifications of new files.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfileIdsthe Ids of the new files
CompliancemandatoryThis method must be implemented.
MethodchangedFiles
Description

The callback for notification of updated files.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfileIdsthe Ids of the changed files
CompliancemandatoryThis method must be implemented.
MethoddeletedFiles
Description

the callback for notification of deleted files.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListfileIdsthe Ids of the removed files
CompliancemandatoryThis method must be implemented.