NIHVIVO-2964 unfiltered dao method on VitroRequest
This commit is contained in:
parent
2fb3cc200f
commit
fbf484b537
4 changed files with 21 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue