Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.FauxProperty
-
-
Uses of FauxProperty in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return FauxProperty Modifier and Type Method Description FauxPropertyFauxPropertyDao. getFauxPropertyByUris(String domainUri, String baseUri, String rangeUri)If the display model contains a ConfigContext based on these URIs, get the FauxProperty that it describes.FauxPropertyFauxPropertyDao. getFauxPropertyFromContextUri(String contextUri)If the display model contains a ConfigContext with this URI, get the FauxProperty that it describes.Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type FauxProperty Modifier and Type Method Description List<FauxProperty>FauxPropertyDao. getFauxPropertiesForBaseUri(String uri)Get all of the FauxProperties that are based on this URI.Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type FauxProperty Modifier and Type Method Description voidFauxPropertyDao. deleteFauxProperty(FauxProperty fp)Delete this FauxProperty from the display model.voidFauxPropertyDao. insertFauxProperty(FauxProperty fp)Creates a new FauxProperty in the display model.voidFauxPropertyDao. updateFauxProperty(FauxProperty fp)Updates the properties of this FauxProperty in the display model. -
Uses of FauxProperty in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return FauxProperty Modifier and Type Method Description FauxPropertyFauxPropertyDaoFiltering. getFauxPropertyByUris(String domainUri, String baseUri, String rangeUri)FauxPropertyFauxPropertyDaoFiltering. getFauxPropertyFromContextUri(String contextUri)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type FauxProperty Modifier and Type Method Description List<FauxProperty>FauxPropertyDaoFiltering. getFauxPropertiesForBaseUri(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type FauxProperty Modifier and Type Method Description voidFauxPropertyDaoFiltering. deleteFauxProperty(FauxProperty fp)voidFauxPropertyDaoFiltering. insertFauxProperty(FauxProperty fp)voidFauxPropertyDaoFiltering. updateFauxProperty(FauxProperty fp) -
Uses of FauxProperty in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return FauxProperty Modifier and Type Method Description FauxPropertyFauxPropertyDaoJena. getFauxPropertyByUris(String domainUri, String baseUri, String rangeUri)FauxPropertyFauxPropertyDaoJena. getFauxPropertyFromContextUri(String contextUri)Returns null if contextUri does not represent a valid CONFIG_CONTEXT.Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type FauxProperty Modifier and Type Method Description List<FauxProperty>FauxPropertyDaoJena. getFauxPropertiesForBaseUri(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type FauxProperty Modifier and Type Method Description voidFauxPropertyDaoJena. deleteFauxProperty(FauxProperty fp)voidFauxPropertyDaoJena. insertFauxProperty(FauxProperty fp)voidFauxPropertyDaoJena. updateFauxProperty(FauxProperty fp) -
Uses of FauxProperty in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Methods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual that return FauxProperty Modifier and Type Method Description FauxPropertyFauxDataPropertyWrapper. getFauxProperty()FauxPropertyFauxObjectPropertyWrapper. getFauxProperty()FauxPropertyFauxPropertyWrapper. getFauxProperty()Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type FauxProperty Constructor Description FauxDataPropertyWrapper(DataProperty inner, FauxProperty faux)FauxObjectPropertyWrapper(ObjectProperty inner, FauxProperty faux)
-