Project

General

Profile

« Previous | Next » 

Revision 50143

huge update: swagger documentation, alignment of methods with the service trunk

View differences:

OpenaireExporterConfig.java
20 20
	private ClassPathResource findIndexDsInfo;
21 21
	private ClassPathResource findObjectStore;
22 22
	private ClassPathResource findFunderContexts;
23
	private ClassPathResource updateRepoField;
23 24

  
24 25
	private String isLookupUrl;
25 26
	private String objectStoreServiceUrl;
......
30 31
	private Datasource datasource;
31 32
	private Project project;
32 33
	private Jdbc jdbc;
33
	private Swagger swagger;
34
	private Swagger swaggerDsm;
35
	private Swagger swaggerProjects;
36
	private Swagger swaggerFunders;
37

  
34 38
	private Vocabularies vocabularies;
35 39

  
36 40
	public static class Datasource {
......
355 359
		this.findFunderContexts = findFunderContexts;
356 360
	}
357 361

  
362
	public ClassPathResource getUpdateRepoField() {
363
		return updateRepoField;
364
	}
365

  
366
	public void setUpdateRepoField(final ClassPathResource updateRepoField) {
367
		this.updateRepoField = updateRepoField;
368
	}
369

  
358 370
	public String getIsLookupUrl() {
359 371
		return isLookupUrl;
360 372
	}
......
411 423
		this.jdbc = jdbc;
412 424
	}
413 425

  
414
	public Swagger getSwagger() {
415
		return swagger;
426
	public Swagger getSwaggerDsm() {
427
		return swaggerDsm;
416 428
	}
417 429

  
418
	public void setSwagger(final Swagger swagger) {
419
		this.swagger = swagger;
430
	public void setSwaggerDsm(final Swagger swaggerDsm) {
431
		this.swaggerDsm = swaggerDsm;
420 432
	}
421 433

  
434
	public Swagger getSwaggerProjects() {
435
		return swaggerProjects;
436
	}
437

  
438
	public void setSwaggerProjects(final Swagger swaggerProjects) {
439
		this.swaggerProjects = swaggerProjects;
440
	}
441

  
442
	public Swagger getSwaggerFunders() {
443
		return swaggerFunders;
444
	}
445

  
446
	public void setSwaggerFunders(final Swagger swaggerFunders) {
447
		this.swaggerFunders = swaggerFunders;
448
	}
449

  
422 450
	public Vocabularies getVocabularies() {
423 451
		return vocabularies;
424 452
	}

Also available in: Unified diff