Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.DataProperty
-
-
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display
Methods in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display that return DataProperty Modifier and Type Method Description DataPropertyDisplayDataProperty. getDataProperty()Constructors in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display with parameters of type DataProperty Constructor Description DisplayDataProperty(DataProperty dataProperty) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish
Methods in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish that return DataProperty Modifier and Type Method Description DataPropertyPublishDataProperty. getDataProperty()Constructors in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish with parameters of type DataProperty Constructor Description PublishDataProperty(DataProperty dataProperty) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.beans
Fields in edu.cornell.mannlib.vitro.webapp.beans with type parameters of type DataProperty Modifier and Type Field Description protected Map<String,DataProperty>IndividualImpl. dataPropertyMapprotected List<DataProperty>IndividualImpl. datatypePropertyListprotected List<DataProperty>IndividualImpl. populatedDataPropertyListMethods in edu.cornell.mannlib.vitro.webapp.beans that return types with arguments of type DataProperty Modifier and Type Method Description List<DataProperty>Individual. getDataPropertyList()List<DataProperty>IndividualImpl. getDataPropertyList()Map<String,DataProperty>Individual. getDataPropertyMap()Map<String,DataProperty>IndividualImpl. getDataPropertyMap()List<DataProperty>Individual. getPopulatedDataPropertyList()List<DataProperty>IndividualImpl. getPopulatedDataPropertyList()Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type DataProperty Modifier and Type Method Description intDataProperty. compareTo(DataProperty o)Method parameters in edu.cornell.mannlib.vitro.webapp.beans with type arguments of type DataProperty Modifier and Type Method Description voidIndividual. setDataPropertyMap(Map<String,DataProperty> propertyMap)voidIndividualImpl. setDataPropertyMap(Map<String,DataProperty> propertyMap)voidIndividual. setDatatypePropertyList(List<DataProperty> datatypePropertyList)voidIndividualImpl. setDatatypePropertyList(List<DataProperty> datatypePropertyList)voidIndividual. setPopulatedDataPropertyList(List<DataProperty> dataPropertyList)voidIndividualImpl. setPopulatedDataPropertyList(List<DataProperty> propertyList) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.controller.json
Methods in edu.cornell.mannlib.vitro.webapp.controller.json with parameters of type DataProperty Modifier and Type Method Description static StringJsonServlet. getDataPropertyValue(Individual ind, DataProperty dp, WebappDaoFactory wdf) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return DataProperty Modifier and Type Method Description DataPropertyDataPropertyDao. getDataPropertyByURI(String dataPropertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type DataProperty Modifier and Type Method Description List<DataProperty>DataPropertyDao. getAllDataProperties()List<DataProperty>DataPropertyDao. getAllExternalIdDataProperties()Collection<DataProperty>DataPropertyDao. getAllPossibleDatapropsForIndividual(String individualURI)List<DataProperty>DataPropertyDao. getDataPropertiesForVClass(String vClassURI)List<DataProperty>DataPropertyDao. getDataPropertyList(Individual subject)List<DataProperty>DataPropertyDao. getDataPropertyList(String subjectUri)List<DataProperty>DataPropertyDao. getRootDataProperties()Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type DataProperty Modifier and Type Method Description voidDataPropertyDao. deleteDataProperty(DataProperty dataProperty)voidDataPropertyStatementDao. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)StringDataPropertyDao. getCustomListViewConfigFileName(DataProperty dataProperty)List<DataPropertyStatement>DataPropertyStatementDao. getDataPropertyStatements(DataProperty dataProperty)List<DataPropertyStatement>DataPropertyStatementDao. getDataPropertyStatements(DataProperty dataProperty, int startIndex, int endIndex)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDao. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDao. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)StringDataPropertyDao. getRequiredDatatypeURI(Individual individual, DataProperty dataProperty)StringDataPropertyDao. insertDataProperty(DataProperty dataProperty)voidDataPropertyDao. updateDataProperty(DataProperty dataProperty) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.dao.filtering
Subclasses of DataProperty in edu.cornell.mannlib.vitro.webapp.dao.filtering Modifier and Type Class Description classDataPropertyFilteringMethods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return DataProperty Modifier and Type Method Description DataPropertyDataPropertyDaoFiltering. getDataPropertyByURI(String dataPropertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type DataProperty Modifier and Type Method Description List<DataProperty>DataPropertyDaoFiltering. getAllDataProperties()List<DataProperty>DataPropertyDaoFiltering. getAllExternalIdDataProperties()Collection<DataProperty>DataPropertyDaoFiltering. getAllPossibleDatapropsForIndividual(String individualURI)List<DataProperty>DataPropertyDaoFiltering. getDataPropertiesForVClass(String classURI)List<DataProperty>DataPropertyDaoFiltering. getDataPropertyList(Individual subject)List<DataProperty>DataPropertyDaoFiltering. getDataPropertyList(String subjectUri)List<DataProperty>IndividualFiltering. getDataPropertyList()Map<String,DataProperty>IndividualFiltering. getDataPropertyMap()List<DataProperty>IndividualFiltering. getPopulatedDataPropertyList()List<DataProperty>DataPropertyDaoFiltering. getRootDataProperties()Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type DataProperty Modifier and Type Method Description intDataPropertyFiltering. compareTo(DataProperty op)voidDataPropertyDaoFiltering. deleteDataProperty(DataProperty dataProperty)voidDataPropertyStatementDaoFiltering. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)StringDataPropertyDaoFiltering. getCustomListViewConfigFileName(DataProperty dataProperty)List<DataPropertyStatement>DataPropertyStatementDaoFiltering. getDataPropertyStatements(DataProperty dataProperty)List<DataPropertyStatement>DataPropertyStatementDaoFiltering. getDataPropertyStatements(DataProperty dataProperty, int startIndex, int endIndex)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoFiltering. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoFiltering. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)StringDataPropertyDaoFiltering. getRequiredDatatypeURI(Individual individual, DataProperty dataProperty)StringDataPropertyDaoFiltering. insertDataProperty(DataProperty dataProperty)voidDataPropertyDaoFiltering. updateDataProperty(DataProperty dataProperty)Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering with type arguments of type DataProperty Modifier and Type Method Description voidIndividualFiltering. setDataPropertyMap(Map<String,DataProperty> propertyMap)voidIndividualFiltering. setDatatypePropertyList(List<DataProperty> datatypePropertyList)voidIndividualFiltering. setPopulatedDataPropertyList(List<DataProperty> dataPropertyList)Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type DataProperty Constructor Description DataPropertyFiltering(DataProperty innerDataProperty, VitroFilters filters) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters that return types with arguments of type DataProperty Modifier and Type Method Description net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean>VitroFilters. getDataPropertyFilter()net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean>VitroFiltersImpl. getDataPropertyFilter()Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with type arguments of type DataProperty Modifier and Type Method Description VitroFiltersVitroFiltersImpl. setDataPropertyFilter(net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return DataProperty Modifier and Type Method Description DataPropertyDataPropertyDaoJena. getDataPropertyByURI(String dataPropertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type DataProperty Modifier and Type Method Description Collection<DataProperty>DataPropertyDaoJena. getAllPossibleDatapropsForIndividual(String individualURI)List<DataProperty>DataPropertyDaoJena. getDataPropertiesForVClass(String vclassURI)List<DataProperty>DataPropertyDaoJena. getDataPropertyList(Individual subject)List<DataProperty>DataPropertyDaoJena. getDataPropertyList(String subjectUri)Map<String,DataProperty>IndividualJena. getDataPropertyMap()Map<String,DataProperty>IndividualSDB. getDataPropertyMap()List<DataProperty>DataPropertyDaoJena. getDatapropsForClass(String vclassURI)List<DataProperty>IndividualJena. getPopulatedDataPropertyList()List<DataProperty>IndividualSDB. getPopulatedDataPropertyList()List<DataProperty>DataPropertyDaoJena. getRootDataProperties()Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type DataProperty Modifier and Type Method Description voidDataPropertyDaoJena. deleteDataProperty(DataProperty dtp)voidDataPropertyStatementDaoJena. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)StringDataPropertyDaoJena. getCustomListViewConfigFileName(DataProperty dp)List<DataPropertyStatement>DataPropertyStatementDaoJena. getDataPropertyStatements(DataProperty dp)List<DataPropertyStatement>DataPropertyStatementDaoJena. getDataPropertyStatements(DataProperty dp, int startIndex, int endIndex)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoJena. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoJena. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)StringDataPropertyDaoJena. getRequiredDatatypeURI(Individual individual, DataProperty dataprop)StringDataPropertyDaoJena. insertDataProperty(DataProperty dtp)StringDataPropertyDaoJena. insertDataProperty(DataProperty dtp, org.apache.jena.ontology.OntModel ontModel)voidDataPropertyDaoJena. updateDataProperty(DataProperty dtp)voidDataPropertyDaoJena. updateDataProperty(DataProperty dtp, org.apache.jena.ontology.OntModel ontModel) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo that return DataProperty Modifier and Type Method Description static DataPropertyEditConfigurationUtils. getDataProperty(VitroRequest vreq)static DataPropertyEditConfigurationUtils. getDataPropertyForPredicate(VitroRequest vreq, String predicateUri) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.utils
Method parameters in edu.cornell.mannlib.vitro.webapp.utils with type arguments of type DataProperty Modifier and Type Method Description static List<FauxDataPropertyWrapper>ApplicationConfigurationOntologyUtils. getPopulatedFauxDPs(List<DataProperty> populatedDataProperties, Individual subject, VitroRequest vreq) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview
Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview with parameters of type DataProperty Constructor Description DataPropertyListConfig(DataPropertyTemplateModel dptm, freemarker.cache.TemplateLoader templateLoader, VitroRequest vreq, DataProperty dp, boolean editing) -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit
Methods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit that return DataProperty Modifier and Type Method Description DataPropertyEditConfigurationTemplateModel. getDataPredicateProperty() -
Uses of DataProperty in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Subclasses of DataProperty in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual Modifier and Type Class Description classFauxDataPropertyWrapperA DataProperty that has some of its values overridden by a FauxProperty.Method parameters in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with type arguments of type DataProperty Modifier and Type Method Description protected List<Property>GroupedPropertyList. getPossibleDPs(List<DataProperty> populatedDPs, List<Property> allProperties)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type DataProperty Constructor Description FauxDataPropertyWrapper(DataProperty inner, FauxProperty faux)
-