Uses of Class
org.dspace.profile.OrcidEntitySyncPreference
-
Packages that use OrcidEntitySyncPreference Package Description org.dspace.orcid.service org.dspace.orcid.service.impl org.dspace.profile -
-
Uses of OrcidEntitySyncPreference in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidEntitySyncPreference Modifier and Type Method Description Optional<OrcidEntitySyncPreference>OrcidSynchronizationService. 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 OrcidEntitySyncPreference Modifier and Type Method Description voidOrcidQueueService. 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 OrcidEntitySyncPreference Modifier and Type Method Description Optional<OrcidEntitySyncPreference>OrcidSynchronizationServiceImpl. getEntityPreference(Item item, OrcidEntityType entityType)Methods in org.dspace.orcid.service.impl with parameters of type OrcidEntitySyncPreference Modifier and Type Method Description voidOrcidQueueServiceImpl. 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 OrcidEntitySyncPreference Modifier and Type Method Description static OrcidEntitySyncPreferenceOrcidEntitySyncPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidEntitySyncPreference[]OrcidEntitySyncPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-