Uses of Interface
org.opencastproject.publication.api.OaiPmhPublicationService
Packages that use OaiPmhPublicationService
Package
Description
-
Uses of OaiPmhPublicationService in org.opencastproject.event.handler
Methods in org.opencastproject.event.handler with parameters of type OaiPmhPublicationServiceModifier and TypeMethodDescriptionvoidOaiPmhUpdatedEventHandler.setOaiPmhPublicationService(OaiPmhPublicationService oaiPmhPublicationService) -
Uses of OaiPmhPublicationService in org.opencastproject.publication.oaipmh
Classes in org.opencastproject.publication.oaipmh that implement OaiPmhPublicationServiceModifier and TypeClassDescriptionclassPublishes a recording to an OAI-PMH publication repository. -
Uses of OaiPmhPublicationService in org.opencastproject.publication.oaipmh.endpoint
Fields in org.opencastproject.publication.oaipmh.endpoint declared as OaiPmhPublicationServiceModifier and TypeFieldDescriptionprotected OaiPmhPublicationServiceOaiPmhPublicationRestService.serviceThe OAI-PMH publication serviceMethods in org.opencastproject.publication.oaipmh.endpoint with parameters of type OaiPmhPublicationServiceModifier and TypeMethodDescriptionvoidOaiPmhPublicationRestService.setService(OaiPmhPublicationService service) -
Uses of OaiPmhPublicationService in org.opencastproject.publication.oaipmh.remote
Classes in org.opencastproject.publication.oaipmh.remote that implement OaiPmhPublicationServiceModifier and TypeClassDescriptionclassA remote publication service invoker. -
Uses of OaiPmhPublicationService in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution with parameters of type OaiPmhPublicationServiceModifier and TypeMethodDescriptionvoidRepublishOaiPmhWorkflowOperationHandler.setOaiPmhPublicationService(OaiPmhPublicationService oaiPmhPublicationService) OSGI DIvoidPublishOaiPmhWorkflowOperationHandler.setPublicationService(OaiPmhPublicationService publicationService) Callback for the OSGi declarative services configuration.voidRetractOaiPmhWorkflowOperationHandler.setPublicationService(OaiPmhPublicationService publicationService) OSGi declarative service configuration callback.