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 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 context
        item - the item
        Returns:
        the created object