|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PropertyId in org.apache.jackrabbit.spi |
|---|
| Methods in org.apache.jackrabbit.spi that return PropertyId | |
|---|---|
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. Use RepositoryService.getReferences(SessionInfo, NodeId, Name, boolean) instead. |
| Methods in org.apache.jackrabbit.spi that return types with arguments of type PropertyId | |
|---|---|
java.util.Iterator<PropertyId> |
NodeInfo.getPropertyIds()
|
java.util.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. |
| Methods in org.apache.jackrabbit.spi with parameters of type PropertyId | |
|---|---|
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)
Retreive a cache entry for the given propertyId or null
if no such entry is in the cache. |
PropertyInfo |
RepositoryService.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId)
Returns the PropertyInfo for the Property
identified by the given id. |
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||