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

Rename Rest Contributor into Content Enricher

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.9.5
    • Component/s: Rest API
    • Impact type:
      API change
    • Upgrade notes:
      Hide

      The interface org.nuxeo.ecm.automation.io.services.contributor.RestContributor has been renamed into org.nuxeo.ecm.automation.io.services.enricher.ContentEnricher

      Rest Contributor contributions has been renamed to Content Enricher. Here is the new renamed service:

       <extension-point name="enricher">
          <documentation>
            <code>
              <enricher name="children" class="org.nuxeo.ecm.automation.rest.test.service.SampleChildrenContributor">
              </enricher>
            </code>
          </documentation>
          <object class="org.nuxeo.ecm.automation.io.services.enricher.ContentEnricherDescriptor"/>
        </extension-point>
      

      Documentation here: http://doc.nuxeo.com/x/5wUuAQ

      Show
      The interface org.nuxeo.ecm.automation.io.services.contributor.RestContributor has been renamed into org.nuxeo.ecm.automation.io.services.enricher.ContentEnricher Rest Contributor contributions has been renamed to Content Enricher. Here is the new renamed service: <extension-point name= "enricher" > <documentation> <code> <enricher name= "children" class= "org.nuxeo.ecm.automation. rest .test.service.SampleChildrenContributor" > </enricher> </code> </documentation> <object class= "org.nuxeo.ecm.automation.io.services.enricher.ContentEnricherDescriptor" /> </extension-point> Documentation here: http://doc.nuxeo.com/x/5wUuAQ

      Description

      Renaming all contributions and codes

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: