Package org.dspace.profile
Class ResearcherProfile
java.lang.Object
org.dspace.profile.ResearcherProfile
Object representing a Researcher Profile.
- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
Constructor Summary
ConstructorsConstructorDescriptionResearcherProfile(Item item) Create a new ResearcherProfile object from the given item. -
Method Summary
-
Constructor Details
-
ResearcherProfile
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
-
-
Method Details
-
getId
-
isVisible
public boolean isVisible()A profile is considered visible if accessible by anonymous users. This method returns true if the given item has a READ policy related to ANONYMOUS group, false otherwise. -
getItem
-
getOrcid
-