08-08-2007 08:31 AM
"( PATH:\"/app:company_home/cm:Business_x0020_Gateway/cm:links//*\" AND ( PATH:\"/cm:categoryRoot/cm:generalclassifiable/cm:Languages//*\" AND PATH:\"/cm:categoryRoot/cm:generalclassifiable/cm:Regions//*\" ) ) AND (( TYPE:\"{http://www.alfresco.org/model/content/1.0}content\"))
08-13-2007 10:58 AM
10-18-2007 07:10 AM
10-26-2007 07:20 AM
11-12-2007 04:57 AM
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
String strQuery="";
// strQuery += … …
Query query = new Query(Constants.QUERY_LANG_LUCENE, strQuery);
QueryResult rootChildren = repositoryService.query(STORE, query, false);
ResultSet rootChildrenResults = rootChildren.getResultSet();
ResultSetRow[] rows = rootChildrenResults.getRows();
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.