Uses of Class
org.dspace.orcid.model.OrcidEntityType
-
Packages that use OrcidEntityType Package Description org.dspace.orcid.model org.dspace.orcid.model.factory org.dspace.orcid.model.factory.impl org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidEntityType in org.dspace.orcid.model
Methods in org.dspace.orcid.model that return OrcidEntityType Modifier and Type Method Description static OrcidEntityTypeOrcidEntityType. fromEntityType(String entityType)Returns an ORCID entity type from a DSpace entity type.static OrcidEntityTypeOrcidEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidEntityType[]OrcidEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrcidEntityType in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidEntityType Modifier and Type Method Description OrcidEntityTypeOrcidEntityFactory. 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 OrcidEntityType Modifier and Type Method Description OrcidEntityTypeOrcidFundingFactory. getEntityType()OrcidEntityTypeOrcidWorkFactory. getEntityType() -
Uses of OrcidEntityType in org.dspace.orcid.service
Methods in org.dspace.orcid.service with parameters of type OrcidEntityType 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.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 OrcidEntityType Modifier and Type Method Description Optional<OrcidEntitySyncPreference>OrcidSynchronizationServiceImpl. 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)
-