|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.xml.WorkspaceImporter
public class WorkspaceImporter
WorkspaceImporter ...
| Constructor Summary | |
|---|---|
WorkspaceImporter(Path parentPath,
WorkspaceImpl wsp,
NodeTypeRegistry ntReg,
int uuidBehavior)
Creates a new WorkspaceImporter instance. |
|
| Method Summary | |
|---|---|
void |
end()
Called once at the end of the content import. |
void |
endNode(NodeInfo nodeInfo)
Called to end the import of a node. |
protected void |
postProcessNode(NodeState node)
Post-process imported node (initialize properties with special semantics etc.) |
protected NodeState |
resolveUUIDConflict(NodeState parent,
NodeState conflicting,
NodeInfo nodeInfo)
|
void |
start()
Called once at the beginning of the content import. |
void |
startNode(NodeInfo nodeInfo,
java.util.List propInfos)
Called to start the import of a node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkspaceImporter(Path parentPath,
WorkspaceImpl wsp,
NodeTypeRegistry ntReg,
int uuidBehavior)
throws javax.jcr.PathNotFoundException,
javax.jcr.nodetype.ConstraintViolationException,
javax.jcr.version.VersionException,
javax.jcr.lock.LockException,
javax.jcr.RepositoryException
WorkspaceImporter instance.
parentPath - target path where to add the imported subtreewsp - ntReg - uuidBehavior - flag that governs how incoming UUIDs are handled
javax.jcr.PathNotFoundException - if no node exists at
parentPath or if the
current session is not granted read
access.
javax.jcr.nodetype.ConstraintViolationException - if the node at
parentPath is protected
javax.jcr.version.VersionException - if the node at
parentPath is not
checked-out
javax.jcr.lock.LockException - if a lock prevents the addition of
the subtree
javax.jcr.RepositoryException - if another error occurs| Method Detail |
|---|
protected NodeState resolveUUIDConflict(NodeState parent,
NodeState conflicting,
NodeInfo nodeInfo)
throws javax.jcr.RepositoryException
parent - conflicting - nodeInfo -
javax.jcr.RepositoryException
protected void postProcessNode(NodeState node)
throws javax.jcr.RepositoryException
node -
javax.jcr.RepositoryException
public void start()
throws javax.jcr.RepositoryException
start in interface Importerjavax.jcr.RepositoryException - on a repository error
public void startNode(NodeInfo nodeInfo,
java.util.List propInfos)
throws javax.jcr.RepositoryException
Importer.endNode(NodeInfo) call is made with the
same node information.
startNode in interface ImporternodeInfo - information about the node being importedpropInfos - information abouth the properties being imported
(list of PropInfo instances)
javax.jcr.RepositoryException - on a repository error
public void endNode(NodeInfo nodeInfo)
throws javax.jcr.RepositoryException
Importer.startNode(NodeInfo, List) call with the stame node
information and after all the possible child nodes have been
imported with respective startNode/endNode calls.
Just like XML elements, the startNode/endNode calls are guaranteed to be properly nested and complete.
endNode in interface ImporternodeInfo - information about the node being imported
javax.jcr.RepositoryException - on a repository error
public void end()
throws javax.jcr.RepositoryException
end in interface Importerjavax.jcr.RepositoryException - on a repository error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||