how to access documents

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2013 03:33 AM
Hi, i have create documents by cmis in alfresco, now i want to retrieve all documents , by some api,..
can it possible if yes give me way how ?
can it possible if yes give me way how ?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2013 10:42 PM
Use CMIS again, you can navigate the repository with CMIS or query it.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2013 04:36 AM
by cmsi , i am able to get document id,…. propertyy…. now i want to open this document and edit How it is possible?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2013 04:48 AM
you can use getContentStream method of Object Services to get the document then Do whatever you want and then use setContentStream or appendContentStream to modify the content stream for the specified document object
