| Package | Description |
|---|---|
| org.fcrepo.kernel.api.models | |
| org.fcrepo.kernel.api.services |
| Modifier and Type | Method and Description |
|---|---|
void |
FedoraBinary.setContent(InputStream content,
String contentType,
Collection<URI> checksums,
String originalFileName,
StoragePolicyDecisionPoint storagePolicyDecisionPoint)
Sets the content of this Datastream.
|
void |
FedoraBinary.setExternalContent(String contentType,
Collection<URI> checksums,
String originalFileName,
String externalHandling,
String externalUrl)
Sets the external content reference for this datastream
|
| Modifier and Type | Method and Description |
|---|---|
FedoraBinary |
VersionService.createBinaryVersion(FedoraSession session,
FedoraBinary resource,
Instant dateTime,
InputStream contentStream,
Collection<URI> checksums,
StoragePolicyDecisionPoint storagePolicyDecisionPoint)
Explicitly creates a version of a binary resource.
|
FedoraBinary |
VersionService.createBinaryVersion(FedoraSession session,
FedoraBinary resource,
Instant dateTime,
StoragePolicyDecisionPoint storagePolicyDecisionPoint)
Explicitly creates a version of a binary resource from the current state of that binary.
|
FedoraBinary |
VersionService.createExternalBinaryVersion(FedoraSession session,
FedoraBinary resource,
Instant dateTime,
Collection<URI> checksums,
String externalHandling,
String externalUrl) |
Copyright © 2013–2019 DuraSpace, Inc.. All rights reserved.