Uses of Enum Class
org.dspace.orcid.model.OrcidEntityType
Packages that use OrcidEntityType
Package
Description
-
Uses of OrcidEntityType in org.dspace.orcid.model
Methods in org.dspace.orcid.model that return OrcidEntityTypeModifier and TypeMethodDescriptionstatic OrcidEntityTypeOrcidEntityType.fromEntityType(String entityType) Returns an ORCID entity type from a DSpace entity type.static OrcidEntityTypeReturns the enum constant of this class with the specified name.static OrcidEntityType[]OrcidEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrcidEntityType in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidEntityTypeModifier and TypeMethodDescriptionOrcidEntityFactory.getEntityType()Returns the entity type created from this factory. -
Uses of OrcidEntityType in org.dspace.orcid.model.factory.impl
Methods in org.dspace.orcid.model.factory.impl that return OrcidEntityTypeModifier and TypeMethodDescriptionOrcidFundingFactory.getEntityType()OrcidWorkFactory.getEntityType() -
Uses of OrcidEntityType in org.dspace.orcid.service
Methods in org.dspace.orcid.service with parameters of type OrcidEntityTypeModifier and TypeMethodDescriptionOrcidSynchronizationService.getEntityPreference(Item profile, OrcidEntityType entityType) Returns the ORCID synchronization preference related to the given entity type configured for the given profile item.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 OrcidEntityType in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl with parameters of type OrcidEntityTypeModifier and TypeMethodDescriptionOrcidSynchronizationServiceImpl.getEntityPreference(Item item, OrcidEntityType entityType) voidOrcidQueueServiceImpl.recalculateOrcidQueue(Context context, Item profileItem, OrcidEntityType orcidEntityType, OrcidEntitySyncPreference preference) booleanOrcidSynchronizationServiceImpl.setEntityPreference(Context context, Item profile, OrcidEntityType type, OrcidEntitySyncPreference value)