Uses of Class
org.opencastproject.oaipmh.server.OaiPmhRepository
Packages that use OaiPmhRepository
-
Uses of OaiPmhRepository in org.opencastproject.oaipmh.matterhorn
Methods in org.opencastproject.oaipmh.matterhorn with parameters of type OaiPmhRepositoryModifier and TypeMethodDescriptionMatterhornInlinedMetadataProvider.createMetadata(OaiPmhRepository repository, SearchResultItem item, Optional<String> set) MatterhornMetadataProvider.createMetadata(OaiPmhRepository repository, SearchResultItem item, Optional<String> set) -
Uses of OaiPmhRepository in org.opencastproject.oaipmh.server
Subclasses of OaiPmhRepository in org.opencastproject.oaipmh.serverModifier and TypeClassDescriptionclassFactory for the default OAI-PMH repository that ships with each Opencast installation serving thematterhornmetadata format.Fields in org.opencastproject.oaipmh.server declared as OaiPmhRepositoryMethods in org.opencastproject.oaipmh.server with parameters of type OaiPmhRepositoryModifier and TypeMethodDescriptionMetadataProvider.createMetadata(OaiPmhRepository repository, SearchResultItem item, Optional<String> set) Transform a search result item into a piece of XML metadata.OaiDcMetadataProvider.createMetadata(OaiPmhRepository repository, SearchResultItem item, Optional<String> set) voidOaiPmhServer.setRepository(OaiPmhRepository r) OSGi DI.voidOaiPmhServer.unsetRepository(OaiPmhRepository r) OSGi DI.Constructors in org.opencastproject.oaipmh.server with parameters of type OaiPmhRepositoryModifierConstructorDescriptionOaiVerbXmlGen(OaiPmhRepository repository, Params p) OaiXmlGen(OaiPmhRepository repository) Create a new OaiXmlGen for a certain repository.