|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||