|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyEntry | |
|---|---|
| org.apache.jackrabbit.jcr2spi.hierarchy | |
| org.apache.jackrabbit.jcr2spi.state | |
| Uses of PropertyEntry in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement PropertyEntry | |
|---|---|
class |
PropertyEntryImpl
PropertyEntryImpl implements a reference to a property state. |
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PropertyEntry | |
|---|---|
PropertyEntry |
NodeEntry.addPropertyEntry(Name propName)
Add an existing PropertyEntry with the given name. |
PropertyEntry |
NodeEntryImpl.addPropertyEntry(Name propName)
|
PropertyEntry |
EntryFactory.createPropertyEntry(NodeEntry parent,
Name qName)
|
PropertyEntry |
ChildPropertyEntries.get(Name propertyName)
Return the PropertyEntry with the given Name or
null. |
PropertyEntry |
ChildPropertyEntriesImpl.get(Name propertyName)
|
PropertyEntry |
NodeEntry.getPropertyEntry(Name propName)
Returns the valid PropertyEntry with the specified name
or null if no matching entry exists. |
PropertyEntry |
NodeEntryImpl.getPropertyEntry(Name propName)
|
PropertyEntry |
NodeEntry.getPropertyEntry(Name propName,
boolean loadIfNotFound)
Returns the valid PropertyEntry with the specified name
or null if no matching entry exists. |
PropertyEntry |
NodeEntryImpl.getPropertyEntry(Name propName,
boolean loadIfNotFound)
|
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PropertyEntry | |
|---|---|
void |
ChildPropertyEntries.add(PropertyEntry propertyEntry)
Adds the new PropertyEntry to this ChildPropertyEntries. |
void |
ChildPropertyEntriesImpl.add(PropertyEntry propertyEntry)
|
| Uses of PropertyEntry in org.apache.jackrabbit.jcr2spi.state |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyEntry | |
|---|---|
PropertyState |
TransientItemStateFactory.createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition)
Creates a transient PropertyState. |
PropertyState |
TransientISFactory.createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition)
|
PropertyState |
WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry)
Creates the PropertyState with information retrieved from the RepositoryService. |
PropertyState |
TransientISFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry)
|
PropertyState |
ItemStateFactory.createPropertyState(PropertyId propertyId,
PropertyEntry entry)
Creates the PropertyState with the given
propertyId. |
| Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyEntry | |
|---|---|
PropertyState(PropertyEntry entry,
ItemStateFactory isf,
QPropertyDefinition definition,
ItemDefinitionProvider definitionProvider)
Create a NEW PropertyState |
|
PropertyState(PropertyEntry entry,
PropertyInfo pInfo,
ItemStateFactory isf,
ItemDefinitionProvider definitionProvider)
Create an EXISTING PropertyState |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||