Uses of Enum Class
org.dspace.profile.OrcidSynchronizationMode
Packages that use OrcidSynchronizationMode
-
Uses of OrcidSynchronizationMode in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidSynchronizationModeModifier and TypeMethodDescriptionOrcidSynchronizationService.getSynchronizationMode(Item profile) Returns the ORCID synchronization mode configured for the given profile item.Methods in org.dspace.orcid.service with parameters of type OrcidSynchronizationModeModifier and TypeMethodDescriptionbooleanOrcidSynchronizationService.setSynchronizationMode(Context context, Item profile, OrcidSynchronizationMode value) Set the ORCID synchronization mode for the given profile. -
Uses of OrcidSynchronizationMode in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidSynchronizationModeModifier and TypeMethodDescriptionOrcidSynchronizationServiceImpl.getSynchronizationMode(Item item) Methods in org.dspace.orcid.service.impl with parameters of type OrcidSynchronizationModeModifier and TypeMethodDescriptionbooleanOrcidSynchronizationServiceImpl.setSynchronizationMode(Context context, Item profile, OrcidSynchronizationMode value) -
Uses of OrcidSynchronizationMode in org.dspace.profile
Methods in org.dspace.profile that return OrcidSynchronizationModeModifier and TypeMethodDescriptionstatic OrcidSynchronizationModeReturns the enum constant of this class with the specified name.static OrcidSynchronizationMode[]OrcidSynchronizationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.