Uses of Interface
org.fcrepo.migration.ObjectReference
-
Packages that use ObjectReference Package Description org.fcrepo.migration org.fcrepo.migration.foxml org.fcrepo.migration.handlers -
-
Uses of ObjectReference in org.fcrepo.migration
Methods in org.fcrepo.migration that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectVersionReference. getObject()Methods in org.fcrepo.migration with parameters of type ObjectReference Modifier and Type Method Description booleanDatastreamVersion. isFirstVersionIn(ObjectReference obj)Determines if this is the first version of a datastream.booleanDatastreamVersion. isLastVersionIn(ObjectReference obj)Determines if this is the last version of a datastream.voidFedoraObjectHandler. processObject(ObjectReference object)Invoked to process an object. -
Uses of ObjectReference in org.fcrepo.migration.foxml
Methods in org.fcrepo.migration.foxml with parameters of type ObjectReference Modifier and Type Method Description booleanFoxmlInputStreamFedoraObjectProcessor.Foxml11DatastreamVersion. isFirstVersionIn(ObjectReference obj)booleanFoxmlInputStreamFedoraObjectProcessor.Foxml11DatastreamVersion. isLastVersionIn(ObjectReference obj) -
Uses of ObjectReference in org.fcrepo.migration.handlers
Methods in org.fcrepo.migration.handlers with parameters of type ObjectReference Modifier and Type Method Description voidVersionAbstractionFedoraObjectHandler. processObject(ObjectReference object)protected voidBasicObjectVersionHandler. updateDatastreamProperties(ObjectReference obj, DatastreamVersion v, String dsPath)WIP utility function to update datastream properties.
-