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

Packages that use PropertyInfo
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of PropertyInfo in org.apache.jackrabbit.jcr2spi.state
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyInfo
PropertyState(PropertyEntry entry, PropertyInfo pInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)
          Create an EXISTING PropertyState
 

Uses of PropertyInfo in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return PropertyInfo
 PropertyInfo RepositoryService.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the PropertyInfo for the Property identified by the given id.
 

Uses of PropertyInfo in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement PropertyInfo
 class PropertyInfoImpl
          PropertyInfoImpl implements a serializable PropertyInfo based on another property info.
 

Methods in org.apache.jackrabbit.spi.commons that return PropertyInfo
static PropertyInfo PropertyInfoImpl.createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)
          Creates a new serializable property info for the given PropertyInfo.
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type PropertyInfo
static PropertyInfo PropertyInfoImpl.createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)
          Creates a new serializable property info for the given PropertyInfo.
 

Uses of PropertyInfo in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return PropertyInfo
 PropertyInfo RepositoryServiceLogger.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
           
 

Uses of PropertyInfo in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return PropertyInfo
 PropertyInfo RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
           
 

Uses of PropertyInfo in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return PropertyInfo
 PropertyInfo RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the PropertyInfo for the Property identified by the given id.
 



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