Uses of Interface
org.apache.jackrabbit.spi.PropertyInfo
- 
Packages that use PropertyInfo Package Description 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.spi2davex 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 Constructor Description 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 Modifier and Type Method Description PropertyInfoRepositoryService. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Deprecated.Methods in org.apache.jackrabbit.spi that return types with arguments of type PropertyInfo Modifier and Type Method Description ItemInfoCache.Entry<PropertyInfo>ItemInfoCache. getPropertyInfo(PropertyId propertyId)Retrieve a cache entry for the givenpropertyIdornullif no such entry is in the cache. - 
Uses of PropertyInfo in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement PropertyInfo Modifier and Type Class Description classPropertyInfoImplPropertyInfoImplimplements a serializablePropertyInfobased on another property info.Methods in org.apache.jackrabbit.spi.commons that return PropertyInfo Modifier and Type Method Description static PropertyInfoPropertyInfoImpl. createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)Creates a new serializable property info for the givenPropertyInfo.PropertyInfoItemInfoBuilder.PropertyInfoBuilder. getPropertyInfo()Returns thePropertyInfowhich has been built by this builder.Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type PropertyInfo Modifier and Type Method Description ItemInfoCache.Entry<PropertyInfo>ItemInfoCacheImpl. getPropertyInfo(PropertyId propertyId)This implementation removes the item from the cache if it is present.Methods in org.apache.jackrabbit.spi.commons with parameters of type PropertyInfo Modifier and Type Method Description ItemInfoBuilder.NodeInfoBuilderItemInfoBuilder.NodeInfoBuilder. addPropertyInfo(PropertyInfo propertyInfo)Add aPropertyInfovoidItemInfoBuilder.Listener. createPropertyInfo(PropertyInfo propertyInfo)Notification that a newPropertyInfohas been built.static PropertyInfoPropertyInfoImpl. createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)Creates a new serializable property info for the givenPropertyInfo. - 
Uses of PropertyInfo in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return PropertyInfo Modifier and Type Method Description PropertyInfoRepositoryServiceLogger. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId) - 
Uses of PropertyInfo in org.apache.jackrabbit.spi2dav
Classes in org.apache.jackrabbit.spi2dav that implement PropertyInfo Modifier and Type Class Description classPropertyInfoImplPropertyInfoImpl...Methods in org.apache.jackrabbit.spi2dav that return PropertyInfo Modifier and Type Method Description PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId) - 
Uses of PropertyInfo in org.apache.jackrabbit.spi2davex
Classes in org.apache.jackrabbit.spi2davex that implement PropertyInfo Modifier and Type Class Description classPropertyInfoImplPropertyInfoImpl...Methods in org.apache.jackrabbit.spi2davex that return PropertyInfo Modifier and Type Method Description PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId) - 
Uses of PropertyInfo in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return PropertyInfo Modifier and Type Method Description PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Returns thePropertyInfofor thePropertyidentified by the given id. 
 -