OSID Logo
OSID Specifications
financials posting package
Version 3.1.0
Interfaceosid.financials.posting.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.IdnotificationId the notification Id
osid.id.IdListpostIds the Ids of the new Posts
Compliancemandatory This method must be implemented.
MethodchangedPosts
Description

The callback for notification of updated posts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpostIds the Ids of the updated Posts
Compliancemandatory This method must be implemented.
MethoddeletedPosts
Description

The callback for notification of deleted posts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpostIds the Ids of the deleted Posts
Compliancemandatory This method must be implemented.