Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
| senselogic.sitevision.api.property |
Property utility interfaces
|
| Modifier and Type | Method and Description |
|---|---|
Binary |
ValueFactory.createBinary(InputStream stream)
Returns a
Binary object with a value consisting of the
content of the specified InputStream. |
Binary |
Value.getBinary()
Returns a
Binary representation of this value. |
Binary |
Property.getBinary()
Returns a
Binary representation of the value of this
property. |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueFactory.createValue(Binary value)
Returns a
Value object of PropertyType.BINARY
with a value consisting of the content of the specified
Binary. |
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. |
void |
Property.setValue(Binary value)
Sets the value of this property to
value. |
| Modifier and Type | Method and Description |
|---|---|
Binary |
PropertyUtil.getBinary(Node aNode,
String aPropertyName)
Gets a Binary property from a Node.
|
Binary |
PropertyUtil.getBinary(Node aNode,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a node with a fallback value if the property doesn't exist.
|
Binary |
VersionedPropertyUtil.getBinary(String aNodeIdentifier,
String aPropertyName)
Gets a Binary property from a potential Node in a specific version.
|
Binary |
VersionedPropertyUtil.getBinary(String aNodeIdentifier,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
|
Binary |
PropertyUtil.getNestedBinary(Node aNode,
String aNodePropertyName,
String aPropertyName)
Gets a Binary property from a "nested" Node's property.
|
Binary |
PropertyUtil.getNestedBinary(Node aNode,
String aNodePropertyName,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a "nested" Node's property with a fallback value if the property doesn't exist.
|
| Modifier and Type | Method and Description |
|---|---|
Binary |
PropertyUtil.getBinary(Node aNode,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a node with a fallback value if the property doesn't exist.
|
Binary |
VersionedPropertyUtil.getBinary(String aNodeIdentifier,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
|
Binary |
PropertyUtil.getNestedBinary(Node aNode,
String aNodePropertyName,
String aPropertyName,
Binary aDefaultValue)
Gets a Binary property from a "nested" Node's property with a fallback value if the property doesn't exist.
|
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.