| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
DisplayObjectProperty.getObjectProperty() |
ObjectProperty |
DisplayObjectPropertyStatement.getProperty() |
| Constructor and Description |
|---|
DisplayObjectProperty(ObjectProperty objectProperty) |
DisplayObjectPropertyStatement(String subjectUri,
ObjectProperty property,
String objectUri) |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
PublishObjectProperty.getObjectProperty() |
| Constructor and Description |
|---|
PublishObjectProperty(ObjectProperty objectProperty) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ObjectProperty> |
IndividualImpl.objectPropertyMap |
protected List<ObjectProperty> |
IndividualImpl.populatedObjectPropertyList |
protected List<ObjectProperty> |
IndividualImpl.propertyList |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
ObjectProperty.clone() |
ObjectProperty |
ObjectPropertyStatementImpl.getProperty() |
ObjectProperty |
ObjectPropertyStatement.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectProperty> |
IndividualImpl.getObjectPropertyList() |
List<ObjectProperty> |
Individual.getObjectPropertyList() |
Map<String,ObjectProperty> |
IndividualImpl.getObjectPropertyMap() |
Map<String,ObjectProperty> |
Individual.getObjectPropertyMap() |
List<ObjectProperty> |
IndividualImpl.getPopulatedObjectPropertyList() |
List<ObjectProperty> |
Individual.getPopulatedObjectPropertyList()
Returns a list of ObjectProperty objects for which statements exist about
the individual.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectProperty.compareTo(ObjectProperty op)
Sorts alphabetically by public name
|
void |
ObjectPropertyStatementImpl.setProperty(ObjectProperty property) |
void |
ObjectPropertyStatement.setProperty(ObjectProperty property) |
static List<ObjectPropertyStatement> |
ObjectProperty.sortObjectPropertyStatementsForDisplay(ObjectProperty prop,
List objPropStmtsList)
Sorts the object property statements taking into account the sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualImpl.setObjectPropertyMap(Map<String,ObjectProperty> propertyMap) |
void |
Individual.setObjectPropertyMap(Map<String,ObjectProperty> propertyMap) |
void |
IndividualImpl.setPopulatedObjectPropertyList(List<ObjectProperty> propertyList) |
void |
Individual.setPopulatedObjectPropertyList(List<ObjectProperty> propertyList) |
void |
IndividualImpl.setPropertyList(List<ObjectProperty> propertyList) |
void |
Individual.setPropertyList(List<ObjectProperty> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
int |
ShowObjectPropertyHierarchyController.ObjectPropertyAlphaComparator.compare(ObjectProperty op1,
ObjectProperty op2) |
static String |
ShowObjectPropertyHierarchyController.getDisplayLabel(ObjectProperty op) |
static String |
ListFauxPropertiesController.getDisplayLabel(ObjectProperty op) |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
ObjectPropertyDao.getObjectPropertyByURI(String objectPropertyURI) |
ObjectProperty |
ObjectPropertyDao.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI) |
ObjectProperty |
ObjectPropertyDao.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI,
ObjectProperty base)
Use this method to supply a base ObjectProperty whose fields will be updated
as necessary to correspond to the configuration for the specified Domain
and Range.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectProperty> |
ObjectPropertyDao.getAllObjectProperties() |
List<ObjectProperty> |
ObjectPropertyDao.getObjectPropertiesForObjectPropertyStatements(List<ObjectPropertyStatement> objectPropertyStatements) |
List<ObjectProperty> |
ObjectPropertyDao.getObjectPropertyList(Individual subject)
Returns a list of ObjectProperty objects for which statements exist about
the individual.
|
List<ObjectProperty> |
ObjectPropertyDao.getObjectPropertyList(String subjectUri)
Returns a list of ObjectProperty objects for which statements exist about
the individual.
|
List<ObjectProperty> |
ObjectPropertyDao.getRootObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPropertyDao.deleteObjectProperty(ObjectProperty objectProperty) |
String |
ObjectPropertyDao.getCustomListViewConfigFileName(ObjectProperty objectProperty) |
ObjectProperty |
ObjectPropertyDao.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI,
ObjectProperty base)
Use this method to supply a base ObjectProperty whose fields will be updated
as necessary to correspond to the configuration for the specified Domain
and Range.
|
List<ObjectPropertyStatement> |
ObjectPropertyStatementDao.getObjectPropertyStatements(ObjectProperty objectProperty) |
List<ObjectPropertyStatement> |
ObjectPropertyStatementDao.getObjectPropertyStatements(ObjectProperty objectProperty,
int startIndex,
int endIndex) |
int |
ObjectPropertyDao.insertObjectProperty(ObjectProperty objectProperty) |
void |
ObjectPropertyDao.updateObjectProperty(ObjectProperty objectProperty) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectPropertyFiltering |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
ObjectPropertyDaoFiltering.getObjectPropertyByURI(String objectPropertyURI) |
ObjectProperty |
ObjectPropertyDaoFiltering.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI) |
ObjectProperty |
ObjectPropertyDaoFiltering.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI,
ObjectProperty base) |
ObjectProperty |
ObjectPropertyStatementFiltering.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectProperty> |
ObjectPropertyDaoFiltering.filterAndWrap(List<ObjectProperty> list,
VitroFilters filters) |
List<ObjectProperty> |
IndividualFiltering.getObjectPropertyList() |
List<ObjectProperty> |
ObjectPropertyDaoFiltering.getObjectPropertyList(Individual subject) |
List<ObjectProperty> |
ObjectPropertyDaoFiltering.getObjectPropertyList(String subjectUri) |
Map<String,ObjectProperty> |
IndividualFiltering.getObjectPropertyMap() |
List<ObjectProperty> |
IndividualFiltering.getPopulatedObjectPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPropertyDaoFiltering.addSubproperty(ObjectProperty property,
ObjectProperty subproperty) |
void |
ObjectPropertyDaoFiltering.addSuperproperty(ObjectProperty property,
ObjectProperty superproperty) |
int |
ObjectPropertyFiltering.compareTo(ObjectProperty op) |
void |
ObjectPropertyDaoFiltering.deleteObjectProperty(ObjectProperty objectProperty) |
String |
ObjectPropertyDaoFiltering.getCustomListViewConfigFileName(ObjectProperty objectProperty) |
ObjectProperty |
ObjectPropertyDaoFiltering.getObjectPropertyByURIs(String objectPropertyURI,
String domainURI,
String rangeURI,
ObjectProperty base) |
List<ObjectPropertyStatement> |
ObjectPropertyStatementDaoFiltering.getObjectPropertyStatements(ObjectProperty objectProperty) |
List<ObjectPropertyStatement> |
ObjectPropertyStatementDaoFiltering.getObjectPropertyStatements(ObjectProperty objectProperty,
int startIndex,
int endIndex) |
int |
ObjectPropertyDaoFiltering.insertObjectProperty(ObjectProperty objectProperty) |
void |
ObjectPropertyDaoFiltering.removeSubproperty(ObjectProperty property,
ObjectProperty subproperty) |
void |
ObjectPropertyDaoFiltering.removeSuperproperty(ObjectProperty property,
ObjectProperty superproperty) |
void |
ObjectPropertyStatementFiltering.setProperty(ObjectProperty property) |
void |
ObjectPropertyDaoFiltering.updateObjectProperty(ObjectProperty objectProperty) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectProperty> |
ObjectPropertyDaoFiltering.filterAndWrap(List<ObjectProperty> list,
VitroFilters filters) |
void |
IndividualFiltering.setObjectPropertyMap(Map<String,ObjectProperty> propertyMap) |
void |
IndividualFiltering.setPopulatedObjectPropertyList(List<ObjectProperty> propertyList) |
void |
IndividualFiltering.setPropertyList(List<ObjectProperty> propertyList) |
| Constructor and Description |
|---|
ObjectPropertyFiltering(ObjectProperty innerObjectProperty,
VitroFilters filters) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> |
VitroFiltersImpl.getObjectPropertyFilter() |
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> |
VitroFilters.getObjectPropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
VitroFilters |
VitroFiltersImpl.setObjectPropertyFilter(net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter) |
| 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 |
|---|---|
ObjectProperty |
ObjectPropertyDaoJena.getObjectPropertyByURI(String propertyURI) |
ObjectProperty |
ObjectPropertyDaoJena.getObjectPropertyByURIs(String propertyURI,
String domainURI,
String rangeURI) |
ObjectProperty |
ObjectPropertyDaoJena.getObjectPropertyByURIs(String propertyURI,
String domainURI,
String rangeURI,
ObjectProperty base) |
protected ObjectProperty |
ObjectPropertyDaoJena.propertyFromOntProperty(org.apache.jena.ontology.OntProperty op) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectProperty> |
ObjectPropertyDaoJena.getObjectPropertiesForObjectPropertyStatements(List<ObjectPropertyStatement> objPropertyStmts) |
List<ObjectProperty> |
IndividualSDB.getObjectPropertyList() |
List<ObjectProperty> |
IndividualJena.getObjectPropertyList() |
List<ObjectProperty> |
ObjectPropertyDaoJena.getObjectPropertyList(Individual subject) |
List<ObjectProperty> |
ObjectPropertyDaoJena.getObjectPropertyList(String subjectUri) |
Map<String,ObjectProperty> |
IndividualSDB.getObjectPropertyMap() |
Map<String,ObjectProperty> |
IndividualJena.getObjectPropertyMap() |
List<ObjectProperty> |
IndividualSDB.getPopulatedObjectPropertyList() |
List<ObjectProperty> |
IndividualJena.getPopulatedObjectPropertyList() |
List<ObjectProperty> |
ObjectPropertyDaoJena.getRootObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDaoJena.addSubproperty(ObjectProperty property,
ObjectProperty subproperty) |
void |
PropertyDaoJena.addSuperproperty(ObjectProperty property,
ObjectProperty superproperty) |
void |
ObjectPropertyDaoJena.deleteObjectProperty(ObjectProperty prop) |
void |
ObjectPropertyDaoJena.deleteProperty(ObjectProperty prop,
org.apache.jena.ontology.OntModel ontModel) |
String |
ObjectPropertyDaoJena.getCustomListViewConfigFileName(ObjectProperty op) |
ObjectProperty |
ObjectPropertyDaoJena.getObjectPropertyByURIs(String propertyURI,
String domainURI,
String rangeURI,
ObjectProperty base) |
List<ObjectPropertyStatement> |
ObjectPropertyStatementDaoJena.getObjectPropertyStatements(ObjectProperty objectProperty) |
List<ObjectPropertyStatement> |
ObjectPropertyStatementDaoJena.getObjectPropertyStatements(ObjectProperty objectProperty,
int startIndex,
int endIndex) |
int |
ObjectPropertyDaoJena.insertObjectProperty(ObjectProperty prop) |
int |
ObjectPropertyDaoJena.insertProperty(ObjectProperty prop,
org.apache.jena.ontology.OntModel ontModel) |
void |
PropertyDaoJena.removeSubproperty(ObjectProperty property,
ObjectProperty subproperty) |
void |
PropertyDaoJena.removeSuperproperty(ObjectProperty property,
ObjectProperty superproperty) |
void |
ObjectPropertyDaoJena.updateObjectProperty(ObjectProperty prop) |
void |
ObjectPropertyDaoJena.updateProperty(ObjectProperty prop,
org.apache.jena.ontology.OntModel ontModel) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectProperty |
EditConfigurationUtils.getObjectProperty(VitroRequest vreq) |
static ObjectProperty |
EditConfigurationUtils.getObjectPropertyForPredicate(VitroRequest vreq,
String predicateUri) |
static ObjectProperty |
EditConfigurationUtils.getObjectPropertyForPredicate(VitroRequest vreq,
String predicateUri,
String domainUri,
String rangeUri) |
static ObjectProperty |
EditConfigurationUtils.getObjectPropertyForPredicateLangAware(VitroRequest vreq,
String predicateUri,
String domainUri,
String rangeUri) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubproperties(ObjectProperty prop,
Individual subject,
org.apache.jena.rdf.model.Model tboxModel,
org.apache.jena.rdf.model.Model union) |
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubpropertiesForList(List<ObjectProperty> propList,
Individual subject,
org.apache.jena.rdf.model.Model displayModel,
org.apache.jena.rdf.model.Model tboxModel) |
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubpropertiesForList(List<ObjectProperty> propList,
Individual subject,
VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubproperties(ObjectProperty prop,
Individual subject,
org.apache.jena.rdf.model.Model tboxModel,
org.apache.jena.rdf.model.Model union) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubpropertiesForList(List<ObjectProperty> propList,
Individual subject,
org.apache.jena.rdf.model.Model displayModel,
org.apache.jena.rdf.model.Model tboxModel) |
static List<ObjectProperty> |
ApplicationConfigurationOntologyUtils.getAdditionalFauxSubpropertiesForList(List<ObjectProperty> propList,
Individual subject,
VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomListViewLogger.log(ObjectProperty op,
String configFileName) |
| Constructor and Description |
|---|
PropertyListConfig(ObjectPropertyTemplateModel optm,
freemarker.cache.TemplateLoader templateLoader,
VitroRequest vreq,
ObjectProperty op,
boolean editing) |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
EditConfigurationTemplateModel.getObjectPredicateProperty() |
| Modifier and Type | Class and Description |
|---|---|
class |
FauxObjectPropertyWrapper
An ObjectProperty that has some of its values overridden by a FauxProperty.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
FauxObjectPropertyWrapper.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectProperty> |
GroupedPropertyList.dedupe(List<ObjectProperty> propList) |
| Modifier and Type | Method and Description |
|---|---|
int |
FauxObjectPropertyWrapper.compareTo(ObjectProperty op) |
static ObjectPropertyTemplateModel |
ObjectPropertyTemplateModel.getObjectPropertyTemplateModel(ObjectProperty op,
Individual subject,
VitroRequest vreq,
boolean editing,
List<ObjectProperty> populatedObjectPropertyList) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectProperty> |
GroupedPropertyList.dedupe(List<ObjectProperty> propList) |
static ObjectPropertyTemplateModel |
ObjectPropertyTemplateModel.getObjectPropertyTemplateModel(ObjectProperty op,
Individual subject,
VitroRequest vreq,
boolean editing,
List<ObjectProperty> populatedObjectPropertyList) |
| Constructor and Description |
|---|
FauxObjectPropertyWrapper(ObjectProperty inner,
FauxProperty faux) |
ObjectPropertyStatementTemplateModel(String subjectUri,
ObjectProperty property,
String objectKey,
Map<String,String> data,
String templateName,
VitroRequest vreq) |
Copyright © 2022. All rights reserved.