|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
FedoraObjectResource
Implement /objects/pid/* REST API |
class |
FedoraObjectSearchResource
Implement /objects REST API (search) GET /objects ? terms query sessionToken maxResults format |
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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||