| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected MockMetadataValue |
MODSDisseminationCrosswalk.createDCValue(String element,
String qualifier,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MockMetadataValue> |
MODSDisseminationCrosswalk.collection2Metadata(Collection collection)
Generate a list of metadata elements for the given DSpace
collection.
|
protected List<MockMetadataValue> |
MODSDisseminationCrosswalk.community2Metadata(Community community)
Generate a list of metadata elements for the given DSpace
community.
|
protected static List<MockMetadataValue> |
XSLTDisseminationCrosswalk.item2Metadata(Item item) |
protected List<MockMetadataValue> |
MODSDisseminationCrosswalk.item2Metadata(Item item)
Generate a list of metadata elements for the given DSpace item.
|
protected List<MockMetadataValue> |
MODSDisseminationCrosswalk.site2Metadata(Site site)
Generate a list of metadata elements for the given DSpace
site.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jdom.Element |
XSLTDisseminationCrosswalk.createDIM(DSpaceObject dso,
List<MockMetadataValue> dcvs)
Generate an intermediate representation of a DSpace object.
|
Copyright © 2016 DuraSpace. All rights reserved.