|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryReader
Title: RepositoryReader.java
Description: Provides context-appropriate digital object readers and the ability to list all objects (accessible in the given context) within the repository.
| Method Summary | |
|---|---|
BDefReader |
getBDefReader(boolean cachedObjectRequired,
Context context,
java.lang.String pid)
|
BMechReader |
getBMechReader(boolean cachedObjectRequired,
Context context,
java.lang.String pid)
|
DOReader |
getReader(boolean cachedObjectRequired,
Context context,
java.lang.String pid)
Gets a digital object reader. |
java.lang.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,
java.lang.String pid)
throws ServerException
context - The context of this request.pid - The PID of the object.
ServerException - If anything went wrong.
BMechReader getBMechReader(boolean cachedObjectRequired,
Context context,
java.lang.String pid)
throws ServerException
ServerException
BDefReader getBDefReader(boolean cachedObjectRequired,
Context context,
java.lang.String pid)
throws ServerException
ServerException
java.lang.String[] listObjectPIDs(Context context)
throws ServerException
ServerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||