| Modifier and Type | Method and Description |
|---|---|
PropertyId |
IdFactory.createPropertyId(NodeId parentId,
Name propertyName)
Creates a new
PropertyId from the given parent id and
property name. |
PropertyId |
PropertyInfo.getId() |
PropertyId[] |
NodeInfo.getReferences()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PropertyId> |
NodeInfo.getPropertyIds() |
Iterator<PropertyId> |
RepositoryService.getReferences(SessionInfo sessionInfo,
NodeId nodeId,
Name propertyName,
boolean weakReferences)
Returns the
Ids of the properties that are referencing
the node identified by the given nodeId. |
| Modifier and Type | Method and Description |
|---|---|
QPropertyDefinition |
RepositoryService.getPropertyDefinition(SessionInfo sessionInfo,
PropertyId propertyId)
Returns the
QPropertyDefinition for the Property
identified by the given id. |
ItemInfoCache.Entry<PropertyInfo> |
ItemInfoCache.getPropertyInfo(PropertyId propertyId)
Retrieve a cache entry for the given
propertyId or null
if no such entry is in the cache. |
PropertyInfo |
RepositoryService.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId)
Deprecated.
|
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.
|
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.