Class HandleResource


  • @Path("/handle")
    public class HandleResource
    extends Resource
    Created with IntelliJ IDEA. User: peterdietz Date: 10/7/13 Time: 1:54 PM To change this template use File | Settings | File Templates.
    • Field Detail

      • handleService

        protected org.dspace.handle.service.HandleService handleService
      • authorizeService

        protected org.dspace.authorize.service.AuthorizeService authorizeService
    • Constructor Detail

      • HandleResource

        public HandleResource()
    • Method Detail

      • getObject

        @GET
        @Path("/{prefix}/{suffix}")
        @Produces({"application/json","application/xml"})
        public DSpaceObject getObject​(@PathParam("prefix")
                                      String prefix,
                                      @PathParam("suffix")
                                      String suffix,
                                      @QueryParam("expand")
                                      String expand,
                                      @Context
                                      javax.ws.rs.core.HttpHeaders headers)