public interface ObjectManager
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllManagedRepositories()
Return a list of all repositories managed by this manager.
|
String |
getObjectType(Object object)
Return a descriptive, repository specfic, type for the object.
|
String |
getObjectURL(Object object)
Return a url referencing the object's metadata.
|
String |
getRepositoryIdentifier(Object object)
Return a unique identifier of the repository this object is contained
in.
|
boolean |
manageObject(Object object)
Determine if the supplied object is manageable by this implementation of
ObjectManager.
|
boolean manageObject(Object object) throws WingException
object - The object to be managed.WingExceptionString getObjectURL(Object object) throws WingException
object - The object being managed.WingExceptionString getObjectType(Object object) throws WingException
object - The object being managed.WingExceptionString getRepositoryIdentifier(Object object) throws WingException
object - The object being managed.WingExceptionMap<String,String> getAllManagedRepositories() throws WingException
WingExceptionCopyright © 2014 DuraSpace. All Rights Reserved.