@Configuration @PropertySource(value="classpath:global.properties") @ConfigurationProperties(prefix="openaire.exporter") public class DnetOpenaireExporterProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DnetOpenaireExporterProperties.Datasource |
static class |
DnetOpenaireExporterProperties.Jdbc |
static class |
DnetOpenaireExporterProperties.Project |
static class |
DnetOpenaireExporterProperties.Swagger |
static class |
DnetOpenaireExporterProperties.Vocabularies |
| Constructor and Description |
|---|
DnetOpenaireExporterProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCxfClientConnectTimeout() |
int |
getCxfClientReceiveTimeout() |
DnetOpenaireExporterProperties.Datasource |
getDatasource() |
org.springframework.core.io.ClassPathResource |
getFindCommunityContexts() |
org.springframework.core.io.ClassPathResource |
getFindContextProfiles() |
org.springframework.core.io.ClassPathResource |
getFindContextProfilesByType() |
org.springframework.core.io.ClassPathResource |
getFindFunderContexts() |
org.springframework.core.io.ClassPathResource |
getFindIndexDsInfo() |
org.springframework.core.io.ClassPathResource |
getFindObjectStore() |
org.springframework.core.io.ClassPathResource |
getFindSolrIndexUrl() |
org.springframework.core.io.ClassPathResource |
getGetRepoProfile() |
String |
getIsLookupUrl() |
String |
getIsRegistryServiceUrl() |
DnetOpenaireExporterProperties.Jdbc |
getJdbc() |
String |
getObjectStoreServiceUrl() |
DnetOpenaireExporterProperties.Project |
getProject() |
int |
getRequestTimeout() |
int |
getRequestWorkers() |
DnetOpenaireExporterProperties.Vocabularies |
getVocabularies() |
void |
setCxfClientConnectTimeout(int cxfClientConnectTimeout) |
void |
setCxfClientReceiveTimeout(int cxfClientReceiveTimeout) |
void |
setDatasource(DnetOpenaireExporterProperties.Datasource datasource) |
void |
setFindCommunityContexts(org.springframework.core.io.ClassPathResource findCommunityContexts) |
void |
setFindContextProfiles(org.springframework.core.io.ClassPathResource findContextProfiles) |
void |
setFindContextProfilesByType(org.springframework.core.io.ClassPathResource findContextProfilesByType) |
void |
setFindFunderContexts(org.springframework.core.io.ClassPathResource findFunderContexts) |
void |
setFindIndexDsInfo(org.springframework.core.io.ClassPathResource findIndexDsInfo) |
void |
setFindObjectStore(org.springframework.core.io.ClassPathResource findObjectStore) |
void |
setFindSolrIndexUrl(org.springframework.core.io.ClassPathResource findSolrIndexUrl) |
void |
setGetRepoProfile(org.springframework.core.io.ClassPathResource getRepoProfile) |
void |
setIsLookupUrl(String isLookupUrl) |
void |
setIsRegistryServiceUrl(String isRegistryServiceUrl) |
void |
setJdbc(DnetOpenaireExporterProperties.Jdbc jdbc) |
void |
setObjectStoreServiceUrl(String objectStoreServiceUrl) |
void |
setProject(DnetOpenaireExporterProperties.Project project) |
void |
setRequestTimeout(int requestTimeout) |
void |
setRequestWorkers(int requestWorkers) |
void |
setVocabularies(DnetOpenaireExporterProperties.Vocabularies vocabularies) |
public org.springframework.core.io.ClassPathResource getFindSolrIndexUrl()
public void setFindSolrIndexUrl(org.springframework.core.io.ClassPathResource findSolrIndexUrl)
public org.springframework.core.io.ClassPathResource getFindIndexDsInfo()
public org.springframework.core.io.ClassPathResource getFindObjectStore()
public void setFindObjectStore(org.springframework.core.io.ClassPathResource findObjectStore)
public void setFindIndexDsInfo(org.springframework.core.io.ClassPathResource findIndexDsInfo)
public org.springframework.core.io.ClassPathResource getFindFunderContexts()
public void setFindFunderContexts(org.springframework.core.io.ClassPathResource findFunderContexts)
public org.springframework.core.io.ClassPathResource getFindCommunityContexts()
public org.springframework.core.io.ClassPathResource getFindContextProfiles()
public org.springframework.core.io.ClassPathResource getFindContextProfilesByType()
public void setFindContextProfiles(org.springframework.core.io.ClassPathResource findContextProfiles)
public void setFindContextProfilesByType(org.springframework.core.io.ClassPathResource findContextProfilesByType)
public void setFindCommunityContexts(org.springframework.core.io.ClassPathResource findCommunityContexts)
public org.springframework.core.io.ClassPathResource getGetRepoProfile()
public void setGetRepoProfile(org.springframework.core.io.ClassPathResource getRepoProfile)
public String getIsLookupUrl()
public void setIsLookupUrl(String isLookupUrl)
public String getObjectStoreServiceUrl()
public void setObjectStoreServiceUrl(String objectStoreServiceUrl)
public String getIsRegistryServiceUrl()
public void setIsRegistryServiceUrl(String isRegistryServiceUrl)
public int getRequestWorkers()
public void setRequestWorkers(int requestWorkers)
public int getRequestTimeout()
public void setRequestTimeout(int requestTimeout)
public int getCxfClientConnectTimeout()
public void setCxfClientConnectTimeout(int cxfClientConnectTimeout)
public int getCxfClientReceiveTimeout()
public void setCxfClientReceiveTimeout(int cxfClientReceiveTimeout)
public DnetOpenaireExporterProperties.Datasource getDatasource()
public void setDatasource(DnetOpenaireExporterProperties.Datasource datasource)
public DnetOpenaireExporterProperties.Project getProject()
public void setProject(DnetOpenaireExporterProperties.Project project)
public DnetOpenaireExporterProperties.Jdbc getJdbc()
public void setJdbc(DnetOpenaireExporterProperties.Jdbc jdbc)
public DnetOpenaireExporterProperties.Vocabularies getVocabularies()
public void setVocabularies(DnetOpenaireExporterProperties.Vocabularies vocabularies)
Copyright © 2025. All rights reserved.