updates to include method that checks whether uri exists or not

This commit is contained in:
hudajkhan 2013-09-16 14:07:52 -04:00
parent d52b939743
commit 8fa8702462
4 changed files with 66 additions and 30 deletions

View file

@ -154,6 +154,12 @@ return this.objectPropertyStatementDao; }
throw new RuntimeException(
"WebappDaoFactory.checkURI() not implemented.");
}
@Override
public boolean hasExistingURI(String uriStr) {
throw new RuntimeException(
"WebappDaoFactory.hasExistingURI() not implemented.");
}
@Override
public Set<String> getNonuserNamespaces() {