|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.commons.AbstractWorkspace
public abstract class AbstractWorkspace
Abstract base class for implementing the JCR Workspace interface.
| Constructor Summary | |
|---|---|
AbstractWorkspace()
|
|
| Method Summary | |
|---|---|
void |
importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Parses the given input stream as an XML document and processes the SAX events using the ContentHandler returned by
Workspace.getImportContentHandler(String, int). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jcr.Workspace |
|---|
clone, copy, copy, getAccessibleWorkspaceNames, getImportContentHandler, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, getSession, move, restore |
| Constructor Detail |
|---|
public AbstractWorkspace()
| Method Detail |
|---|
public void importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
throws java.io.IOException,
InvalidSerializedDataException,
RepositoryException
ContentHandler returned by
Workspace.getImportContentHandler(String, int).
importXML in interface WorkspaceparentAbsPath - passed throughin - input stream to be parsed as XML and importeduuidBehavior - passed through
java.io.IOException - if an I/O error occurs
InvalidSerializedDataException - if an XML parsing error occurs
RepositoryException - if a repository error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||