Package org.dspace.profile.service
Interface AfterResearcherProfileCreationAction
-
- All Known Implementing Classes:
OrcidMetadataCopyingAction
public interface AfterResearcherProfileCreationActionInterface to mark classes that allow to perform additional logic on created researcher profile.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(Context context, ResearcherProfile researcherProfile, EPerson owner)Perform some actions on the given researcher profile and returns the updated profile.
-
-
-
Method Detail
-
perform
void perform(Context context, ResearcherProfile researcherProfile, EPerson owner) throws SQLException
Perform some actions on the given researcher profile and returns the updated profile.- Parameters:
context- the DSpace contextresearcherProfile- the created researcher profileowner- the EPerson that is owner of the given profile- Throws:
SQLException- if a SQL error occurs
-
-