Package org.dspace.orcid.service
Interface OrcidEntityFactoryService
- All Known Implementing Classes:
OrcidEntityFactoryServiceImpl
public interface OrcidEntityFactoryService
Interface that mark classes that handle the configured instance of
OrcidEntityFactory.- 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
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
-