Class FedoraFixity

    • Constructor Detail

      • FedoraFixity

        public FedoraFixity()
        Default JAX-RS entry point
      • FedoraFixity

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

      • getDatastreamFixity

        @GET
        @Produces({"text/turtle;charset=utf-8;qs=1.0","application/ld+json;qs=0.8","text/rdf+n3;charset=utf-8","text/n3;charset=utf-8","application/rdf+xml","application/n-triples","text/plain;charset=utf-8","application/x-turtle","text/html;charset=utf-8","*/*"})
        public RdfNamespacedStream getDatastreamFixity()
        Get the results of a fixity check for a path GET /path/to/some/datastream/fcr:fixity
        Returns:
        datastream fixity in the given format
      • options

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

        @HEAD
        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()
      • patch

        public javax.ws.rs.core.Response patch()
      • delete

        @DELETE
        public javax.ws.rs.core.Response delete()