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 |
Constructor and Description |
---|
PropertyState(PropertyEntry entry,
PropertyInfo pInfo,
ItemStateFactory isf,
ItemDefinitionProvider definitionProvider)
Create an EXISTING PropertyState
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
RepositoryService.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ItemInfoCache.Entry<PropertyInfo> |
ItemInfoCache.getPropertyInfo(PropertyId propertyId)
Retrieve a cache entry for the given
propertyId or null
if no such entry is in the cache. |
Modifier and Type | Class and Description |
---|---|
class |
PropertyInfoImpl
PropertyInfoImpl implements a serializable
PropertyInfo based on another property info. |
Modifier and Type | Method and Description |
---|---|
static PropertyInfo |
PropertyInfoImpl.createSerializablePropertyInfo(PropertyInfo propertyInfo,
IdFactory idFactory)
Creates a new serializable property info for the given
PropertyInfo . |
PropertyInfo |
ItemInfoBuilder.PropertyInfoBuilder.getPropertyInfo()
Returns the
PropertyInfo which has been built by this builder. |
Modifier and Type | Method and Description |
---|---|
ItemInfoCache.Entry<PropertyInfo> |
ItemInfoCacheImpl.getPropertyInfo(PropertyId propertyId)
This implementation removes the item from the cache
if it is present.
|
Modifier and Type | Method and Description |
---|---|
ItemInfoBuilder.NodeInfoBuilder |
ItemInfoBuilder.NodeInfoBuilder.addPropertyInfo(PropertyInfo propertyInfo)
Add a
PropertyInfo |
void |
ItemInfoBuilder.Listener.createPropertyInfo(PropertyInfo propertyInfo)
Notification that a new
PropertyInfo has been built. |
static PropertyInfo |
PropertyInfoImpl.createSerializablePropertyInfo(PropertyInfo propertyInfo,
IdFactory idFactory)
Creates a new serializable property info for the given
PropertyInfo . |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
RepositoryServiceLogger.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo,
PropertyId propertyId)
Returns the
PropertyInfo for the Property
identified by the given id. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.