Uses of Interface
org.dspace.orcid.model.factory.OrcidProfileSectionFactory
-
Packages that use OrcidProfileSectionFactory Package Description org.dspace.orcid.model.factory.impl org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidProfileSectionFactory in org.dspace.orcid.model.factory.impl
Classes in org.dspace.orcid.model.factory.impl that implement OrcidProfileSectionFactory Modifier and Type Class Description classAbstractOrcidProfileSectionFactoryAbstract class for that handle commons behaviors of all the available orcid profile section factories.classOrcidPersonExternalIdentifierFactoryImplementation ofOrcidProfileSectionFactorythat model an personal external id.classOrcidSimpleValueObjectFactoryImplementation ofOrcidProfileSectionFactorythat creates ORCID objects with a single value. -
Uses of OrcidProfileSectionFactory in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidProfileSectionFactory Modifier and Type Method Description List<OrcidProfileSectionFactory>OrcidProfileSectionFactoryService. findByPreferences(List<OrcidProfileSyncPreference> preferences)Returns all the profile section configurations relative to the given preferences.Optional<OrcidProfileSectionFactory>OrcidProfileSectionFactoryService. findBySectionType(OrcidProfileSectionType type)Returns the profile section factory of the given type. -
Uses of OrcidProfileSectionFactory in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidProfileSectionFactory Modifier and Type Method Description List<OrcidProfileSectionFactory>OrcidProfileSectionFactoryServiceImpl. findByPreferences(List<OrcidProfileSyncPreference> preferences)Optional<OrcidProfileSectionFactory>OrcidProfileSectionFactoryServiceImpl. findBySectionType(OrcidProfileSectionType type)
-