Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
javax.jcr.util |
Provides utility classes for the content repository API.
|
senselogic.sitevision.api.metadata |
Metadata utility interfaces
|
senselogic.sitevision.api.security |
Security utility interfaces
|
Modifier and Type | Method and Description |
---|---|
Property |
Property.getProperty()
If this property is of type
PATH (or convertible to this
type) this method returns the Property to which this
property refers. |
Property |
Node.getProperty(String relPath)
Returns the property at
relPath relative to
this node. |
Property |
Session.getProperty(String absPath)
Returns the property at the specified absolute path in the workspace.
|
Property |
PropertyIterator.nextProperty()
Returns the next
Property in the iteration. |
Property |
Node.setProperty(String name,
java.math.BigDecimal value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a BigDecimal and, if possible, the type assigned to
the property is DECIMAL , otherwise a best-effort conversion
is attempted. |
Property |
Node.setProperty(String name,
Binary value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a Binary and, if possible, the type assigned to the
property is BINARY , otherwise a best-effort conversion is
attempted. |
Property |
Node.setProperty(String name,
boolean value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a boolean and, if possible, the type assigned
to the property is BOOLEAN , otherwise a best-effort
conversion is attempted. |
Property |
Node.setProperty(String name,
java.util.Calendar value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a Calendar and, if possible, the type assigned to
the property is DATE , otherwise a best-effort conversion is
attempted. |
Property |
Node.setProperty(String name,
double value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a double and, if possible, the type assigned to
the property is DOUBLE , otherwise a best-effort conversion
is attempted. |
Property |
Node.setProperty(String name,
java.io.InputStream value)
Deprecated.
As of JCR 2.0,
Node.setProperty(String, Binary) should be
used instead. |
Property |
Node.setProperty(String name,
long value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a long and, if possible, the type assigned to
the property is LONG , otherwise a best-effort conversion is
attempted. |
Property |
Node.setProperty(String name,
Node value)
The behavior of this method is identical to that of
Node.setProperty(String name, Value value) except that the value is
specified as a Node and, if possible, the type assigned to the
property is REFERENCE or WEAKREFERENCE ,
otherwise a best-effort conversion is attempted. |
Property |
Node.setProperty(String name,
String value)
Sets the specified single-value property to the specified value.
|
Property |
Node.setProperty(String name,
String[] values)
Sets the specified property to the specified array of values.
|
Property |
Node.setProperty(String name,
String[] values,
int type)
Sets the specified property to the specified array of values and to the
specified type.
|
Property |
Node.setProperty(String name,
String value,
int type)
Sets the specified single-value property to the specified value.
|
Property |
Node.setProperty(String name,
Value value)
Sets the single-value property of this node called
name to
the specified value . |
Property |
Node.setProperty(String name,
Value[] values)
Sets the multi-value property of this node called
name to
the specified array of values. |
Property |
Node.setProperty(String name,
Value[] values,
int type)
Sets the multi-value property of this node called
name to
the specified array of values. |
Property |
Node.setProperty(String name,
Value value,
int type)
Sets the single-value property of this node called
name to
the specified value and the specified type . |
Modifier and Type | Method and Description |
---|---|
void |
ItemVisitor.visit(Property property)
This method is called when the
ItemVisitor is passed to the
accept method of a Property . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TraversingItemVisitor.entering(Property property,
int level)
Implement this method to add behavior performed before a
Property is visited. |
protected void |
TraversingItemVisitor.Default.entering(Property property,
int level) |
protected abstract void |
TraversingItemVisitor.leaving(Property property,
int level)
Implement this method to add behavior performed after a
Property is visited. |
protected void |
TraversingItemVisitor.Default.leaving(Property property,
int level) |
void |
TraversingItemVisitor.visit(Property property)
Called when the
Visitor is passed to a
Property . |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataUtil.isMetadataValueInherited(Node aNode,
Property aProperty)
Returns a
boolean indicating that the metadata value on the Node is
inherited from a parent node. |
boolean |
MetadataUtil.isMetadataValueInherited(Node aNode,
Property aProperty,
int aVersion)
Returns a
boolean indicating that the metadata value in a specified version on the Node is
inherited from a parent node. |
void |
MetadataUtil.removeMetadataPropertyValue(Node aNode,
Property aProperty)
Removes a metadata
Property value on a Node . |
void |
MetadataUtil.setMetadataPropertyValue(Node aNode,
Property aProperty,
Object aValue)
Set a new value to a metadata
Property on a Node . |
Modifier and Type | Method and Description |
---|---|
Property |
DirectoryUtil.getAttributeAsProperty(Node aDirectoryObjectNode,
String anAttributeName)
Gets a directory attribute value for a directory node object as
Property . |
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-2018 SiteVision AB, all rights reserved.