|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PathNotFoundException | |
| com.jeceira.item.proxy | |
| com.jeceira.session | |
| com.jeceira.syntax | |
| javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
| javax.jcr.query | Provides interfaces and classes for JCR searching functionality. |
| Uses of PathNotFoundException in com.jeceira.item.proxy |
| Methods in com.jeceira.item.proxy that throw PathNotFoundException | |
Node |
NodeProxy.addNode(java.lang.String relPath)
|
Node |
NodeProxy.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
|
Node |
NodeProxy.getNode(java.lang.String relPath)
|
Property |
NodeProxy.getProperty(java.lang.String relPath)
|
void |
NodeProxy.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
|
| Uses of PathNotFoundException in com.jeceira.session |
| Methods in com.jeceira.session that throw PathNotFoundException | |
void |
SessionImpl.exportDocumentView(java.lang.String absPath,
org.xml.sax.ContentHandler contentHandler,
boolean skipBinary,
boolean noRecurse)
|
void |
SessionImpl.exportDocumentView(java.lang.String absPath,
java.io.OutputStream out,
boolean skipBinary,
boolean noRecurse)
|
void |
SessionImpl.exportSystemView(java.lang.String absPath,
org.xml.sax.ContentHandler contentHandler,
boolean skipBinary,
boolean noRecurse)
|
void |
SessionImpl.exportSystemView(java.lang.String absPath,
java.io.OutputStream out,
boolean skipBinary,
boolean noRecurse)
|
org.xml.sax.ContentHandler |
SessionImpl.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
|
Item |
SessionImpl.getItem(java.lang.String absPath)
|
void |
SessionImpl.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
|
void |
SessionImpl.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
void |
TransientWorkspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
|
void |
TransientWorkspace.copy(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
void |
TransientWorkspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
org.xml.sax.ContentHandler |
TransientWorkspace.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
|
void |
TransientWorkspace.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
|
void |
TransientWorkspace.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
| Uses of PathNotFoundException in com.jeceira.syntax |
| Methods in com.jeceira.syntax that throw PathNotFoundException | |
SessionNode |
Path.resolveNode(SessionNode startNode)
Returns the node denoted by the last element (after normalization) of this path starting at the specified node. |
SessionProperty |
Path.resolveProperty(SessionNode startNode)
Returns the property denoted by the last element (after normalization) of this path starting at the specified node. |
(package private) void |
Path.Normalizer.addElement(PathElement pathElement)
Adds the specified path element to the normalized path. |
SessionNode |
ItemName.resolveNode(SessionNode currentNode)
|
SessionProperty |
ItemName.resolveProperty(SessionNode currentNode)
|
SessionNode |
IndexedName.resolveNode(SessionNode currentNode)
|
SessionProperty |
IndexedName.resolveProperty(SessionNode currentNode)
|
SessionNode |
PathElement.resolveNode(SessionNode currentNode)
Returns the node entity that this path element denotes relative to the specified node. |
SessionProperty |
PathElement.resolveProperty(SessionNode currentNode)
Returns the property entity that this path element denotes relative to the specified node. |
| Uses of PathNotFoundException in javax.jcr |
| Methods in javax.jcr that throw PathNotFoundException | |
void |
Workspace.copy(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
This method copies the node at srcAbsPath to the new location at
destAbsPath. |
void |
Workspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
This method copies the subtree at srcAbsPath in srcWorkspace
to destAbsPath in this workspace. |
void |
Workspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
Clones the subtree at the node srcAbsPath in srcWorkspace to the new location at
destAbsPath in this workspace. |
void |
Workspace.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
Moves the node at srcAbsPath (and its entire subtree) to the
new location at destAbsPath. |
org.xml.sax.ContentHandler |
Workspace.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
Returns an org.xml.sax.ContentHandler which can be used to push SAX events into the repository. |
void |
Workspace.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath. |
Item |
Session.getItem(java.lang.String absPath)
Returns the item at the specified absolute path in the workspace. |
void |
Session.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
Moves the node at srcAbsPath (and its entire subtree) to the new location
at destAbsPath. |
org.xml.sax.ContentHandler |
Session.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
Returns an org.xml.sax.ContentHandler which can be used to
push SAX events into the repository. |
void |
Session.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath. |
void |
Session.exportSystemView(java.lang.String absPath,
org.xml.sax.ContentHandler contentHandler,
boolean skipBinary,
boolean noRecurse)
Serializes the node (and if noRecurse is false,
the whole subtree) at absPath into a series of SAX events by
calling the methods of the supplied org.xml.sax.ContentHandler. |
void |
Session.exportSystemView(java.lang.String absPath,
java.io.OutputStream out,
boolean skipBinary,
boolean noRecurse)
Serializes the node (and if noRecurse is false,
the whole subtree) at absPath as an XML stream and outputs it to
the supplied OutputStream. |
void |
Session.exportDocumentView(java.lang.String absPath,
org.xml.sax.ContentHandler contentHandler,
boolean skipBinary,
boolean noRecurse)
Serializes the node (and if noRecurse is false,
the whole subtree) at absPath into a series of SAX events by
calling the methods of the supplied org.xml.sax.ContentHandler. |
void |
Session.exportDocumentView(java.lang.String absPath,
java.io.OutputStream out,
boolean skipBinary,
boolean noRecurse)
Serializes the node (and if noRecurse is false,
the whole subtree) at absPath as an XML stream and outputs it to
the supplied OutputStream. |
Node |
Node.addNode(java.lang.String relPath)
Creates a new node at relPath. |
Node |
Node.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
Creates a new node at relPath of the specified node type. |
Node |
Node.getNode(java.lang.String relPath)
Returns the node at relPath relative to this node. |
Property |
Node.getProperty(java.lang.String relPath)
Returns the property at relPath relative to this
node. |
void |
Node.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
Restores the specified version to relPath, relative to this node. |
| Uses of PathNotFoundException in javax.jcr.query |
| Methods in javax.jcr.query that throw PathNotFoundException | |
Node |
Query.storeAsNode(java.lang.String absPath)
Creates a node representing this Query in content. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||