Ticket #910 (closed task: fixed)
Introduce Format Plugin validiation function
| Reported by: | dgollub | Owned by: | dgollub |
|---|---|---|---|
| Priority: | high | Milestone: | OpenSync 0.39 |
| Component: | OpenSync: Format-Plugin API | Version: | 0.38 |
| Severity: | major | Keywords: | |
| Cc: | bricks |
Description
Format plugins should be able to register a validation function - which makes sure that the data of a OSyncChange/OSyncData is valid after an conversion.
This validation function should be optional.
If this function is available, this should get called for each entry after each conversion in a complete conversion path - to track down the broken conversion path/converter.
This also allows to drop the StaticMutex? and the RefCount? in the Entine for the OSyncXMLFormat Schema.
Change History
comment:2 Changed 3 years ago by dgollub
- Status changed from assigned to closed
- Resolution set to fixed
Interface implementation got committed with r3824
Note: See
TracTickets for help on using
tickets.
