03-04-2014 08:07 AM
results = session.query("SELECT * FROM my:document as t join my:documentAspect as d on d.cmis:objectId = t.cmis:objectId where d.my:idDoc=xxxxx ", false);
….
03-04-2014 09:19 AM
03-04-2014 09:39 AM
Document prueba = (Document) session.getObjectByPath("/companyname/myproject/2013/3/3/image.jpg");
System.out.println( prueba.getName());
System.out.println( prueba.getPropertyValue("my:idDocument"));
03-04-2014 04:35 PM
03-05-2014 03:43 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.