Uses of Enum Class
org.dspace.profile.OrcidEntitySyncPreference
Packages that use OrcidEntitySyncPreference
-
Uses of OrcidEntitySyncPreference in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidEntitySyncPreferenceModifier and TypeMethodDescriptionOrcidSynchronizationService.getEntityPreference(Item profile, OrcidEntityType entityType) Returns the ORCID synchronization preference related to the given entity type configured for the given profile item.Methods in org.dspace.orcid.service with parameters of type OrcidEntitySyncPreferenceModifier and TypeMethodDescriptionvoidOrcidQueueService.recalculateOrcidQueue(Context context, Item profileItem, OrcidEntityType entityType, OrcidEntitySyncPreference preference) Recalculates the ORCID queue records linked to the given profileItem as regards the entities of the given type.booleanOrcidSynchronizationService.setEntityPreference(Context context, Item profile, OrcidEntityType entityType, OrcidEntitySyncPreference value) Set the synchronization preference for the given profile related to the given ORCID entity type. -
Uses of OrcidEntitySyncPreference in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidEntitySyncPreferenceModifier and TypeMethodDescriptionOrcidSynchronizationServiceImpl.getEntityPreference(Item item, OrcidEntityType entityType) Methods in org.dspace.orcid.service.impl with parameters of type OrcidEntitySyncPreferenceModifier and TypeMethodDescriptionvoidOrcidQueueServiceImpl.recalculateOrcidQueue(Context context, Item profileItem, OrcidEntityType orcidEntityType, OrcidEntitySyncPreference preference) booleanOrcidSynchronizationServiceImpl.setEntityPreference(Context context, Item profile, OrcidEntityType type, OrcidEntitySyncPreference value) -
Uses of OrcidEntitySyncPreference in org.dspace.profile
Methods in org.dspace.profile that return OrcidEntitySyncPreferenceModifier and TypeMethodDescriptionstatic OrcidEntitySyncPreferenceReturns the enum constant of this class with the specified name.static OrcidEntitySyncPreference[]OrcidEntitySyncPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.