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 of
AfterResearcherProfileCreationAction that 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(Context context, ResearcherProfile researcherProfile, EPerson owner) Perform some actions on the given researcher profile and returns the updated profile.
-
Constructor Details
-
OrcidMetadataCopyingAction
public OrcidMetadataCopyingAction()
-
-
Method Details
-
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
-