Get document by query with all properties without content stream
Hello,At the moment I'm getting Alfresco documents by queries like that:select cmis:objectId from cmis:document ...then I get the document itself by the following code:String objectId = qresult.getPropertyValueByQueryName("d.cmis:objectId");Document ...