Uses of Class
org.fcrepo.server.rest.BaseRestResource

Packages that use BaseRestResource
org.fcrepo.server.rest   
org.fcrepo.server.upload   
 

Uses of BaseRestResource in org.fcrepo.server.rest
 

Subclasses of BaseRestResource in org.fcrepo.server.rest
 class DatastreamResource
          A rest controller to handle CRUD operations for the Fedora datastream API (API-M) Request syntax:

GET,PUT,POST,DELETE prototol://hostname:port/fedora/objects/PID/datastreams/DSID/versions ? [dateTime][parmArray] protocol - either http or https. hostname - required hostname of the Fedora server. port - required port number on which the Fedora server is running. fedora - required path name for the Fedora access service. objects - required path name for the Fedora service. PID - required persistent idenitifer of the digital object. DSID - required datastream identifier for the datastream. dateTime - optional dateTime value indicating dissemination of a version of the digital object at the specified point in time.

 class DescribeRepositoryResource
          Implements the "describeRepository" functionality of the Fedora Access LITE (API-A-LITE) interface using a java servlet front end.
 class FedoraObjectsResource
          Implement /objects/pid/* REST API
 class MethodResource
          A rest controller to handle listing and invoking all Service Definition methods in a digital object.
 class RelationshipResource
          A rest controller to handle CRUD operations for the Fedora relationships API.
 class SchemaResource
           
 

Uses of BaseRestResource in org.fcrepo.server.upload
 

Subclasses of BaseRestResource in org.fcrepo.server.upload
 class UploadResource
          Enables the upload of temp files for the REST API.
 



Copyright © 2012 DuraSpace. All Rights Reserved.