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 PropertyInfo
RepositoryService. 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 givenpropertyId
ornull
if 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 class
PropertyInfoImpl
PropertyInfoImpl
implements a serializablePropertyInfo
based on another property info.Methods in org.apache.jackrabbit.spi.commons that return PropertyInfo Modifier and Type Method Description static PropertyInfo
PropertyInfoImpl. createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)
Creates a new serializable property info for the givenPropertyInfo
.PropertyInfo
ItemInfoBuilder.PropertyInfoBuilder. getPropertyInfo()
Returns thePropertyInfo
which 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.NodeInfoBuilder
ItemInfoBuilder.NodeInfoBuilder. addPropertyInfo(PropertyInfo propertyInfo)
Add aPropertyInfo
void
ItemInfoBuilder.Listener. createPropertyInfo(PropertyInfo propertyInfo)
Notification that a newPropertyInfo
has been built.static PropertyInfo
PropertyInfoImpl. 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 PropertyInfo
RepositoryServiceLogger. 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 class
PropertyInfoImpl
PropertyInfoImpl
...Methods in org.apache.jackrabbit.spi2dav that return PropertyInfo Modifier and Type Method Description PropertyInfo
RepositoryServiceImpl. 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 class
PropertyInfoImpl
PropertyInfoImpl
...Methods in org.apache.jackrabbit.spi2davex that return PropertyInfo Modifier and Type Method Description PropertyInfo
RepositoryServiceImpl. 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 PropertyInfo
RepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
Returns thePropertyInfo
for theProperty
identified by the given id.
-