Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248
This commit is contained in:
parent
de5c5ff7de
commit
eb00f1cd43
189 changed files with 928 additions and 6859 deletions
|
@ -74,15 +74,7 @@
|
|||
//}
|
||||
vreq.setAttribute("n3AssertedTypesUnescaped",n3AssertedTypesUnescapedBuffer.toString());
|
||||
|
||||
// if we don't check it into the portal, we won't be able to see it
|
||||
vreq.setAttribute("portalUri", vreq.getPortal().getTypeUri());
|
||||
|
||||
String flagURI = null;
|
||||
if (vreq.getAppBean().isFlag1Active()) {
|
||||
flagURI = VitroVocabulary.vitroURI+"Flag1Value"+vreq.getPortal().getPortalId()+"Thing";
|
||||
} else {
|
||||
flagURI = wdf.getVClassDao().getTopConcept().getURI(); // fall back to owl:Thing if not portal filtering
|
||||
}
|
||||
String flagURI = wdf.getVClassDao().getTopConcept().getURI();
|
||||
vreq.setAttribute("flagURI",flagURI);
|
||||
|
||||
VClass rangeClass = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue