Uses of Interface
org.apache.jackrabbit.spi.PropertyId

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
 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.
 

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.
 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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.