Uses of Interface
org.dspace.content.service.InstallItemService
-
Packages that use InstallItemService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.harvest org.dspace.workflowbasic org.dspace.xmlworkflow -
-
Uses of InstallItemService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceMetadataImport. installItemService -
Uses of InstallItemService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceItemImportServiceImpl. installItemService -
Uses of InstallItemService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceAddBitstreamsAction. installItemService -
Uses of InstallItemService in org.dspace.content
Classes in org.dspace.content that implement InstallItemService Modifier and Type Class Description classInstallItemServiceImplSupport to install an Item in the archive.Fields in org.dspace.content declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceItemServiceImpl. installItemService -
Uses of InstallItemService in org.dspace.content.factory
Methods in org.dspace.content.factory that return InstallItemService Modifier and Type Method Description abstract InstallItemServiceContentServiceFactory. getInstallItemService()InstallItemServiceContentServiceFactoryImpl. getInstallItemService() -
Uses of InstallItemService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as InstallItemService Modifier and Type Field Description protected static InstallItemServicePackageUtils. installItemService -
Uses of InstallItemService in org.dspace.harvest
Fields in org.dspace.harvest declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceOAIHarvester. installItemService -
Uses of InstallItemService in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceBasicWorkflowServiceImpl. installItemService -
Uses of InstallItemService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as InstallItemService Modifier and Type Field Description protected InstallItemServiceXmlWorkflowServiceImpl. installItemService
-