EntityCondition cond = EntityCondition.makeCondition(exprList, EntityOperator.AND);
List lookupList = null;
try {
lookupList = delegator.findByCondition(org.ofbiz.shark.SharkConstants.WfRepository, cond, null, UtilMisc.toList("-xpdlVersion"));
} catch (GenericEntityException e) {
throw new RepositoryException(e);
} finally {
Debug.set(Debug.VERBOSE, false);
}
return lookupList;
}