what is the best way to recognize the dam asset expiration date im writing one scheduler with in query but i couldnt get the result.
I gone through
according to the url im using query as:
queryMap.put("path", assetFolderPath);
queryMap.put("type", "dam:Asset");
queryMap.put("p.limit", "-1");
queryMap.put("daterange.property", "jcr:content/metadata/" + EXPIRATION_DATE);
queryMap.put("dterange.upperBound", dateFormat.format(calenderDate.getTime()));
queryMap.put("daterange,upperOperation", "<");
Can any one share me the best query to recognize my expire assets plzzzzzzzzzzzzzzzzzzz
