12-09-2008 07:01 PM
01-15-2009 09:03 AM
String queryLucene = "PATH:\"/app:company_home/"+ALFRESCO_SPACE+"/*\" AND @cm\\:name:"+CONTENT_NAME;
Query query = new Query(Constants.QUERY_LANG_LUCENE, queryLucene);
ResultSet rs = WebServiceFactory.getRepositoryService().query(STORE, query, false).getResultSet();
etc…
You can define more metadata modifying the Alfresco Content Model (CM) and so you will search by this your metadata related to all the contents created with this new content model.
WebServiceFactory.getAccessControlService();
and you can see the official wiki to get more information about all the methods available:Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.