07-15-2009 09:06 AM
07-16-2009 07:46 AM
07-16-2009 10:49 AM
SearchParameters sp = new SearchParameters();
sp.setLanguage(SearchService.LANGUAGE_XPATH);
sp.setQuery(miConsultaXPath);
sp.excludeDataInTheCurrentTransaction(false); // <— Este es el parámetro que yo no conocía y que por defecto es true… :)
sp.addStore(new StoreRef(StoreRef.PROTOCOL_WORKSPACE, "SpacesStore"));
ResultSet rs = ServiciosAlfresco.getSearchService().query(sp);
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.