38394041424344454647
@Override public CaoList getChildren(CaoAccess access) throws CaoException { try { return new JackQueryList(); } catch (RepositoryException e) { throw new CaoException(e); } }