|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemExistsException | |
com.jeceira.item | |
com.jeceira.item.proxy | |
com.jeceira.nodetype | |
com.jeceira.session | |
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 ItemExistsException in com.jeceira.item |
Methods in com.jeceira.item that throw ItemExistsException | |
SessionNode |
SessionNode.addNode(ItemName childName,
NodeTypeName childNodeTypeName)
Adds a child node to this. |
Uses of ItemExistsException in com.jeceira.item.proxy |
Methods in com.jeceira.item.proxy that throw ItemExistsException | |
Node |
NodeProxy.addNode(java.lang.String relPath)
|
Node |
NodeProxy.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
|
void |
NodeProxy.restore(java.lang.String versionName,
boolean removeExisting)
|
void |
NodeProxy.restore(Version version,
boolean removeExisting)
|
void |
NodeProxy.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
|
void |
NodeProxy.restoreByLabel(java.lang.String versionLabel,
boolean removeExisting)
|
Uses of ItemExistsException in com.jeceira.nodetype |
Methods in com.jeceira.nodetype that throw ItemExistsException | |
SessionNodeDef |
DefaultDefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName)
|
SessionNodeDef |
DefaultDefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName,
SessionNodeType primaryNodeType)
This method returns an appropriate child node defintion for a child with the given name and primary node type. |
abstract SessionNodeDef |
DefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName)
Returns a node definition matching the specified child node name. |
abstract SessionNodeDef |
DefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName,
SessionNodeType primaryNodeType)
Returns a node definition matching the specified child node name and primary node type. |
Uses of ItemExistsException in com.jeceira.session |
Methods in com.jeceira.session that throw ItemExistsException | |
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)
|
void |
TransientWorkspace.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
|
void |
TransientWorkspace.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
void |
TransientWorkspace.restore(Version[] versions,
boolean removeExisting)
|
Uses of ItemExistsException in javax.jcr |
Methods in javax.jcr that throw ItemExistsException | |
void |
Item.save()
Validates all pending changes currently recorded in this Session that apply to this Item
or any of its descendants (that is, the subtree rooted at this Item). |
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 . |
void |
Workspace.restore(Version[] versions,
boolean removeExisting)
Restores a set of versions at once. |
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 . |
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 . |
void |
Session.save()
Validates all pending changes currently recorded in this Session . |
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. |
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. |
void |
Node.restore(java.lang.String versionName,
boolean removeExisting)
Restores this node to the state defined by the
version with the specified versionName . |
void |
Node.restore(Version version,
boolean removeExisting)
Restores this node to the state defined by the specified
version . |
void |
Node.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
Restores the specified version to relPath , relative to this node. |
void |
Node.restoreByLabel(java.lang.String versionLabel,
boolean removeExisting)
Restores the version of this node with the specified version label. |
Uses of ItemExistsException in javax.jcr.query |
Methods in javax.jcr.query that throw ItemExistsException | |
Node |
Query.storeAsNode(java.lang.String absPath)
Creates a node representing this Query in content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |