Class AbstractOaiPmhServerInfoRestEndpoint

java.lang.Object
org.opencastproject.oaipmh.server.AbstractOaiPmhServerInfoRestEndpoint
Direct Known Subclasses:
OsgiOaiPmhServerInfoRestEndpoint

public abstract class AbstractOaiPmhServerInfoRestEndpoint extends Object
Assistant REST endpoint to support a distributed deployment of the OaiPmhServer.
  • Constructor Details

    • AbstractOaiPmhServerInfoRestEndpoint

      public AbstractOaiPmhServerInfoRestEndpoint()
  • Method Details

    • getOaiPmhServerInfo

      public abstract OaiPmhServerInfo getOaiPmhServerInfo()
    • hasRepo

      @GET @Path("/hasrepo/{repoId}") @Produces("text/plain") public javax.ws.rs.core.Response hasRepo(@PathParam("repoId") String repoId)
    • getMountPoint

      @GET @Path("/mountpoint") @Produces("text/plain") public javax.ws.rs.core.Response getMountPoint()