NIHVIVO-2964 unfiltered dao method on VitroRequest

This commit is contained in:
brianjlowe 2011-07-18 17:48:14 +00:00
parent 2fb3cc200f
commit fbf484b537
4 changed files with 21 additions and 2 deletions

View file

@ -89,7 +89,7 @@
}
vreq.setAttribute("subject", subject);
WebappDaoFactory unfilteredWdf = vreq.getAssertionsWebappDaoFactory();
WebappDaoFactory unfilteredWdf = vreq.getUnfilteredWebappDaoFactory();
DataProperty dataproperty = unfilteredWdf.getDataPropertyDao().getDataPropertyByURI( predicateUri );
if( dataproperty == null) {
// No dataproperty will be returned for rdfs:label, but we shouldn't throw an error.