Uses of Interface
org.dspace.content.service.MetadataSchemaService
-
Packages that use MetadataSchemaService 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.itemimport org.dspace.app.itemupdate org.dspace.authenticate End-user authentication manager, interface and implementations.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 -
-
Uses of MetadataSchemaService in org.dspace.administer
Fields in org.dspace.administer declared as MetadataSchemaService Modifier and Type Field Description protected static MetadataSchemaServiceMetadataExporter. metadataSchemaServiceprotected static MetadataSchemaServiceMetadataImporter. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceDSpaceCSV. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceItemImportServiceImpl. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceAddMetadataAction. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.authenticate
Fields in org.dspace.authenticate declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceShibAuthentication. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content
Classes in org.dspace.content that implement MetadataSchemaService Modifier and Type Class Description classMetadataSchemaServiceImplService implementation for the MetadataSchema object.Fields in org.dspace.content declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceItemServiceImpl. metadataSchemaServiceprotected MetadataSchemaServiceMetadataFieldServiceImpl. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as MetadataSchemaService Modifier and Type Field Description protected MetadataSchemaServiceCrosswalkMetadataValidator. metadataSchemaService -
Uses of MetadataSchemaService in org.dspace.content.factory
Methods in org.dspace.content.factory that return MetadataSchemaService Modifier and Type Method Description abstract MetadataSchemaServiceContentServiceFactory. getMetadataSchemaService()MetadataSchemaServiceContentServiceFactoryImpl. getMetadataSchemaService()
-