Package org.dspace.profile
Class OrcidMetadataCopyingAction
- java.lang.Object
-
- org.dspace.profile.OrcidMetadataCopyingAction
-
- All Implemented Interfaces:
AfterResearcherProfileCreationAction
@Order(-2147483648) public class OrcidMetadataCopyingAction extends Object implements AfterResearcherProfileCreationAction
Implementation ofAfterResearcherProfileCreationActionthat copy the ORCID metadata, if any, from the owner to the researcher profile item.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description OrcidMetadataCopyingAction()
-
Method Summary
All Methods Instance Methods Concrete 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
public void perform(Context context, ResearcherProfile researcherProfile, EPerson owner) throws SQLException
Description copied from interface:AfterResearcherProfileCreationActionPerform some actions on the given researcher profile and returns the updated profile.- Specified by:
performin interfaceAfterResearcherProfileCreationAction- 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
-
-