Class ApplicationConfigurationOntologyUtils
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.ApplicationConfigurationOntologyUtils
-
public class ApplicationConfigurationOntologyUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfigurationOntologyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<FauxDataPropertyWrapper>getPopulatedFauxDPs(List<DataProperty> populatedDataProperties, Individual subject, VitroRequest vreq)static List<FauxObjectPropertyWrapper>getPopulatedFauxOPs(List<ObjectProperty> populatedObjectProperties, Individual subject, VitroRequest vreq)static List<Property>getPossibleFauxProps(List<? extends FauxPropertyWrapper> curProps, Individual subject, VitroRequest vreq, boolean isData)
-
-
-
Method Detail
-
getPopulatedFauxOPs
public static List<FauxObjectPropertyWrapper> getPopulatedFauxOPs(List<ObjectProperty> populatedObjectProperties, Individual subject, VitroRequest vreq)
-
getPopulatedFauxDPs
public static List<FauxDataPropertyWrapper> getPopulatedFauxDPs(List<DataProperty> populatedDataProperties, Individual subject, VitroRequest vreq)
-
getPossibleFauxProps
public static List<Property> getPossibleFauxProps(List<? extends FauxPropertyWrapper> curProps, Individual subject, VitroRequest vreq, boolean isData)
-
-