08-23-2012 06:35 PM
System.out.println("————————————–");
ItemIterable<QueryResult> results = session.query("SELECT * FROM cmis:document", false);
for(QueryResult hit: results) {
for(PropertyData<?> property: hit.getProperties()) {
String queryName = property.getQueryName();
Object value = property.getFirstValue();
System.out.println(queryName + ": " + value);
}
System.out.println("————————————–");
}
08-27-2012 03:33 AM
08-27-2012 08:12 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.