| Modifier and Type | Field and Description |
|---|---|
static QValue[] |
QValue.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
QValue[] |
QValueFactory.computeAutoValues(QPropertyDefinition propertyDefinition)
Given the
QPropertyDefinition of an autocreated
property, compute suitable values to be used in transient space until
the newly created node gets saved. |
QValue |
QValueFactory.create(BigDecimal value)
Create a new
QValue with type PropertyType.DECIMAL. |
QValue |
QValueFactory.create(boolean value)
Create a new
QValue with type PropertyType.BOOLEAN. |
QValue |
QValueFactory.create(byte[] value)
Create a new
QValue with type PropertyType.BINARY. |
QValue |
QValueFactory.create(Calendar value)
Create a new
QValue with type PropertyType.DATE. |
QValue |
QValueFactory.create(double value)
Create a new
QValue with type PropertyType.DOUBLE. |
QValue |
QValueFactory.create(File value)
Create a new
QValue with type PropertyType.BINARY. |
QValue |
QValueFactory.create(InputStream value)
Creates a QValue that contains the given binary stream.
|
QValue |
QValueFactory.create(long value)
Create a new
QValue with type PropertyType.LONG. |
QValue |
QValueFactory.create(Name value)
Create a new
QValue with type PropertyType.NAME. |
QValue |
QValueFactory.create(Path value)
Create a new
QValue with type PropertyType.PATH. |
QValue |
QValueFactory.create(String value,
int type)
Create a new
QValue using the given String representation
of the value and its type. |
QValue |
QValueFactory.create(URI value)
Create a new
QValue with type PropertyType.URI. |
QValue[] |
QPropertyDefinition.getDefaultValues()
Returns the array of default values or
null if no default
values are defined. |
QValue[] |
QueryResultRow.getValues()
Returns an array of
QValues. |
QValue[] |
PropertyInfo.getValues() |
| Modifier and Type | Method and Description |
|---|---|
Map<Name,QValue> |
Event.getInfo()
Returns the information map associated with this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.addProperty(NodeId parentId,
Name propertyName,
QValue value)
Add a new property to the persistent layer.
|
void |
Batch.addProperty(NodeId parentId,
Name propertyName,
QValue[] values)
Add a new multi-valued property to the persistent layer.
|
void |
QValueConstraint.check(QValue value)
Check if the specified value matches this constraint.
|
void |
Batch.setValue(PropertyId propertyId,
QValue value)
Modify the value of an existing property.
|
void |
Batch.setValue(PropertyId propertyId,
QValue[] values)
Modify the value of an existing, multi-valued property.
|
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
RepositoryService.executeQuery(SessionInfo sessionInfo,
String statement,
String language,
Map<String,String> namespaces,
long limit,
long offset,
Map<String,QValue> values)
Execute the given query statement with the specified query language.
|
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.