Package com.onec.posting
package com.onec.posting
-
ClassDescriptionPublished after a document has been successfully posted and its posting transaction has committed (movements written, balances checked,
_postedflipped).Published after a document has been unposted and its unpost transaction has committed (register movements reversed/deactivated,_postedcleared).Narrow SPI thePostingEngineuses to emitDocumentPostedEvent/DocumentUnpostedEventafter a post/unpost transaction commits.Posts documents: runs theirPostablelogic, writes the resulting register movements and totals, enforces non-negative balances, then flips_posted.RegisterPersistence<T extends AccumulationRecord>