|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
com.jeceira.item | |
com.jeceira.item.proxy | |
com.jeceira.iterator | |
com.jeceira.session | |
com.jeceira.value | |
com.jeceira.xml | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
javax.jcr.lock | Provides interfaces and classes for JCR locking functionality. |
javax.jcr.query | Provides interfaces and classes for JCR searching functionality. |
javax.jcr.util | Provides utility classes for JCR. |
javax.jcr.version | Provides interfaces and classes for JCR versioning functionality. |
Uses of Node in com.jeceira.item |
Methods in com.jeceira.item that return Node | |
static Node[] |
SessionNode.toProxies(java.util.Collection nodes)
Returns an array containing the Node proxies representing the
specified session nodes. |
static Node[] |
SessionNode.toProxies(SessionNode[] nodes)
Returns an array containing the Node proxies representing the
specified session nodes. |
Uses of Node in com.jeceira.item.proxy |
Classes in com.jeceira.item.proxy that implement Node | |
class |
NodeProxy
Proxy for a session node. |
Methods in com.jeceira.item.proxy that return Node | |
Node |
PropertyProxy.getNode()
|
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)
|
Node |
ItemProxy.getParent()
|
Methods in com.jeceira.item.proxy with parameters of type Node | |
void |
PropertyProxy.setValue(Node referenceValue)
|
Property |
NodeProxy.setProperty(java.lang.String name,
Node value)
|
Uses of Node in com.jeceira.iterator |
Methods in com.jeceira.iterator that return Node | |
Node |
NodeIteratorImpl.nextNode()
|
Constructors in com.jeceira.iterator with parameters of type Node | |
NodeIteratorImpl(Node[] nodes)
Creates an iterator for the specified nodes. |
|
NodeIteratorImpl(Node[] nodes,
NameFilter filter)
Creates an iterator for those nodes from the specified array whose name matches the specified name filter. |
Uses of Node in com.jeceira.session |
Methods in com.jeceira.session that return Node | |
Node |
SessionImpl.getNodeByUUID(java.lang.String uuid)
|
Node |
SessionImpl.getRootNode()
|
Uses of Node in com.jeceira.value |
Methods in com.jeceira.value with parameters of type Node | |
SessionValue |
SessionValueFactory.createSessionValue(Node value)
Returns a SessionValue object of PropertyType.REFERENCE
type with the specified value. |
Value |
SessionValueFactory.createValue(Node value)
|
Uses of Node in com.jeceira.xml |
Methods in com.jeceira.xml with parameters of type Node | |
void |
DocumentViewExporter.visit(Node node)
|
void |
SystemViewExporter.visit(Node node)
|
Uses of Node in javax.jcr |
Methods in javax.jcr that return Node | |
Node |
Item.getParent()
Returns the parent of this Item . |
Node |
NodeIterator.nextNode()
Returns the next Node in the iteration. |
Node |
Property.getNode()
If this property is of type REFERENCE
this method returns the node to which this property refers. |
Node |
Session.getRootNode()
Returns the root node of the workspace. |
Node |
Session.getNodeByUUID(java.lang.String uuid)
Returns the node specifed by the given UUID. |
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. |
Methods in javax.jcr with parameters of type Node | |
Value |
ValueFactory.createValue(Node value)
Returns a Value object of PropertyType.REFERENCE
that holds the UUID of the specified Node . |
void |
ItemVisitor.visit(Node node)
This method is called when the ItemVisitor is
passed to the accept method of a Node . |
void |
Property.setValue(Node value)
Sets this REFERENCE property to refer to the specified node. |
Property |
Node.setProperty(java.lang.String name,
Node value)
Sets the specified ( REFERENCE )property
to refer to the specified Node . |
Uses of Node in javax.jcr.lock |
Methods in javax.jcr.lock that return Node | |
Node |
Lock.getNode()
Returns the lock holding node. |
Uses of Node in javax.jcr.query |
Methods in javax.jcr.query that return Node | |
Node |
Query.storeAsNode(java.lang.String absPath)
Creates a node representing this Query in content. |
Methods in javax.jcr.query with parameters of type Node | |
Query |
QueryManager.getQuery(Node node)
Retrieves an existing persistent query. |
Uses of Node in javax.jcr.util |
Methods in javax.jcr.util with parameters of type Node | |
protected abstract void |
TraversingItemVisitor.entering(Node node,
int level)
Implement this method to add behaviour performed before a Node is visited. |
protected abstract void |
TraversingItemVisitor.leaving(Node node,
int level)
Implement this method to add behaviour performed after a Node is visited. |
void |
TraversingItemVisitor.visit(Node node)
Called when the Visitor is passed to a Node . |
protected void |
TraversingItemVisitor.Default.entering(Node node,
int level)
|
protected void |
TraversingItemVisitor.Default.leaving(Node node,
int level)
|
Uses of Node in javax.jcr.version |
Subinterfaces of Node in javax.jcr.version | |
interface |
Version
A Version object wraps an nt:version node. |
interface |
VersionHistory
A VersionHistory object wraps an nt:versionHistory
node. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |