Package org.dspace.orcid.service
Interface OrcidEntityFactoryService
-
- All Known Implementing Classes:
OrcidEntityFactoryServiceImpl
public interface OrcidEntityFactoryServiceInterface that mark classes that handle the configured instance ofOrcidEntityFactory.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Method Summary
All Methods Instance Methods Abstract 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
org.orcid.jaxb.model.v3.release.record.Activity createOrcidObject(Context context, Item item)
Builds an ORCID Activity object starting from the given item. The actual type of Activity constructed depends on the entity type of the input item.- Parameters:
context- the DSpace contextitem- the item- Returns:
- the created object
-
-