[MDSAL-68] Datastore: provide XPath/XQuery-based data changes Created: 04/Feb/15 Updated: 26/Oct/20 |
|
| Status: | Confirmed |
| Project: | mdsal |
| Component/s: | DOM API, DOM runtime |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Robert Varga | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Current APIs are not expressive enough for application to describe what sort of changes they really want to receive notifications for. Since our data store is essentially an XML document, XQuery is the logical choice for the expression language. In order to implement this, though, we need not only an API, but also a default NormalizedNode-based implementation. |
| Comments |
| Comment by Colin Dixon [ 18/Aug/15 ] |
|
It seems like this should also include the functionality described in BUG2300. That is, we should support XQuery for both one-off queries as well as listener-style streaming queries. Is that something we could easily include in this enhancement? |
| Comment by Robert Varga [ 13/Nov/15 ] |
|
Move to MDSAL |