| Package | Description |
|---|---|
| org.fcrepo.services | |
| org.fcrepo.services.functions | |
| org.fcrepo.utils |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<LowLevelCacheEntry,FixityResult> |
ServiceHelpers.getCheckCacheFixityFunction(URI dsChecksum,
long dsSize)
Get the fixity function to map a low-level cache entry to its fixity result
|
Collection<FixityResult> |
DatastreamService.getFixity(javax.jcr.Node resource,
URI dsChecksum,
long dsSize)
Get the fixity results for this datastream's bitstream, and compare it
against the given checksum and size.
|
Collection<FixityResult> |
DatastreamService.runFixityAndFixProblems(Datastream datastream)
Run the fixity check on the datastream and attempt to automatically
correct failures if additional copies of the bitstream are available
|
| Modifier and Type | Method and Description |
|---|---|
FixityResult |
CheckCacheEntryFixity.apply(LowLevelCacheEntry input) |
| Modifier and Type | Method and Description |
|---|---|
FixityResult |
LowLevelCacheEntry.checkFixity(URI checksum,
long size)
Check the entry's InputStream against the checksum and size.
|
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Model |
JcrRdfTools.getFixityResultsModel(GraphSubjects factory,
javax.jcr.Node node,
Iterable<FixityResult> blobs)
Serialize the JCR fixity information in a Jena Model
|
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.