Package org.dspace.orcid.model.factory
Interface OrcidEntityFactory
-
- All Known Implementing Classes:
OrcidFundingFactory,OrcidWorkFactory
public interface OrcidEntityFactoryInterface to mark factories of Orcid entities.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIMPLE_HANDLE_PLACEHOLDERPlaceholder used to refer the item handle on fields mapping.
-
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)Creates an ORCID activity from the given object.OrcidEntityTypegetEntityType()Returns the entity type created from this factory.
-
-
-
Field Detail
-
SIMPLE_HANDLE_PLACEHOLDER
static final String SIMPLE_HANDLE_PLACEHOLDER
Placeholder used to refer the item handle on fields mapping.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityType
OrcidEntityType getEntityType()
Returns the entity type created from this factory.- Returns:
- the entity type
-
-