Class OsgiOaiPmhServerInfoRestEndpoint
java.lang.Object
org.opencastproject.oaipmh.server.AbstractOaiPmhServerInfoRestEndpoint
org.opencastproject.oaipmh.server.OsgiOaiPmhServerInfoRestEndpoint
@Path("/oaipmhinfo")
public class OsgiOaiPmhServerInfoRestEndpoint
extends AbstractOaiPmhServerInfoRestEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.oaipmh.server.OaiPmhServerInfovoidsetOaiPmhServerInfo(org.opencastproject.oaipmh.server.OaiPmhServerInfo oaiPmhServerInfo) OSGi DI.Methods inherited from class org.opencastproject.oaipmh.server.AbstractOaiPmhServerInfoRestEndpoint
getMountPoint, hasRepo
-
Constructor Details
-
OsgiOaiPmhServerInfoRestEndpoint
public OsgiOaiPmhServerInfoRestEndpoint()
-
-
Method Details
-
getOaiPmhServerInfo
public org.opencastproject.oaipmh.server.OaiPmhServerInfo getOaiPmhServerInfo()- Specified by:
getOaiPmhServerInfoin classAbstractOaiPmhServerInfoRestEndpoint
-
setOaiPmhServerInfo
public void setOaiPmhServerInfo(org.opencastproject.oaipmh.server.OaiPmhServerInfo oaiPmhServerInfo) OSGi DI.
-