| Package | Description |
|---|---|
| org.dspace.content.authority | |
| 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)
Packaging Interfaces
The principle interfaces are for ingesters and disseminators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCInputAuthority
ChoiceAuthority source that reads the same input-forms which drive
configurable submission.
|
class |
DSpaceControlledVocabulary
ChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies
from ${dspace.dir}/config/controlled-vocabularies/*.xml and turns them into
autocompleting authorities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MODSDisseminationCrosswalk
Configurable MODS Crosswalk
This class supports multiple dissemination crosswalks from DSpace
internal data to the MODS XML format
(see http://www.loc.gov/standards/mods/.)
|
class |
QDCCrosswalk
Configurable QDC Crosswalk
This class supports multiple dissemination crosswalks from DSpace
internal data to the Qualified Dublin Core XML format
(see http://dublincore.org/
It registers multiple Plugin names, which it reads from
the DSpace configuration as follows:
Configuration
Every key starting with
"crosswalk.qdc.properties." |
class |
SimpleDCDisseminationCrosswalk
Disseminator for Simple Dublin Core metadata in XML format.
|
class |
XHTMLHeadDisseminationCrosswalk
Crosswalk for creating appropriate <meta> elements to appear in the
item display page for a particular item, for improving automated processing
of the page (e.g. by search engines).
|
class |
XSLTCrosswalk
Configurable XSLT-driven Crosswalk
This is the superclass of the XSLT dissemination and submission crosswalks.
|
class |
XSLTDisseminationCrosswalk
Configurable XSLT-driven dissemination Crosswalk
See the XSLTCrosswalk superclass for details on configuration.
|
class |
XSLTIngestionCrosswalk
Configurable XSLT-driven ingestion Crosswalk
See the XSLTCrosswalk superclass for details on configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFPackager
Accept a PDF file by itself as a SIP.
|
Copyright © 2016 DuraSpace. All Rights Reserved.