Uses of Interface
org.dspace.content.service.MetadataSchemaService
Packages that use MetadataSchemaService
Package
Description
Provides classes and methods for administrative functions that fall outside
the regular use of other subsystems.
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
End-user authentication manager, interface and implementations.
Provides an API for reading and manipulating content in the DSpace system.
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.
-
Uses of MetadataSchemaService in org.dspace.administer
Fields in org.dspace.administer declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected static MetadataSchemaServiceMetadataExporter.metadataSchemaServiceprotected static MetadataSchemaServiceMetadataImporter.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected final MetadataSchemaServiceDSpaceCSV.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected MetadataSchemaServiceItemImportServiceImpl.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected MetadataSchemaServiceAddMetadataAction.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.authenticate
Fields in org.dspace.authenticate declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected MetadataSchemaServiceSamlAuthentication.metadataSchemaServiceprotected MetadataSchemaServiceShibAuthentication.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content
Classes in org.dspace.content that implement MetadataSchemaServiceModifier and TypeClassDescriptionclassService implementation for the MetadataSchema object.Fields in org.dspace.content declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected MetadataSchemaServiceItemServiceImpl.metadataSchemaServiceprotected MetadataSchemaServiceMetadataFieldServiceImpl.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as MetadataSchemaServiceModifier and TypeFieldDescriptionprotected MetadataSchemaServiceCrosswalkMetadataValidator.metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content.factory
Methods in org.dspace.content.factory that return MetadataSchemaServiceModifier and TypeMethodDescriptionabstract MetadataSchemaServiceContentServiceFactory.getMetadataSchemaService()ContentServiceFactoryImpl.getMetadataSchemaService()