Uses of Interface
org.dspace.core.NameAwarePlugin
-
Packages that use NameAwarePlugin 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)org.dspace.core Provides some basic functionality required throughout the DSpace system. -
-
Uses of NameAwarePlugin in org.dspace.content.authority
Subinterfaces of NameAwarePlugin in org.dspace.content.authority Modifier and Type Interface Description interfaceChoiceAuthorityPlugin interface that supplies an authority control mechanism for one metadata field.interfaceHierarchicalAuthorityPlugin interface that supplies an authority control mechanism for one metadata field.Classes in org.dspace.content.authority that implement NameAwarePlugin Modifier and Type Class Description classDCInputAuthorityChoiceAuthority source that reads the same submission-forms which drive configurable submission.classDSpaceControlledVocabularyChoiceAuthority source that reads the hierarchical vocabularies from${dspace.dir}/config/controlled-vocabularies/*.xmland turns them into autocompleting authorities.classEPersonAuthorityImplementation ofChoiceAuthoritybased on EPerson.classSampleAuthorityThis is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.classSHERPARoMEOJournalTitleJournal-name authority based on SHERPA/RoMEO v2classSHERPARoMEOPublisherPublisher name authority based on SHERPA/RoMEO v2classSolrAuthorityclassTestAuthorityThis is a *very* stupid test fixture for authority control with AuthorityVariantsSupport. -
Uses of NameAwarePlugin in org.dspace.content.crosswalk
Classes in org.dspace.content.crosswalk that implement NameAwarePlugin 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 NameAwarePlugin in org.dspace.content.packager
Classes in org.dspace.content.packager that implement NameAwarePlugin Modifier and Type Class Description classPDFPackagerAccept a PDF file by itself as a SIP. -
Uses of NameAwarePlugin in org.dspace.core
Classes in org.dspace.core that implement NameAwarePlugin Modifier and Type Class Description classSelfNamedPluginSimple lightweight "framework" for managing plugins.
-