Uses of Enum Class
org.dspace.profile.OrcidProfileSyncPreference
Packages that use OrcidProfileSyncPreference
Package
Description
-
Uses of OrcidProfileSyncPreference in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionOrcidProfileSectionFactory.getSynchronizationPreference()Returns the profile synchronization preference related to this factory. -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.model.factory.impl
Fields in org.dspace.orcid.model.factory.impl declared as OrcidProfileSyncPreferenceModifier and TypeFieldDescriptionprotected final OrcidProfileSyncPreferenceAbstractOrcidProfileSectionFactory.preferenceMethods in org.dspace.orcid.model.factory.impl that return OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionAbstractOrcidProfileSectionFactory.getSynchronizationPreference()Constructors in org.dspace.orcid.model.factory.impl with parameters of type OrcidProfileSyncPreferenceModifierConstructorDescriptionAbstractOrcidProfileSectionFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) OrcidPersonExternalIdentifierFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) OrcidSimpleValueObjectFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionOrcidSynchronizationService.getProfilePreferences(Item profile) Returns the ORCID synchronization preferences related to the profile itself configured for the given profile item.Method parameters in org.dspace.orcid.service with type arguments of type OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionOrcidProfileSectionFactoryService.findByPreferences(List<OrcidProfileSyncPreference> preferences) Returns all the profile section configurations relative to the given preferences.booleanOrcidSynchronizationService.setProfilePreference(Context context, Item profile, List<OrcidProfileSyncPreference> values) Update the profile's synchronization preference for the given profile. -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionOrcidSynchronizationServiceImpl.getProfilePreferences(Item item) Method parameters in org.dspace.orcid.service.impl with type arguments of type OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionOrcidProfileSectionFactoryServiceImpl.findByPreferences(List<OrcidProfileSyncPreference> preferences) booleanOrcidSynchronizationServiceImpl.setProfilePreference(Context context, Item profile, List<OrcidProfileSyncPreference> values) -
Uses of OrcidProfileSyncPreference in org.dspace.profile
Methods in org.dspace.profile that return OrcidProfileSyncPreferenceModifier and TypeMethodDescriptionstatic OrcidProfileSyncPreferenceReturns the enum constant of this class with the specified name.static OrcidProfileSyncPreference[]OrcidProfileSyncPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.