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 protected voidBasicObjectVersionHandler. migrateDc(DatastreamVersion v, com.hp.hpl.jena.sparql.modify.request.QuadAcc triplesToRemove, com.hp.hpl.jena.sparql.modify.request.QuadDataAcc triplesToInsert)Migrates a DC datastream by shredding it into RDF properties and applying them directly to the object.protected voidBasicObjectVersionHandler. migrateRelsExt(DatastreamVersion v, com.hp.hpl.jena.sparql.modify.request.QuadAcc triplesToRemove, com.hp.hpl.jena.sparql.modify.request.QuadDataAcc triplesToInsert)Migrates a RELS-EXT datastream by splitting it apart into triples to update on the object it describes.protected voidBasicObjectVersionHandler. migrateRelsInt(DatastreamVersion v)Migrates a RELS-INT datastream by splitting it apart and updating the other datastreams it describes.voidConsoleLoggingStreamingFedoraObjectHandler. processDatastreamVersion(DatastreamVersion dsVersion)voidObjectAbstractionStreamingFedoraObjectHandler. processDatastreamVersion(DatastreamVersion dsVersion)protected voidBasicObjectVersionHandler. updateDatastreamProperties(ObjectReference obj, DatastreamVersion v, String dsPath)WIP utility function to update datastream properties.
-