Uses of Class
org.dspace.profile.ResearcherProfile
-
Packages that use ResearcherProfile Package Description org.dspace.profile org.dspace.profile.service -
-
Uses of ResearcherProfile in org.dspace.profile
Methods in org.dspace.profile that return ResearcherProfile Modifier and Type Method Description ResearcherProfileResearcherProfileServiceImpl. claim(Context context, EPerson ePerson, URI uri)ResearcherProfileResearcherProfileServiceImpl. createAndReturn(Context context, EPerson ePerson)ResearcherProfileResearcherProfileServiceImpl. findById(Context context, UUID id)Methods in org.dspace.profile with parameters of type ResearcherProfile Modifier and Type Method Description voidResearcherProfileServiceImpl. changeVisibility(Context context, ResearcherProfile profile, boolean visible)voidOrcidMetadataCopyingAction. perform(Context context, ResearcherProfile researcherProfile, EPerson owner) -
Uses of ResearcherProfile in org.dspace.profile.service
Methods in org.dspace.profile.service that return ResearcherProfile Modifier and Type Method Description ResearcherProfileResearcherProfileService. claim(Context context, EPerson ePerson, URI uri)Claims and links an eperson to an existing DSpaceObjectResearcherProfileResearcherProfileService. createAndReturn(Context context, EPerson ePerson)Create a new researcher profile for the given ePerson.ResearcherProfileResearcherProfileService. findById(Context context, UUID id)Find the ResearcherProfile by UUID.Methods in org.dspace.profile.service with parameters of type ResearcherProfile Modifier and Type Method Description voidResearcherProfileService. changeVisibility(Context context, ResearcherProfile profile, boolean visible)Changes the visibility of the given profile using the given new visible value.voidAfterResearcherProfileCreationAction. perform(Context context, ResearcherProfile researcherProfile, EPerson owner)Perform some actions on the given researcher profile and returns the updated profile.
-