|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Title:
Description:
Copyright: Copyright (c) 2002
Company:
| Method Summary | |
void |
copy(String id,
String uri,
String toId,
String toUri)
Copy file-content of a content-Resource to another Resource. |
InputStream |
get(String id,
String uri)
Get file-content of a content-Resource. |
URI |
lookup(String webdavUri)
Lookup a WebDAV-URI on the format / |
void |
move(String id,
String uri,
String toId,
String toUri)
Move file-content of a content-Resource to another Resource. |
void |
remove(String id,
String uri)
Remove file-content of a content-Resource. |
long |
set(String id,
String uri,
InputStream is)
Set file-content of a content-Resource. |
| Method Detail |
public InputStream get(String id,
String uri)
throws ArchiveException,
RemoteException
id - Manifesturi - content-Resource URI
ArchiveException
RemoteException
public long set(String id,
String uri,
InputStream is)
throws ArchiveException,
RemoteException
id - Manifesturi - content-Resource URIis - file-content
ArchiveException
RemoteException
public void remove(String id,
String uri)
throws ArchiveException,
RemoteException
id - identifies the manifesturi - identifies the content reosurce.
ArchiveException - thrown in case of exception removing the content
RemoteException
public void move(String id,
String uri,
String toId,
String toUri)
throws ArchiveException,
RemoteException
id - identifies the source Manifesturi - the source content resourcetoId - identifies the destination Manifest to move to (can be the same as id)toUri - the destination content resource
ArchiveException - thrown in case of exception while moving content
RemoteException
public void copy(String id,
String uri,
String toId,
String toUri)
throws ArchiveException,
RemoteException
id - the source manifesturi - the source content resourcetoId - the destination manifesttoUri - the destination content resource
ArchiveException - thrown in case of exception while coping content
RemoteException
public URI lookup(String webdavUri)
throws ArchiveException,
RemoteException
webdavUri - Hierarcical URI
ArchiveException - thrown in case of exception while extracting SCAM uri.
RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||