Uses of Interface
org.dspace.content.service.BitstreamFormatService
-
Packages that use BitstreamFormatService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.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.ctask.general org.dspace.harvest org.dspace.license org.dspace.submit org.dspace.xmlworkflow -
-
Uses of BitstreamFormatService in org.dspace.administer
Fields in org.dspace.administer declared as BitstreamFormatService Modifier and Type Field Description protected static BitstreamFormatServiceRegistryLoader. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceItemImportServiceImpl. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceAddBitstreamsAction. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceMediaFilterServiceImpl. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.content
Classes in org.dspace.content that implement BitstreamFormatService Modifier and Type Class Description classBitstreamFormatServiceImplService implementation for the BitstreamFormat object.Fields in org.dspace.content declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceBitstreamServiceImpl. bitstreamFormatServiceprotected BitstreamFormatServiceItemServiceImpl. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceAIPTechMDCrosswalk. bitstreamFormatServiceprotected BitstreamFormatServiceOREIngestionCrosswalk. bitstreamFormatServiceprotected BitstreamFormatServicePREMISCrosswalk. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.content.factory
Methods in org.dspace.content.factory that return BitstreamFormatService Modifier and Type Method Description abstract BitstreamFormatServiceContentServiceFactory. getBitstreamFormatService()BitstreamFormatServiceContentServiceFactoryImpl. getBitstreamFormatService() -
Uses of BitstreamFormatService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceAbstractMETSIngester. bitstreamFormatServiceprotected static BitstreamFormatServicePackageUtils. bitstreamFormatServiceprotected BitstreamFormatServicePDFPackager. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.ctask.general
Fields in org.dspace.ctask.general declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceProfileFormats. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.harvest
Fields in org.dspace.harvest declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceOAIHarvester. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.license
Fields in org.dspace.license declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceCreativeCommonsServiceImpl. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.submit
Fields in org.dspace.submit declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceAbstractProcessingStep. bitstreamFormatService -
Uses of BitstreamFormatService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as BitstreamFormatService Modifier and Type Field Description protected BitstreamFormatServiceXmlWorkflowServiceImpl. bitstreamFormatService
-