Uses of Interface
edu.cornell.mannlib.vitro.webapp.beans.PropertyInstanceIface
-
-
Uses of PropertyInstanceIface in edu.cornell.mannlib.vitro.webapp.beans
Classes in edu.cornell.mannlib.vitro.webapp.beans that implement PropertyInstanceIface Modifier and Type Class Description classPropertyInstanceRepresents a Vitro object property instance. -
Uses of PropertyInstanceIface in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type PropertyInstanceIface Modifier and Type Method Description intPropertyInstanceDao. insertProp(PropertyInstanceIface prop) -
Uses of PropertyInstanceIface in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type PropertyInstanceIface Modifier and Type Method Description intFilteringPropertyInstanceDao. insertProp(PropertyInstanceIface prop) -
Uses of PropertyInstanceIface in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type PropertyInstanceIface Modifier and Type Method Description intPropertyInstanceDaoJena. insertProp(PropertyInstanceIface prop)intPropertyInstanceDaoJena. insertProp(PropertyInstanceIface prop, OntModelSelector oms)
-