Uses of Interface
org.dspace.content.service.EntityService
-
Packages that use EntityService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory -
-
Uses of EntityService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as EntityService Modifier and Type Field Description protected EntityServiceMetadataImport. entityService -
Uses of EntityService in org.dspace.content
Classes in org.dspace.content that implement EntityService Modifier and Type Class Description classEntityServiceImpl -
Uses of EntityService in org.dspace.content.factory
Methods in org.dspace.content.factory that return EntityService Modifier and Type Method Description abstract EntityServiceContentServiceFactory. getEntityService()Return the implementation of the EntityService interfaceEntityServiceContentServiceFactoryImpl. getEntityService()
-