Class FedoraTombstones

    • Constructor Detail

      • FedoraTombstones

        public FedoraTombstones​(String externalPath)
        Create a new FedoraTombstones instance for a given path
        Parameters:
        externalPath - the external path
    • Method Detail

      • delete

        @DELETE
        public javax.ws.rs.core.Response delete()
        Delete a tombstone resource (freeing the original resource to be reused)
        Returns:
        the free resource
      • get

        @GET
        public javax.ws.rs.core.Response get()
      • post

        @POST
        public javax.ws.rs.core.Response post()
      • put

        @PUT
        public javax.ws.rs.core.Response put()
      • options

        @OPTIONS
        public javax.ws.rs.core.Response options()