Uses of Interface
org.dspace.content.service.ItemService
-
Packages that use ItemService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemexport org.dspace.app.itemimport org.dspace.app.itemmarking org.dspace.app.itemupdate org.dspace.app.mediafilter org.dspace.app.requestitem org.dspace.app.sfx SFX/OpenURL link server support.org.dspace.app.sherpa.submit org.dspace.app.util Miscellaneous utility classes.org.dspace.authority org.dspace.authority.indexer org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.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 org.dspace.discovery org.dspace.discovery.indexobject org.dspace.disseminate org.dspace.embargo Embargo allows the deposit of Items whose content should not be made visible until later.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.harvest org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.doi Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.org.dspace.license org.dspace.rdf org.dspace.rdf.conversion org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.org.dspace.statistics Facilities for detecting and storing both model and usage events, and for querying the store.org.dspace.statistics.content org.dspace.statistics.util Mostly classes for dealing with detection of spiders, and command line tools.org.dspace.submit org.dspace.submit.lookup org.dspace.util Generally useful classes, not particularly tied to any other package.org.dspace.versioning org.dspace.workflowbasic org.dspace.xmlworkflow org.dspace.xmlworkflow.state.actions.processingaction org.dspace.xmlworkflow.storedcomponents -
-
Uses of ItemService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as ItemService Modifier and Type Field Description protected ItemServiceDSpaceCSV. itemServiceprotected ItemServiceMetadataExport. itemServiceprotected ItemServiceMetadataImport. itemService -
Uses of ItemService in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as ItemService Modifier and Type Field Description protected static ItemServiceItemExportCLITool. itemServiceprotected ItemServiceItemExportServiceImpl. itemService -
Uses of ItemService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as ItemService Modifier and Type Field Description protected ItemServiceItemImportServiceImpl. itemService -
Uses of ItemService in org.dspace.app.itemmarking
Fields in org.dspace.app.itemmarking declared as ItemService Modifier and Type Field Description protected ItemServiceItemMarkingAvailabilityBitstreamStrategy. itemServiceprotected ItemServiceItemMarkingMetadataStrategy. itemService -
Uses of ItemService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as ItemService Modifier and Type Field Description protected ItemServiceItemArchive. itemServiceprotected static ItemServiceItemUpdate. itemServiceprotected static ItemServiceMetadataUtilities. itemServicestatic ItemServiceUpdateAction. itemService -
Uses of ItemService in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as ItemService Modifier and Type Field Description protected ItemServiceImageMagickThumbnailFilter. itemServiceprotected ItemServiceMediaFilterServiceImpl. itemService -
Uses of ItemService in org.dspace.app.requestitem
Fields in org.dspace.app.requestitem declared as ItemService Modifier and Type Field Description protected ItemServiceRequestItemMetadataStrategy. itemService -
Uses of ItemService in org.dspace.app.sfx
Fields in org.dspace.app.sfx declared as ItemService Modifier and Type Field Description protected ItemServiceSFXFileReaderServiceImpl. itemService -
Uses of ItemService in org.dspace.app.sherpa.submit
Fields in org.dspace.app.sherpa.submit declared as ItemService Modifier and Type Field Description ItemServiceMetadataAuthorityISSNExtractor. itemServiceItemServiceMetadataValueISSNExtractor. itemService -
Uses of ItemService in org.dspace.app.util
Fields in org.dspace.app.util declared as ItemService Modifier and Type Field Description protected ItemServiceGoogleMetadata. itemServiceprotected ItemServiceSyndicationFeed. itemService -
Uses of ItemService in org.dspace.authority
Fields in org.dspace.authority declared as ItemService Modifier and Type Field Description protected ItemServiceUpdateAuthorities. itemService -
Uses of ItemService in org.dspace.authority.indexer
Fields in org.dspace.authority.indexer declared as ItemService Modifier and Type Field Description protected ItemServiceAuthorityConsumer. itemServiceprotected static ItemServiceAuthorityIndexClient. itemServiceprotected ItemServiceDSpaceAuthorityIndexer. itemService -
Uses of ItemService in org.dspace.browse
Fields in org.dspace.browse declared as ItemService Modifier and Type Field Description protected ItemServiceBrowseInfo. itemServiceprotected ItemServiceItemCounter. itemService -
Uses of ItemService in org.dspace.content
Classes in org.dspace.content that implement ItemService Modifier and Type Class Description classItemServiceImplService implementation for the Item object.Fields in org.dspace.content declared as ItemService Modifier and Type Field Description protected ItemServiceBitstreamServiceImpl. itemServiceprotected ItemServiceBundleServiceImpl. itemServiceprotected ItemServiceCollectionServiceImpl. itemServiceprotected ItemServiceCommunityServiceImpl. itemServiceprotected ItemServiceEntityServiceImpl. itemServiceprotected ItemServiceInstallItemServiceImpl. itemServiceprotected ItemServiceItemComparator. itemServiceprotected ItemServiceRelationshipServiceImpl. itemServiceprotected ItemServiceWorkspaceItemServiceImpl. itemServiceMethods in org.dspace.content that return ItemService Modifier and Type Method Description ItemServiceItem. getItemService() -
Uses of ItemService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as ItemService Modifier and Type Field Description protected ItemServiceAIPTechMDCrosswalk. itemServiceprotected ItemServiceDIMDisseminationCrosswalk. itemServiceprotected ItemServiceDIMIngestionCrosswalk. itemServiceprotected ItemServiceMODSDisseminationCrosswalk. itemServiceprotected ItemServiceOAIDCIngestionCrosswalk. itemServiceprotected ItemServiceOREDisseminationCrosswalk. itemServiceprotected ItemServiceOREIngestionCrosswalk. itemServiceprotected ItemServiceQDCCrosswalk. itemServiceprotected ItemServiceSimpleDCDisseminationCrosswalk. itemServiceprotected ItemServiceXHTMLHeadDisseminationCrosswalk. itemServiceprotected static ItemServiceXSLTDisseminationCrosswalk. itemService -
Uses of ItemService in org.dspace.content.factory
Methods in org.dspace.content.factory that return ItemService Modifier and Type Method Description abstract ItemServiceContentServiceFactory. getItemService()ItemServiceContentServiceFactoryImpl. getItemService() -
Uses of ItemService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as ItemService Modifier and Type Field Description protected ItemServiceAbstractMETSIngester. itemServiceprotected ItemServiceAbstractPackageDisseminator. itemServiceprotected ItemServiceAbstractPackageIngester. itemServiceprotected static ItemServicePackageUtils. itemServiceprotected ItemServicePDFPackager. itemService -
Uses of ItemService in org.dspace.curate
Fields in org.dspace.curate declared as ItemService Modifier and Type Field Description protected ItemServiceAbstractCurationTask. itemServiceprotected ItemServiceCurator. itemService -
Uses of ItemService in org.dspace.discovery
Fields in org.dspace.discovery declared as ItemService Modifier and Type Field Description protected ItemServiceSolrServiceMetadataBrowseIndexingPlugin. itemServiceprotected ItemServiceSolrServiceSpellIndexingPlugin. itemService -
Uses of ItemService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as ItemService Modifier and Type Field Description protected ItemServiceItemIndexFactoryImpl. itemService -
Uses of ItemService in org.dspace.disseminate
Fields in org.dspace.disseminate declared as ItemService Modifier and Type Field Description protected ItemServiceCitationDocumentServiceImpl. itemService -
Uses of ItemService in org.dspace.embargo
Fields in org.dspace.embargo declared as ItemService Modifier and Type Field Description protected ItemServiceEmbargoServiceImpl. itemService -
Uses of ItemService in org.dspace.eperson
Fields in org.dspace.eperson declared as ItemService Modifier and Type Field Description protected ItemServiceEPersonServiceImpl. itemServiceprotected ItemServiceSupervisorServiceImpl. itemService -
Uses of ItemService in org.dspace.harvest
Fields in org.dspace.harvest declared as ItemService Modifier and Type Field Description protected ItemServiceOAIHarvester. itemService -
Uses of ItemService in org.dspace.identifier
Fields in org.dspace.identifier declared as ItemService Modifier and Type Field Description protected ItemServiceDOIIdentifierProvider. itemServiceprotected ItemServiceEZIDIdentifierProvider. itemServiceprotected ItemServiceHandleIdentifierProvider. itemServiceMethods in org.dspace.identifier with parameters of type ItemService Modifier and Type Method Description protected voidEZIDIdentifierProvider. setItemService(ItemService itemService)Method should never be used aside from the unit tests where we can cannot autowire this class. -
Uses of ItemService in org.dspace.identifier.doi
Fields in org.dspace.identifier.doi declared as ItemService Modifier and Type Field Description protected ItemServiceDOIOrganiser. itemService -
Uses of ItemService in org.dspace.license
Fields in org.dspace.license declared as ItemService Modifier and Type Field Description protected ItemServiceCreativeCommonsServiceImpl. itemServiceprotected static ItemServiceLicenseCleanup. itemServiceprotected ItemServiceLicenseMetadataValue. itemService -
Uses of ItemService in org.dspace.rdf
Fields in org.dspace.rdf declared as ItemService Modifier and Type Field Description protected ItemServiceRDFizer. itemService -
Uses of ItemService in org.dspace.rdf.conversion
Fields in org.dspace.rdf.conversion declared as ItemService Modifier and Type Field Description protected ItemServiceSimpleDSORelationsConverterPlugin. itemService -
Uses of ItemService in org.dspace.search
Fields in org.dspace.search declared as ItemService Modifier and Type Field Description protected static ItemServiceHarvest. itemService -
Uses of ItemService in org.dspace.statistics
Fields in org.dspace.statistics declared as ItemService Modifier and Type Field Description protected ItemServiceStatisticsLoggingConsumer. itemService -
Uses of ItemService in org.dspace.statistics.content
Fields in org.dspace.statistics.content declared as ItemService Modifier and Type Field Description protected ItemServiceStatisticsDataVisits. itemService -
Uses of ItemService in org.dspace.statistics.util
Fields in org.dspace.statistics.util declared as ItemService Modifier and Type Field Description protected ItemServiceStatisticsImporter. itemService -
Uses of ItemService in org.dspace.submit
Fields in org.dspace.submit declared as ItemService Modifier and Type Field Description protected ItemServiceAbstractProcessingStep. itemService -
Uses of ItemService in org.dspace.submit.lookup
Fields in org.dspace.submit.lookup declared as ItemService Modifier and Type Field Description protected ItemServiceDSpaceWorkspaceItemOutputGenerator. itemServiceprotected static ItemServiceSubmissionLookupUtils. itemService -
Uses of ItemService in org.dspace.util
Fields in org.dspace.util declared as ItemService Modifier and Type Field Description protected ItemServiceSolrUpgradePre6xStatistics. itemService -
Uses of ItemService in org.dspace.versioning
Fields in org.dspace.versioning declared as ItemService Modifier and Type Field Description protected ItemServiceAbstractVersionProvider. itemService -
Uses of ItemService in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic declared as ItemService Modifier and Type Field Description protected ItemServiceBasicWorkflowItemServiceImpl. itemServiceprotected ItemServiceBasicWorkflowServiceImpl. itemService -
Uses of ItemService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as ItemService Modifier and Type Field Description protected ItemServiceWorkflowRequirementsServiceImpl. itemServiceprotected ItemServiceXmlWorkflowServiceImpl. itemService -
Uses of ItemService in org.dspace.xmlworkflow.state.actions.processingaction
Fields in org.dspace.xmlworkflow.state.actions.processingaction declared as ItemService Modifier and Type Field Description protected ItemServiceProcessingAction. itemService -
Uses of ItemService in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents declared as ItemService Modifier and Type Field Description protected ItemServiceXmlWorkflowItemServiceImpl. itemService
-