Package org.dspace.profile
Class ResearcherProfile
- java.lang.Object
-
- org.dspace.profile.ResearcherProfile
-
public class ResearcherProfile extends Object
Object representing a Researcher Profile.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description ResearcherProfile(Item item)Create a new ResearcherProfile object from the given item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetId()ItemgetItem()Optional<String>getOrcid()booleanisVisible()A profile is considered visible if accessible by anonymous users.
-
-
-
Constructor Detail
-
ResearcherProfile
public ResearcherProfile(Item item)
Create a new ResearcherProfile object from the given item.- Parameters:
item- the profile item- Throws:
IllegalArgumentException- if the given item has not a dspace.object.owner metadata with a valid authority
-
-