| Package | Description |
|---|---|
| org.fcrepo | |
| org.fcrepo.services |
| Modifier and Type | Method and Description |
|---|---|
void |
Datastream.setContent(InputStream content)
Set the content of this datastream
|
void |
Datastream.setContent(InputStream content,
String contentType,
URI checksum,
PolicyDecisionPoint storagePolicyDecisionPoint)
Sets the content of this Datastream.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
DatastreamService.createDatastreamNode(javax.jcr.Session session,
String dsPath,
String contentType,
InputStream requestBodyStream)
Create a new Datastream node in the JCR store
|
javax.jcr.Node |
DatastreamService.createDatastreamNode(javax.jcr.Session session,
String dsPath,
String contentType,
InputStream requestBodyStream,
URI checksum)
Create a new Datastream node in the JCR store
|
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.