Uploaded image for project: 'Nuxeo Mobile'
  1. Nuxeo Mobile
  2. NXMOB-18

Expose Nuxeo resources via ContentProvider model

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Incomplete
    • Affects Version/s: Android_1.0
    • Fix Version/s: None
    • Component/s: Android SDK

      Description

      ContentProvider is a standard way of exporting content between application, this is useful for sending a Nuxeo Blob or Image to an external activity that will be in charge for displaying or editing it.

      • content://nuxeo/documents : access to all documents
      • content://nuxeo/documents/<UUID> : access to document with given UUID
        *
      • content://nuxeo/<providername> : access to documents in the given provider
      • content://nuxeo/<providername>/UUID : access to document with UUID in the given provider
      • *
      • content://nuxeo/icons/<subPath> : access to small Nuxeo icon of the given path
        *
      • content://nuxeo/blobs/<UUID> : access to main blog of the doc with the given UUID
      • content://nuxeo/blobs/<UUID>/<idx> : access to blog [idx] of the doc with the given UUID
      • content://nuxeo/blobs/<UUID>/<subPath> : access to blog in the field <subpath> of the doc with the given UUID

        Attachments

          Activity

            People

            • Assignee:
              tdelprat Thierry Delprat
              Reporter:
              tdelprat Thierry Delprat
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: