Uses of Interface
edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.FauxPropertyWrapper
-
Packages that use FauxPropertyWrapper Package Description edu.cornell.mannlib.vitro.webapp.utils edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual -
-
Uses of FauxPropertyWrapper in edu.cornell.mannlib.vitro.webapp.utils
Method parameters in edu.cornell.mannlib.vitro.webapp.utils with type arguments of type FauxPropertyWrapper Modifier and Type Method Description static List<Property>ApplicationConfigurationOntologyUtils. getPossibleFauxProps(List<? extends FauxPropertyWrapper> curProps, Individual subject, VitroRequest vreq, boolean isData) -
Uses of FauxPropertyWrapper in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Classes in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual that implement FauxPropertyWrapper Modifier and Type Class Description classFauxDataPropertyWrapperA DataProperty that has some of its values overridden by a FauxProperty.classFauxObjectPropertyWrapperAn ObjectProperty that has some of its values overridden by a FauxProperty.
-