OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.PostReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPosts
Description

The callback for notifications of new posts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpostIdsthe Ids of the new Posts
CompliancemandatoryThis method must be implemented.
MethodchangedPosts
Description

The callback for notification of updated posts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpostIdsthe Ids of the updated Posts
CompliancemandatoryThis method must be implemented.
MethoddeletedPosts
Description

the callback for notification of deleted posts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpostIdsthe Ids of the registered Posts
CompliancemandatoryThis method must be implemented.