Uses of Interface
org.fcrepo.migration.DatastreamVersion
-
Packages that use DatastreamVersion Package Description org.fcrepo.migration org.fcrepo.migration.foxml org.fcrepo.migration.handlers -
-
Uses of DatastreamVersion in org.fcrepo.migration
Methods in org.fcrepo.migration that return types with arguments of type DatastreamVersion Modifier and Type Method Description List<DatastreamVersion>ObjectReference. getDatastreamVersions(String datastreamId)Gets all versions of the datastream with the given id, from oldest to newest.List<DatastreamVersion>ObjectVersionReference. listChangedDatastreams()Lists the current version of all datastreams changed from the pervious version to this one.Methods in org.fcrepo.migration with parameters of type DatastreamVersion Modifier and Type Method Description voidStreamingFedoraObjectHandler. processDatastreamVersion(DatastreamVersion dsVersion)Invoked to allow processing of a datastream by this StreamingFedoraObjectHandler. -
Uses of DatastreamVersion in org.fcrepo.migration.foxml
Classes in org.fcrepo.migration.foxml that implement DatastreamVersion Modifier and Type Class Description classFoxmlInputStreamFedoraObjectProcessor.Foxml11DatastreamVersion -
Uses of DatastreamVersion in org.fcrepo.migration.handlers
Methods in org.fcrepo.migration.handlers with parameters of type DatastreamVersion Modifier and Type Method Description voidConsoleLoggingStreamingFedoraObjectHandler. processDatastreamVersion(DatastreamVersion dsVersion)voidObjectAbstractionStreamingFedoraObjectHandler. processDatastreamVersion(DatastreamVersion dsVersion)
-