Uses of Class
org.dspace.profile.OrcidSynchronizationMode
-
Packages that use OrcidSynchronizationMode Package Description org.dspace.orcid.service org.dspace.orcid.service.impl org.dspace.profile -
-
Uses of OrcidSynchronizationMode in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidSynchronizationMode Modifier and Type Method Description Optional<OrcidSynchronizationMode>OrcidSynchronizationService. getSynchronizationMode(Item profile)Returns the ORCID synchronization mode configured for the given profile item.Methods in org.dspace.orcid.service with parameters of type OrcidSynchronizationMode Modifier and Type Method Description booleanOrcidSynchronizationService. 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 OrcidSynchronizationMode Modifier and Type Method Description Optional<OrcidSynchronizationMode>OrcidSynchronizationServiceImpl. getSynchronizationMode(Item item)Methods in org.dspace.orcid.service.impl with parameters of type OrcidSynchronizationMode Modifier and Type Method Description booleanOrcidSynchronizationServiceImpl. setSynchronizationMode(Context context, Item profile, OrcidSynchronizationMode value) -
Uses of OrcidSynchronizationMode in org.dspace.profile
Methods in org.dspace.profile that return OrcidSynchronizationMode Modifier and Type Method Description static OrcidSynchronizationModeOrcidSynchronizationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidSynchronizationMode[]OrcidSynchronizationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-