Hello, list! I have a question related to QueryPagingTest.testQueryPaging
String query =
"SELECT cmis:ObjectId, cmis:ObjectTypeId, cmis:Name FROM
cmis:document " +
"WHERE IN_FOLDER('" +
testFolderObject.getObjectId().getStringValue() + "')";
Why are properties' names start with Upper case char?
Regards,
Alexey.
