Package org.dspace.orcid.service.impl
Class OrcidEntityFactoryServiceImpl
- java.lang.Object
-
- org.dspace.orcid.service.impl.OrcidEntityFactoryServiceImpl
-
- All Implemented Interfaces:
OrcidEntityFactoryService
public class OrcidEntityFactoryServiceImpl extends Object implements OrcidEntityFactoryService
Implementation ofOrcidEntityFactoryService.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.orcid.jaxb.model.v3.release.record.ActivitycreateOrcidObject(Context context, Item item)Builds an ORCID Activity object starting from the given item.
-
-
-
Method Detail
-
createOrcidObject
public org.orcid.jaxb.model.v3.release.record.Activity createOrcidObject(Context context, Item item)
Description copied from interface:OrcidEntityFactoryServiceBuilds an ORCID Activity object starting from the given item. The actual type of Activity constructed depends on the entity type of the input item.- Specified by:
createOrcidObjectin interfaceOrcidEntityFactoryService- Parameters:
context- the DSpace contextitem- the item- Returns:
- the created object
-
-