The intent of this method is to return the digital object along with valid URI pointers for ALL its datastreams. @param format The format to export the object in. If null or "default", will use the repository's configured default export format. @param exportContext The use case for export (public, migrate, archive) which results in different ways of representing datastream URLs or datastream content in the output. @return the content of the entire digital object as XML, with public URIsfor managed content datastreams. @throws ServerException If there object could not be found or there was was a failure in accessing the object for any reason. @see org.fcrepo.server.storage.translation.DOTranslationUtility#SERIALIZE_EXPORT_PUBLIC @see org.fcrepo.server.storage.translation.DOTranslationUtility#SERIALIZE_EXPORT_MIGRATE @see org.fcrepo.server.storage.translation.DOTranslationUtility#SERIALIZE_EXPORT_ARCHIVE
|
|