Description
the following MicroKernel methods contain a 'filter' string parameter:
- getJournal
- diff
- getNodes
through the filter an API client could e.g. specify:
- special 'meta' properties to be included (e.g. ":hash")
- glob patterns on the names of properties/child nodes to be included/excluded
- path filter (for getJournal and diff)
format/detailed semantics TBD, here's an initial proposal (json):
{ "path" : "/some/path", "incl" : [ ":hash", "*" ], "excl" : [ "tmp*" ] }
name filter patterns should ideally be the same
format as specified for JCR Node.getNodes/getProperties.
Attachments
Attachments
Issue Links
- is part of
-
OAK-11 Document and tighten contract of Microkernel API
- Resolved