11-17-2008 06:32 PM
11-21-2008 09:41 AM
11-21-2008 11:11 AM
11-24-2008 04:41 AM
11-24-2008 11:59 PM
12-01-2008 05:50 AM
roothome.childByNamePath("Company Home/Clients");
12-01-2008 03:35 PM
12-01-2008 03:38 PM
String query = "+PATH:\"/app:company_home/cm:Clients/*\"";
List<Node> nodes = searchService.query(ticket, new StoreRef(spacesStore), SearchService.QueryLanguage.lucene, query,
properties, true, true, true, true, requiredPermissions, 100, sortDefinitions);
if (nodes != null) {
// file found
System.out.println("Content in Clients folder");
for (Node node: nodes) {
System.out.println("node: " + node.getProperties().get(ContentModel.PROP_NAME));
}
}
String query = "+PATH:\"/app:company_home/cm:Clients/*\" + "AND +TYPE:\"cm:folder\"";
12-03-2008 11:57 AM
12-03-2008 09:55 PM
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.