idLeafCond = new SyncopeUserCond(SyncopeUserCond.Type.LT);
idLeafCond.setSchema("id");
idLeafCond.setExpression("4");
searchCondition = NodeCond.getNotLeafCond(idLeafCond);
assertTrue(searchCondition.checkValidity());
matchingUsers = searchDAO.search(EntitlementUtil.getRoleIds(entitlementDAO.findAll()), searchCondition);
assertNotNull(matchingUsers);
assertEquals(2, matchingUsers.size());