updates to include method that checks whether uri exists or not
This commit is contained in:
parent
d52b939743
commit
8fa8702462
4 changed files with 66 additions and 30 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue