Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-11562

Allow attaching schemas to proxies

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.7.1
    • Component/s: Core, Core VCS
    • Impact type:
      Configuration format change
    • Upgrade notes:
      Hide

      To define one or more schemas that should be available on all proxies, use this kind of extension point:

      <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
      <proxies>
      <schema name="myschema1"/>
      <schema name="myschema2"/>
      </proxies>
      </extension>

      Show
      To define one or more schemas that should be available on all proxies, use this kind of extension point: <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype"> <proxies> <schema name="myschema1"/> <schema name="myschema2"/> </proxies> </extension>

      Description

      Allow attaching schemas to proxies:

      • one or more schemas to be available on all proxies (independently of the type of the doc to which a proxy points),
      • read/write of properties on the proxy for this schema goes to the proxy's data,
      • queries on this schema for proxies go to the proxy's data,
      • if the same schema is available on the document to which a proxy points then it is hidden (shadowed) when accessing through the proxy.

      Note, ACLs already behave this way (except for the query part which doesn't exist).

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: