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?
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.