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 qualified property name.
 PropertyId PropertyInfo.getId()
           
 PropertyId[] NodeInfo.getReferences()
           
 

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.