|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryReader
Provides context-appropriate digital object readers and the ability to list all objects (accessible in the given context) within the repository.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
ServerException
ServiceDefinitionReader getServiceDefinitionReader(boolean cachedObjectRequired,
Context context,
String pid)
throws ServerException
ServerException
String[] listObjectPIDs(Context context)
throws ServerException
ServerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||