How to Search Documents in Alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2009 12:55 AM
Hi all,
I am evaluating Alfresco Web Service API as we need to integrate document management system in our application for document upload ,document download and document search.
Could you please provide me the alfresco web service code to get document names list uploaded by particular user?
and can I filter this list by created date, document type,and document name?
Please do get in touch if you have any query?
Thanks in Advance,
Vibhay
I am evaluating Alfresco Web Service API as we need to integrate document management system in our application for document upload ,document download and document search.
Could you please provide me the alfresco web service code to get document names list uploaded by particular user?
and can I filter this list by created date, document type,and document name?
Please do get in touch if you have any query?
Thanks in Advance,
Vibhay
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 03:47 AM
Hi Vibhay,
You can do by searching Alfresco using Lucene. Use query which seraches based on created user attribute(attibute of cm: model).
eg: "/app:company_home/*[@cm:createduser=\"" + spaceName + "\"]"
Above query searches under comapny_home for attribute createduser and lists all file names.
Regards,
Mahesh
You can do by searching Alfresco using Lucene. Use query which seraches based on created user attribute(attibute of cm: model).
eg: "/app:company_home/*[@cm:createduser=\"" + spaceName + "\"]"
Above query searches under comapny_home for attribute createduser and lists all file names.
Regards,
Mahesh
