Class CommunityImporterController
java.lang.Object
eu.dnetlib.common.controller.AbstractDnetController
eu.dnetlib.openaire.community.importer.CommunityImporterController
@Deprecated
@RestController
@CrossOrigin(origins="*")
@ConditionalOnProperty(value="openaire.exporter.enable.community.import",
havingValue="true")
public class CommunityImporterController
extends AbstractDnetController
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.dnetlib.common.controller.AbstractDnetController
AbstractDnetController.ErrorMessage -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.importPropagationOrgs(String profileId, boolean simulation) Deprecated.Methods inherited from class eu.dnetlib.common.controller.AbstractDnetController
handleException
-
Field Details
-
communityBlackList
Deprecated.
-
-
Constructor Details
-
CommunityImporterController
public CommunityImporterController()Deprecated.
-
-
Method Details
-
importProfiles
@GetMapping("/community_importer/communities") public List<String> importProfiles() throws CommunityExceptionDeprecated.- Throws:
CommunityException
-
importPropagationOrgs
@GetMapping("/community_importer/propagationOrgs") public List<DbOrganization> importPropagationOrgs(@RequestParam String profileId, @RequestParam(required=false,defaultValue="false") boolean simulation) throws Exception Deprecated.- Throws:
Exception
-