Uses of Interface
org.fcrepo.migration.ObjectProperties
-
Packages that use ObjectProperties Package Description org.fcrepo.migration org.fcrepo.migration.foxml org.fcrepo.migration.handlers -
-
Uses of ObjectProperties in org.fcrepo.migration
Methods in org.fcrepo.migration that return ObjectProperties Modifier and Type Method Description ObjectPropertiesObjectReference. getObjectProperties()ObjectPropertiesObjectVersionReference. getObjectProperties()Methods in org.fcrepo.migration with parameters of type ObjectProperties Modifier and Type Method Description voidStreamingFedoraObjectHandler. processObjectProperties(ObjectProperties properties)Invoked to allow processing of properties by this StreamingFedoraObjectHandler. -
Uses of ObjectProperties in org.fcrepo.migration.foxml
Classes in org.fcrepo.migration.foxml that implement ObjectProperties Modifier and Type Class Description classFoxmlObjectPropertiesAn ObjectProperties implementation that is annotated to allow JAXB unmarshalling from a FOXML XML file for stream. -
Uses of ObjectProperties in org.fcrepo.migration.handlers
Methods in org.fcrepo.migration.handlers with parameters of type ObjectProperties Modifier and Type Method Description voidConsoleLoggingStreamingFedoraObjectHandler. processObjectProperties(ObjectProperties properties)voidObjectAbstractionStreamingFedoraObjectHandler. processObjectProperties(ObjectProperties properties)
-