Class OrcidEntityFactoryServiceImpl

java.lang.Object
org.dspace.orcid.service.impl.OrcidEntityFactoryServiceImpl
All Implemented Interfaces:
OrcidEntityFactoryService

public class OrcidEntityFactoryServiceImpl extends Object implements OrcidEntityFactoryService
Implementation of OrcidEntityFactoryService.
Author:
Luca Giamminonni (luca.giamminonni at 4science.it)
  • Method Details

    • createOrcidObject

      public org.orcid.jaxb.model.v3.release.record.Activity createOrcidObject(Context context, Item item)
      Description copied from interface: OrcidEntityFactoryService
      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.
      Specified by:
      createOrcidObject in interface OrcidEntityFactoryService
      Parameters:
      context - the DSpace context
      item - the item
      Returns:
      the created object