Changeset 30253
- Timestamp:
- 02/18/08 20:46:12 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/restAPI-contrib.xml
r28970 r30253 21 21 <documentation> 22 22 Restlet for uploading a file via the Plugin (linked to FileManager) 23 POST /nuxeo/restAPI/ demo/e5125b5e-8b9e-43bd-8959-7e7e5caf2a1b/pluginUpload/{path}23 POST /nuxeo/restAPI/{repoId}/{docId}/pluginUpload/{path} 24 24 </documentation> 25 25 <restletPlugin … … 36 36 <documentation> 37 37 Simple restlet to browse content 38 GET /nuxeo/restAPI/ demo/*/browse38 GET /nuxeo/restAPI/{repoId}/{docId}/browse 39 39 </documentation> 40 40 <restletPlugin … … 49 49 50 50 <documentation> 51 GET /nuxeo/restAPI/ demo/*/export51 GET /nuxeo/restAPI/{repoId}/{docId}/export 52 52 => export a document and possibly associated tree 53 53 54 GET /nuxeo/restAPI/ demo/*/exportSingle54 GET /nuxeo/restAPI/{repoId}/{docId}/exportSingle 55 55 => export a single document 56 56 57 GET /nuxeo/restAPI/ demo/*/exportTree57 GET /nuxeo/restAPI/{repoId}/{docId}/exportTree 58 58 => export a document tree 59 59 … … 78 78 <documentation> 79 79 Allow lock manipulation via Restlet API : 80 GET /nuxeo/restAPI/ demo/{uuid}/Locking/lock81 GET /nuxeo/restAPI/ demo/{uuid}/Locking/unlock82 GET /nuxeo/restAPI/ demo/{uuid}/Locking/status83 LOCK /nuxeo/restAPI/ demo/{uuid}/Locking84 UNLOCK /nuxeo/restAPI/ demo/{uuid}/Locking80 GET /nuxeo/restAPI/{repoId}/{docId}/Locking/lock 81 GET /nuxeo/restAPI/{repoId}/{docId}/Locking/unlock 82 GET /nuxeo/restAPI/{repoId}/{docId}/Locking/status 83 LOCK /nuxeo/restAPI/{repoId}/{docId}/Locking 84 UNLOCK /nuxeo/restAPI/{repoId}/{docId}/Locking 85 85 </documentation> 86 86 <restletPlugin
