Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.Property
-
-
Uses of Property in edu.cornell.mannlib.vitro.webapp.application
Methods in edu.cornell.mannlib.vitro.webapp.application with annotations of type Property Modifier and Type Method Description voidApplicationImpl. setAuditModule(AuditModule am)voidApplicationImpl. setConfigurationTripleSource(ConfigurationTripleSource source)voidApplicationImpl. setContentTripleSource(ContentTripleSource source)voidApplicationImpl. setFileStorage(FileStorage fs)voidApplicationImpl. setImageProcessor(ImageProcessor ip)voidApplicationImpl. setSearchEngine(SearchEngine se)voidApplicationImpl. setSearchIndexer(SearchIndexer si)voidApplicationImpl. setTBoxReasonerModule(TBoxReasonerModule module) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.audit
Methods in edu.cornell.mannlib.vitro.webapp.audit with annotations of type Property Modifier and Type Method Description voidTDBAuditModule. setTdbPath(String path)TDB path configuration property set by the bean loader -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.searchengine with annotations of type Property Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. setInnerEngine(SearchEngine inner) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with annotations of type Property Modifier and Type Method Description voidElasticSearchEngine. setBaseUrl(String url) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex with annotations of type Property Modifier and Type Method Description voidSearchIndexerImpl. setThreadPoolSize(String size) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding with annotations of type Property Modifier and Type Method Description voidSelectQueryDocumentModifier. addQuery(String query)voidFieldBooster. addTargetField(String fieldName)voidSelectQueryDocumentModifier. addTargetField(String fieldName)voidSelectQueryDocumentModifier. addTypeRestriction(String typeUri)voidFieldBooster. setBoost(float boost)voidSelectQueryDocumentModifier. setLabel(String l)voidSelectQueryI18nDocumentModifier. setTargetSuffix(String fieldSuffix) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions with annotations of type Property Modifier and Type Method Description voidExcludeBasedOnNamespace. addExcludedNamespace(String ns)voidExcludeBasedOnTypeNamespace. addExcludedNamespace(String uri)voidExcludeBasedOnType. addTypeURI(String uri) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.searchindex.indexing
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.indexing with annotations of type Property Modifier and Type Method Description voidSelectQueryUriFinder. addPredicateRestriction(String predicateUri)voidSelectQueryUriFinder. addQuery(String query)voidSelectQueryUriFinder. setLabel(String l) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql with annotations of type Property Modifier and Type Method Description voidContentTripleSourceSPARQL. setEndpointURI(String eUri)voidContentTripleSourceSPARQL. setUpdateEndpointURI(String ueUri) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb with annotations of type Property Modifier and Type Method Description voidContentTripleSourceTDB. setTdbPath(String path) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso with annotations of type Property Modifier and Type Method Description voidContentTripleSourceVirtuoso. setBaseUri(String uri)voidContentTripleSourceVirtuoso. setPassword(String pass)voidContentTripleSourceVirtuoso. setUsername(String user) -
Uses of Property in edu.cornell.mannlib.vitro.webapp.utils.configuration
Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type Property Modifier and Type Method Description protected abstract PropertyType.PropertyMethodPropertyType. buildPropertyMethod(Method method, Property annotation)static PropertyType.PropertyMethodPropertyType. createPropertyMethod(Method method, Property annotation)Constructors in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type Property Constructor Description FloatPropertyMethod(Method method, Property annotation)PropertyMethod(PropertyType type, Method method, Property annotation)ResourcePropertyMethod(Method method, Property annotation)StringPropertyMethod(Method method, Property annotation)
-