Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
Modifier and Type | Method and Description |
---|---|
PropertyIterator |
Node.getProperties()
Returns all properties of this node.
|
PropertyIterator |
Node.getProperties(String namePattern)
Gets all properties of this node that match
namePattern . |
PropertyIterator |
Node.getReferences()
Returns all
REFERENCE properties that refer to this node. |
Copyright © 2004-2013 Day Management AG. All Rights Reserved.