public interface FedoraDatastreamRecord
| Modifier and Type | Method and Description |
|---|---|
String |
getControlGroup()
Get the control group for the datastream described by this record.
|
FedoraDatastreamVersionRecord |
getCurrentVersion()
Gets the most recent version of the datastream.
|
List<FedoraDatastreamVersionRecord> |
getHistory()
Returns a non-null, non-empty list of FedoraDatastreamVersionRecord
objects representing the ordered history of this datastream from most
recent to oldest.
|
String |
getId()
Gets the DSID for the datastream described by this record.
|
String |
getPid()
Gets the pid of the object whose datastream is described by this record.
|
String |
getState()
Gets the state for the datastream described by this record.
|
boolean |
getVersionable()
Gets the 'versionable' value for the datastream described by this
record.
|
String getPid()
String getId()
String getControlGroup()
String getState()
boolean getVersionable()
List<FedoraDatastreamVersionRecord> getHistory()
FedoraDatastreamVersionRecord getCurrentVersion()
Copyright © 2013 DuraSpace, Inc.. All rights reserved.