Copyright© 2008-2022 Sitevision AB, all rights reserved.
| 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 accessible through the current
Session. |
PropertyIterator |
Node.getProperties(String namePattern)
Gets all properties of this node accessible through the current
Session that match namePattern. |
PropertyIterator |
Node.getProperties(String[] nameGlobs)
Gets all properties of this node accessible through the current
Session that match one or more of the nameGlob
strings in the passed array. |
PropertyIterator |
Node.getReferences()
This method returns all
REFERENCE properties that refer to
this node and that are accessible through the current
Session. |
PropertyIterator |
Node.getReferences(String name)
This method returns all
REFERENCE properties that refer to
this node, have the specified name and that are accessible
through the current Session. |
PropertyIterator |
Node.getWeakReferences()
This method returns all
WEAKREFERENCE properties that refer
to this node and that are accessible through the current
Session. |
PropertyIterator |
Node.getWeakReferences(String name)
This method returns all
WEAKREFERENCE properties that refer
to this node, have the specified name and that are
accessible through the current Session. |
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.