Uses of Interface
org.fcrepo.migration.ObjectInfo
-
Packages that use ObjectInfo Package Description org.fcrepo.migration org.fcrepo.migration.foxml org.fcrepo.migration.handlers -
-
Uses of ObjectInfo in org.fcrepo.migration
Classes in org.fcrepo.migration that implement ObjectInfo Modifier and Type Class Description classDefaultObjectInfoA default implementation of ObjectInfo that accepts values at construction time.Methods in org.fcrepo.migration that return ObjectInfo Modifier and Type Method Description ObjectInfoDatastreamInfo. getObjectInfo()Gets the information about the object to which this datastream belongs.ObjectInfoFedoraObjectProcessor. getObjectInfo()get object information.ObjectInfoObjectReference. getObjectInfo()ObjectInfoObjectVersionReference. getObjectInfo()Methods in org.fcrepo.migration with parameters of type ObjectInfo Modifier and Type Method Description voidStreamingFedoraObjectHandler. abortObject(ObjectInfo object)Invoked if processing of the object failed for some reason.voidStreamingFedoraObjectHandler. beginObject(ObjectInfo object)begin object.voidStreamingFedoraObjectHandler. completeObject(ObjectInfo object)A hook called after the object has been completely processed. -
Uses of ObjectInfo in org.fcrepo.migration.foxml
Methods in org.fcrepo.migration.foxml that return ObjectInfo Modifier and Type Method Description ObjectInfoFoxmlInputStreamFedoraObjectProcessor. getObjectInfo() -
Uses of ObjectInfo in org.fcrepo.migration.handlers
Methods in org.fcrepo.migration.handlers with parameters of type ObjectInfo Modifier and Type Method Description voidConsoleLoggingStreamingFedoraObjectHandler. abortObject(ObjectInfo object)voidObjectAbstractionStreamingFedoraObjectHandler. abortObject(ObjectInfo object)voidConsoleLoggingStreamingFedoraObjectHandler. beginObject(ObjectInfo object)voidObjectAbstractionStreamingFedoraObjectHandler. beginObject(ObjectInfo object)voidConsoleLoggingStreamingFedoraObjectHandler. completeObject(ObjectInfo object)voidObjectAbstractionStreamingFedoraObjectHandler. completeObject(ObjectInfo object)
-