| Modifier and Type | Method and Description |
|---|---|
FedoraContent |
FedoraContent.setChecksum(URI checksum)
Set the checksum of the content as a URI (e.g.,
"
urn:sha1:290fa4c6a6161c0941fcaa915e2f96aecc85cd9f"). |
FedoraContent |
FedoraContent.setContent(InputStream content)
Set the content stream.
|
FedoraContent |
FedoraContent.setContentType(String contentType)
Set the content type (MIME type) of the content.
|
FedoraContent |
FedoraContent.setFilename(String filename)
Set the filename of the content source file.
|
| Modifier and Type | Method and Description |
|---|---|
FedoraDatastream |
FedoraRepository.createDatastream(String path,
FedoraContent content)
Create a new Datastream.
|
void |
FedoraDatastream.updateContent(FedoraContent content)
Replace the content of this Datastream.
|
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.