| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DisplayDataProperty.getDataProperty() |
| Constructor and Description |
|---|
DisplayDataProperty(DataProperty dataProperty) |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
PublishDataProperty.getDataProperty() |
| Constructor and Description |
|---|
PublishDataProperty(DataProperty dataProperty) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataProperty> |
IndividualImpl.dataPropertyMap |
protected List<DataProperty> |
IndividualImpl.datatypePropertyList |
protected List<DataProperty> |
IndividualImpl.populatedDataPropertyList |
| Modifier and Type | Method and Description |
|---|---|
List<DataProperty> |
IndividualImpl.getDataPropertyList() |
List<DataProperty> |
Individual.getDataPropertyList() |
Map<String,DataProperty> |
IndividualImpl.getDataPropertyMap() |
Map<String,DataProperty> |
Individual.getDataPropertyMap() |
List<DataProperty> |
IndividualImpl.getPopulatedDataPropertyList() |
List<DataProperty> |
Individual.getPopulatedDataPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
int |
DataProperty.compareTo(DataProperty o) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualImpl.setDataPropertyMap(Map<String,DataProperty> propertyMap) |
void |
Individual.setDataPropertyMap(Map<String,DataProperty> propertyMap) |
void |
IndividualImpl.setDatatypePropertyList(List<DataProperty> datatypePropertyList) |
void |
Individual.setDatatypePropertyList(List<DataProperty> datatypePropertyList) |
void |
IndividualImpl.setPopulatedDataPropertyList(List<DataProperty> propertyList) |
void |
Individual.setPopulatedDataPropertyList(List<DataProperty> dataPropertyList) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonServlet.getDataPropertyValue(Individual ind,
DataProperty dp,
WebappDaoFactory wdf) |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DataPropertyDao.getDataPropertyByURI(String dataPropertyURI) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataPropertyDao.deleteDataProperty(DataProperty dataProperty) |
void |
DataPropertyStatementDao.deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual,
DataProperty dataProperty) |
String |
DataPropertyDao.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) |
String |
DataPropertyDao.getRequiredDatatypeURI(Individual individual,
DataProperty dataProperty) |
String |
DataPropertyDao.insertDataProperty(DataProperty dataProperty) |
void |
DataPropertyDao.updateDataProperty(DataProperty dataProperty) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataPropertyFiltering |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DataPropertyDaoFiltering.getDataPropertyByURI(String dataPropertyURI) |
| Modifier and Type | Method and Description |
|---|---|
List<DataProperty> |
DataPropertyDaoFiltering.getAllDataProperties() |
List<DataProperty> |
DataPropertyDaoFiltering.getAllExternalIdDataProperties() |
Collection<DataProperty> |
DataPropertyDaoFiltering.getAllPossibleDatapropsForIndividual(String individualURI) |
List<DataProperty> |
DataPropertyDaoFiltering.getDataPropertiesForVClass(String classURI) |
List<DataProperty> |
IndividualFiltering.getDataPropertyList() |
List<DataProperty> |
DataPropertyDaoFiltering.getDataPropertyList(Individual subject) |
List<DataProperty> |
DataPropertyDaoFiltering.getDataPropertyList(String subjectUri) |
Map<String,DataProperty> |
IndividualFiltering.getDataPropertyMap() |
List<DataProperty> |
IndividualFiltering.getPopulatedDataPropertyList() |
List<DataProperty> |
DataPropertyDaoFiltering.getRootDataProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
DataPropertyFiltering.compareTo(DataProperty op) |
void |
DataPropertyDaoFiltering.deleteDataProperty(DataProperty dataProperty) |
void |
DataPropertyStatementDaoFiltering.deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual,
DataProperty dataProperty) |
String |
DataPropertyDaoFiltering.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) |
String |
DataPropertyDaoFiltering.getRequiredDatatypeURI(Individual individual,
DataProperty dataProperty) |
String |
DataPropertyDaoFiltering.insertDataProperty(DataProperty dataProperty) |
void |
DataPropertyDaoFiltering.updateDataProperty(DataProperty dataProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualFiltering.setDataPropertyMap(Map<String,DataProperty> propertyMap) |
void |
IndividualFiltering.setDatatypePropertyList(List<DataProperty> datatypePropertyList) |
void |
IndividualFiltering.setPopulatedDataPropertyList(List<DataProperty> dataPropertyList) |
| Constructor and Description |
|---|
DataPropertyFiltering(DataProperty innerDataProperty,
VitroFilters filters) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> |
VitroFiltersImpl.getDataPropertyFilter() |
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> |
VitroFilters.getDataPropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
VitroFilters |
VitroFiltersImpl.setDataPropertyFilter(net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter) |
| Constructor and Description |
|---|
VitroFiltersImpl(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter,
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter,
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter,
net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter,
net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter,
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
DataPropertyDaoJena.getDataPropertyByURI(String dataPropertyURI) |
| Modifier and Type | Method and 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> |
IndividualSDB.getDataPropertyMap() |
Map<String,DataProperty> |
IndividualJena.getDataPropertyMap() |
List<DataProperty> |
DataPropertyDaoJena.getDatapropsForClass(String vclassURI) |
List<DataProperty> |
IndividualSDB.getPopulatedDataPropertyList() |
List<DataProperty> |
IndividualJena.getPopulatedDataPropertyList() |
List<DataProperty> |
DataPropertyDaoJena.getRootDataProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataPropertyDaoJena.deleteDataProperty(DataProperty dtp) |
void |
DataPropertyStatementDaoJena.deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual,
DataProperty dataProperty) |
String |
DataPropertyDaoJena.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) |
String |
DataPropertyDaoJena.getRequiredDatatypeURI(Individual individual,
DataProperty dataprop) |
String |
DataPropertyDaoJena.insertDataProperty(DataProperty dtp) |
String |
DataPropertyDaoJena.insertDataProperty(DataProperty dtp,
org.apache.jena.ontology.OntModel ontModel) |
void |
DataPropertyDaoJena.updateDataProperty(DataProperty dtp) |
void |
DataPropertyDaoJena.updateDataProperty(DataProperty dtp,
org.apache.jena.ontology.OntModel ontModel) |
| Modifier and Type | Method and Description |
|---|---|
static DataProperty |
EditConfigurationUtils.getDataProperty(VitroRequest vreq) |
static DataProperty |
EditConfigurationUtils.getDataPropertyForPredicate(VitroRequest vreq,
String predicateUri) |
| Constructor and Description |
|---|
DataPropertyListConfig(DataPropertyTemplateModel dptm,
freemarker.cache.TemplateLoader templateLoader,
VitroRequest vreq,
DataProperty dp,
boolean editing) |
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
EditConfigurationTemplateModel.getDataPredicateProperty() |
Copyright © 2022. All rights reserved.