Uses of Interface
org.dspace.handle.service.HandleService
-
Packages that use HandleService Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.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.itemupdate org.dspace.app.util Miscellaneous utility classes.org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.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.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.indexobject org.dspace.disseminate org.dspace.handle Provides classes and methods to interface with the CNRI Handle System.org.dspace.handle.factory 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.rdf org.dspace.rdf.storage 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.content org.dspace.workflowbasic org.dspace.xmlworkflow -
-
Uses of HandleService in org.dspace.administer
Fields in org.dspace.administer declared as HandleService Modifier and Type Field Description protected HandleServiceCommunityFiliator. handleService -
Uses of HandleService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as HandleService Modifier and Type Field Description protected HandleServiceMetadataImport. handleService -
Uses of HandleService in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as HandleService Modifier and Type Field Description protected static HandleServiceItemExportCLITool. handleServiceprotected HandleServiceItemExportServiceImpl. handleService -
Uses of HandleService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as HandleService Modifier and Type Field Description protected HandleServiceItemImportServiceImpl. handleService -
Uses of HandleService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as HandleService Modifier and Type Field Description protected HandleServiceItemArchive. handleServiceprotected static HandleServiceItemUpdate. handleService -
Uses of HandleService in org.dspace.app.util
Fields in org.dspace.app.util declared as HandleService Modifier and Type Field Description protected HandleServiceOpenSearchServiceImpl. handleService -
Uses of HandleService in org.dspace.checker
Fields in org.dspace.checker declared as HandleService Modifier and Type Field Description protected HandleServiceHandleDispatcher. handleService -
Uses of HandleService in org.dspace.content
Fields in org.dspace.content declared as HandleService Modifier and Type Field Description protected HandleServiceDSpaceObjectServiceImpl. handleService -
Uses of HandleService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as HandleService Modifier and Type Field Description protected HandleServiceAIPTechMDCrosswalk. handleServiceprotected HandleServiceMODSDisseminationCrosswalk. handleService -
Uses of HandleService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as HandleService Modifier and Type Field Description protected HandleServiceAbstractMETSIngester. handleServiceprotected HandleServiceAbstractPackageIngester. handleServiceprotected static HandleServicePackageUtils. handleService -
Uses of HandleService in org.dspace.curate
Fields in org.dspace.curate declared as HandleService Modifier and Type Field Description protected HandleServiceAbstractCurationTask. handleServiceprotected HandleServiceCurator. handleService -
Uses of HandleService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as HandleService Modifier and Type Field Description protected HandleServiceItemIndexFactoryImpl. handleService -
Uses of HandleService in org.dspace.disseminate
Fields in org.dspace.disseminate declared as HandleService Modifier and Type Field Description protected HandleServiceCitationDocumentServiceImpl. handleService -
Uses of HandleService in org.dspace.handle
Classes in org.dspace.handle that implement HandleService Modifier and Type Class Description classHandleServiceImplInterface to the CNRI Handle System .Fields in org.dspace.handle declared as HandleService Modifier and Type Field Description protected HandleServiceHandlePlugin. handleServiceReferences to DSpace Services -
Uses of HandleService in org.dspace.handle.factory
Methods in org.dspace.handle.factory that return HandleService Modifier and Type Method Description abstract HandleServiceHandleServiceFactory. getHandleService()HandleServiceHandleServiceFactoryImpl. getHandleService() -
Uses of HandleService in org.dspace.harvest
Fields in org.dspace.harvest declared as HandleService Modifier and Type Field Description protected HandleServiceOAIHarvester. handleService -
Uses of HandleService in org.dspace.identifier
Fields in org.dspace.identifier declared as HandleService Modifier and Type Field Description protected HandleServiceHandleIdentifierProvider. handleServiceprotected HandleServiceIdentifierServiceImpl. handleService -
Uses of HandleService in org.dspace.identifier.doi
Fields in org.dspace.identifier.doi declared as HandleService Modifier and Type Field Description protected HandleServiceDataCiteConnector. handleServiceprotected HandleServiceDOIOrganiser. handleService -
Uses of HandleService in org.dspace.rdf
Fields in org.dspace.rdf declared as HandleService Modifier and Type Field Description protected HandleServiceRDFizer. handleService -
Uses of HandleService in org.dspace.rdf.storage
Fields in org.dspace.rdf.storage declared as HandleService Modifier and Type Field Description protected HandleServiceHandleURIGenerator. handleService -
Uses of HandleService in org.dspace.search
Fields in org.dspace.search declared as HandleService Modifier and Type Field Description protected static HandleServiceHarvest. handleService -
Uses of HandleService in org.dspace.statistics.content
Fields in org.dspace.statistics.content declared as HandleService Modifier and Type Field Description protected HandleServiceStatisticsDataVisits. handleService -
Uses of HandleService in org.dspace.workflowbasic
Fields in org.dspace.workflowbasic declared as HandleService Modifier and Type Field Description protected HandleServiceBasicWorkflowServiceImpl. handleService -
Uses of HandleService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as HandleService Modifier and Type Field Description protected HandleServiceXmlWorkflowFactoryImpl. handleServiceprotected HandleServiceXmlWorkflowServiceImpl. handleService
-