04-17-2013 03:03 PM
String cql = "select cs.cmis:objectId, cs.wm:Title from wm:reports cs join wm:common_metadata as cmd on cs.cmis:objectId = cmd.cmis:objectId where cmd.wm:Date='2006'"
ItemIterable<QueryResult> results = session.query(cql, false).getPage(10000);
for (QueryResult qResult : results) {
String objId = qResult.getPropertyValueByQueryName("cs.cmis:objectId")
String Title = qResult.getPropertyValueByQueryName("cs.wm:Title")
log.info(objId+"——"+Title)
}
04-22-2013 10:14 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.