public interface RepositoryReader
| Modifier and Type | Method and Description |
|---|---|
DOReader |
getReader(boolean cachedObjectRequired,
Context context,
String pid)
Gets a digital object reader.
|
ServiceDefinitionReader |
getServiceDefinitionReader(boolean cachedObjectRequired,
Context context,
String pid) |
ServiceDeploymentReader |
getServiceDeploymentReader(boolean cachedObjectRequired,
Context context,
String pid) |
String[] |
listObjectPIDs(Context context)
Gets a list of PIDs (accessible in the given context) of all objects in
the repository.
|
DOReader getReader(boolean cachedObjectRequired, Context context, String pid) throws ServerException
context - The context of this request.pid - The PID of the object.ServerException - If anything went wrong.ServiceDeploymentReader getServiceDeploymentReader(boolean cachedObjectRequired, Context context, String pid) throws ServerException
ServerExceptionServiceDefinitionReader getServiceDefinitionReader(boolean cachedObjectRequired, Context context, String pid) throws ServerException
ServerExceptionString[] listObjectPIDs(Context context) throws ServerException
ServerExceptionCopyright © 2013 DuraSpace. All Rights Reserved.