05-12-2011 07:40 AM
String queryStr = "PATH:\"/" + projectPath + "//.\" ";
queryStr += " AND TYPE:\"{http://www.alfresco.org/model/content/1.0}content\"";
Query query = new Query(Constants.QUERY_LANG_LUCENE, queryStr);
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
Store storeRef = new Store(Constants.WORKSPACE_STORE, ZADConstants.SPACESSTORE);
Node [] nodes = null;
nodes = repositoryService.get(new Predicate(null, storeRef, query));
05-12-2011 08:43 AM
05-12-2011 09:51 AM
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.