OSID Logo
OSID Specifications
financials posting package
Version 3.0.0
Release Candidate Preview
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.IdListpostIdsthe Ids of the new Posts
CompliancemandatoryThis method must be implemented.
MethodchangedPosts
Description

The callback for notification of updated posts.

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

The callback for notification of deleted posts.

Parametersosid.id.IdListpostIdsthe Ids of the deleted Posts
CompliancemandatoryThis method must be implemented.