Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.PropertyInstance
-
-
Uses of PropertyInstance in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans that return PropertyInstance Modifier and Type Method Description PropertyInstanceObjectPropertyStatement. toPropertyInstance()PropertyInstanceObjectPropertyStatementImpl. toPropertyInstance()Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type PropertyInstance Modifier and Type Method Description intPropertyInstance. compareTo(PropertyInstance pi) -
Uses of PropertyInstance in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return PropertyInstance Modifier and Type Method Description PropertyInstancePropertyInstanceDao. getProperty(String subjectURI, String predicateURI, String objectURI)Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type PropertyInstance Modifier and Type Method Description Collection<PropertyInstance>PropertyInstanceDao. getAllPossiblePropInstForIndividual(String individualURI)Collection<PropertyInstance>PropertyInstanceDao. getAllPropInstByVClass(String classURI)Collection<PropertyInstance>PropertyInstanceDao. getExistingProperties(String entityURI, String propertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type PropertyInstance Modifier and Type Method Description voidPropertyInstanceDao. deletePropertyInstance(PropertyInstance prop)voidPropertyInstanceDao. insertPropertyInstance(PropertyInstance prop) -
Uses of PropertyInstance in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return PropertyInstance Modifier and Type Method Description PropertyInstanceFilteringPropertyInstanceDao. getProperty(String subjectURI, String predicateURI, String objectURI)PropertyInstanceObjectPropertyStatementFiltering. toPropertyInstance()Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type PropertyInstance Modifier and Type Method Description Collection<PropertyInstance>FilteringPropertyInstanceDao. getAllPossiblePropInstForIndividual(String individualURI)Collection<PropertyInstance>FilteringPropertyInstanceDao. getAllPropInstByVClass(String classURI)Collection<PropertyInstance>FilteringPropertyInstanceDao. getExistingProperties(String entityURI, String propertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type PropertyInstance Modifier and Type Method Description voidFilteringPropertyInstanceDao. deletePropertyInstance(PropertyInstance prop)voidFilteringPropertyInstanceDao. insertPropertyInstance(PropertyInstance prop) -
Uses of PropertyInstance in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return PropertyInstance Modifier and Type Method Description PropertyInstancePropertyInstanceDaoJena. getProperty(String subjectURI, String predicateURI, String objectURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type PropertyInstance Modifier and Type Method Description List<PropertyInstance>PropertyDaoJena. getAllPossiblePropInstForIndividual(String individualURI)List<PropertyInstance>PropertyInstanceDaoJena. getAllPossiblePropInstForIndividual(String individualURI)List<PropertyInstance>PropertyDaoJena. getAllPropInstByVClass(String classURI)List<PropertyInstance>PropertyInstanceDaoJena. getAllPropInstByVClass(String vclassURI)List<PropertyInstance>PropertyDaoJena. getAllPropInstByVClasses(List<VClass> vclasses)List<PropertyInstance>PropertyInstanceDaoJena. getAllPropInstByVClasses(List<VClass> vclasses)Collection<PropertyInstance>PropertyInstanceDaoJena. getExistingProperties(String entityURI, String propertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type PropertyInstance Modifier and Type Method Description voidPropertyInstanceDaoJena. deletePropertyInstance(PropertyInstance prop)voidPropertyInstanceDaoJena. insertPropertyInstance(PropertyInstance prop) -
Uses of PropertyInstance in edu.cornell.mannlib.vitro.webapp.dwr
Methods in edu.cornell.mannlib.vitro.webapp.dwr that return PropertyInstance Modifier and Type Method Description PropertyInstancePropertyDWR. getProperty(String subjectURI, String predicateURI, String objectURI)Methods in edu.cornell.mannlib.vitro.webapp.dwr with parameters of type PropertyInstance Modifier and Type Method Description intPropertyDWR. insertProp(PropertyInstance prop)
-