.orderBy("id")
.orderType(OrderType.DOWNWARDS)
.numRecords( numRecords == null ? 2000 : numRecords.asInteger() );
if (recipientValue != null) {
criteria.addProperty(recipientKey, recipientValue.asString());
}
if (status != null) {
List<Value> statusList = status.asList();
for (Value s : statusList) {