public interface FedoraDatastreamVersionRecord
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAltIDs()
Gets the alternate IDs of the datastream version described by this
record.
|
String |
getContentDigest()
Gets the content digest of the datastream version described by this
record.
|
String |
getContentDigestType()
Gets the content digest type of the datastream version described by this
record.
|
long |
getContentLength()
Gets the length in bytes of the content of the datastream version
described by this record.
|
Date |
getCreatedDate()
Gets the creation date for the datastream version described by this
record.
|
String |
getFormatURI()
Gets the format URI of the datastream version described by this record.
|
String |
getLabel()
Gets the label of the datastream version described by this record.
|
String |
getMimeType()
Gets the MIME type of the datastream version described by this record.
|
byte[] |
getSha1()
Gets (or computes) a SHA-1 hash of the content of the datastream.
|
InputStream |
getStream()
Gets a new InputStream to access the content of the datastream version
described by this record.
|
String |
getVersionId()
Gets the ID of the datastream version described by this record.
|
String getVersionId()
String getLabel()
Date getCreatedDate()
String getMimeType()
String getFormatURI()
List<String> getAltIDs()
String getContentDigestType()
String getContentDigest()
long getContentLength()
InputStream getStream() throws Exception
ExceptionCopyright © 2013 DuraSpace, Inc.. All rights reserved.