Uses of Interface
org.dspace.content.service.BundleService
-
Packages that use BundleService Package Description org.dspace.app.itemimport org.dspace.app.itemupdate org.dspace.app.mediafilter org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.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.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.harvest org.dspace.license org.dspace.rdf org.dspace.versioning org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace. -
-
Uses of BundleService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as BundleService Modifier and Type Field Description protected BundleServiceItemImportServiceImpl. bundleService -
Uses of BundleService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as BundleService Modifier and Type Field Description protected BundleServiceUpdateBitstreamsAction. bundleService -
Uses of BundleService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as BundleService Modifier and Type Field Description protected BundleServiceMediaFilterServiceImpl. bundleService -
Uses of BundleService in org.dspace.content
Classes in org.dspace.content that implement BundleService Modifier and Type Class Description classBundleServiceImplService implementation for the Bundle object.Fields in org.dspace.content declared as BundleService Modifier and Type Field Description protected BundleServiceBitstreamServiceImpl. bundleServiceprotected BundleServiceBundle. bundleServiceprotected BundleServiceItemServiceImpl. bundleService -
Uses of BundleService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as BundleService Modifier and Type Field Description protected BundleServiceOREIngestionCrosswalk. bundleService -
Uses of BundleService in org.dspace.content.factory
Methods in org.dspace.content.factory that return BundleService Modifier and Type Method Description abstract BundleServiceContentServiceFactory. getBundleService()BundleServiceContentServiceFactoryImpl. getBundleService() -
Uses of BundleService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as BundleService Modifier and Type Field Description protected BundleServiceAbstractMETSIngester. bundleServiceprotected static BundleServicePackageUtils. bundleServiceprotected BundleServicePDFPackager. bundleService -
Uses of BundleService in org.dspace.curate
Fields in org.dspace.curate declared as BundleService Modifier and Type Field Description protected BundleServiceCitationPage. bundleService -
Uses of BundleService in org.dspace.harvest
Fields in org.dspace.harvest declared as BundleService Modifier and Type Field Description protected BundleServiceOAIHarvester. bundleService -
Uses of BundleService in org.dspace.license
Fields in org.dspace.license declared as BundleService Modifier and Type Field Description protected BundleServiceCreativeCommonsServiceImpl. bundleServiceprotected static BundleServiceLicenseCleanup. bundleService -
Uses of BundleService in org.dspace.rdf
Fields in org.dspace.rdf declared as BundleService Modifier and Type Field Description protected BundleServiceRDFConsumer. bundleService -
Uses of BundleService in org.dspace.versioning
Fields in org.dspace.versioning declared as BundleService Modifier and Type Field Description protected BundleServiceAbstractVersionProvider. bundleService -
Uses of BundleService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as BundleService Modifier and Type Field Description protected BundleServiceXmlWorkflowServiceImpl. bundleService
-