Package org.fcrepo.migration
Interface ObjectInfo
-
- All Known Implementing Classes:
DefaultObjectInfo
public interface ObjectInfo
An interface defining access to the high level identifying information about a fedora 3 object.- Author:
- mdurbin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFedoraURI()PathgetFoxmlPath()StringgetPid()
-
-
-
Method Detail
-
getFedoraURI
String getFedoraURI()
- Returns:
- the Fedora URI of the object (or null if none is available in the source).
-
getFoxmlPath
Path getFoxmlPath()
- Returns:
- the path to the foxml file of this object.
-
-