projection-only multifiling
This commit is contained in:
parent
801d2f4851
commit
81e132b33b
9 changed files with 250 additions and 46 deletions
|
|
@ -120,6 +120,17 @@ Relationship listings and change logs now apply the same asset visibility gates
|
|||
as object reads. This prevents indirect leakage of confidential or restricted
|
||||
asset IDs through relationship targets or audit-backed change entries.
|
||||
|
||||
## Projection-Only Multifiling
|
||||
|
||||
CMIS navigation now supports projection-only multifiling. The same asset can be
|
||||
listed under several derived folder paths, including source system, topics,
|
||||
owner, lifecycle, and asset type. These folders are navigation projections; they
|
||||
do not duplicate assets and do not become canonical storage locations.
|
||||
|
||||
`GET /cmis/{access_point_id}/browser/parents/{object_id}` returns the projected
|
||||
parent folders for one asset. `GET /cmis/{access_point_id}/browser/children`
|
||||
supports folder-scoped navigation through those projected paths.
|
||||
|
||||
## Fixture And Optional TCK Integration
|
||||
|
||||
CMIS fixtures now act as active compatibility contracts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue