Package org.dspace.orcid.service.impl
Class OrcidEntityFactoryServiceImpl
java.lang.Object
org.dspace.orcid.service.impl.OrcidEntityFactoryServiceImpl
- All Implemented Interfaces:
OrcidEntityFactoryService
Implementation of
OrcidEntityFactoryService.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
Method Summary
Modifier and TypeMethodDescriptionorg.orcid.jaxb.model.v3.release.record.ActivitycreateOrcidObject(Context context, Item item) Builds an ORCID Activity object starting from the given item.
-
Method Details
-
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
-