Uses of Class
org.dspace.core.SelfNamedPlugin
-
Packages that use SelfNamedPlugin 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) -
-
Uses of SelfNamedPlugin in org.dspace.content.authority
Subclasses of SelfNamedPlugin in org.dspace.content.authority Modifier and Type Class Description classDCInputAuthorityChoiceAuthority source that reads the same submission-forms which drive configurable submission.classDSpaceControlledVocabularyChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies from${dspace.dir}/config/controlled-vocabularies/*.xmland turns them into autocompleting authorities. -
Uses of SelfNamedPlugin in org.dspace.content.crosswalk
Subclasses of SelfNamedPlugin in org.dspace.content.crosswalk Modifier and Type Class Description classMODSDisseminationCrosswalkConfigurable MODS CrosswalkclassQDCCrosswalkConfigurable QDC CrosswalkclassSimpleDCDisseminationCrosswalkDisseminator for Simple Dublin Core metadata in XML format.classXHTMLHeadDisseminationCrosswalkCrosswalk 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.classXSLTCrosswalkConfigurable XSLT-driven CrosswalkclassXSLTDisseminationCrosswalkConfigurable XSLT-driven dissemination CrosswalkclassXSLTIngestionCrosswalkConfigurable XSLT-driven ingestion Crosswalk -
Uses of SelfNamedPlugin in org.dspace.content.packager
Subclasses of SelfNamedPlugin in org.dspace.content.packager Modifier and Type Class Description classPDFPackagerAccept a PDF file by itself as a SIP.
-