Uses of Interface
org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntry

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 NodeEntryImpl.addPropertyEntry(Name propName)
           
 PropertyEntry NodeEntry.addPropertyEntry(Name propName)
          Add an existing PropertyEntry with the given name.
 PropertyEntry EntryFactory.createPropertyEntry(NodeEntry parent, Name qName)
           
 PropertyEntry ChildPropertyEntriesImpl.get(Name propertyName)
           
 PropertyEntry ChildPropertyEntries.get(Name propertyName)
          Return the PropertyEntry with the given Name or null.
 PropertyEntry NodeEntryImpl.getPropertyEntry(Name propName)
           
 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, boolean loadIfNotFound)
           
 PropertyEntry NodeEntry.getPropertyEntry(Name propName, boolean loadIfNotFound)
          Returns the valid PropertyEntry with the specified name or null if no matching entry exists.
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PropertyEntry
 void ChildPropertyEntriesImpl.add(PropertyEntry propertyEntry)
           
 void ChildPropertyEntries.add(PropertyEntry propertyEntry)
          Adds the new PropertyEntry to this ChildPropertyEntries.
 

Uses of PropertyEntry in org.apache.jackrabbit.jcr2spi.state
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyEntry
 PropertyState TransientISFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition)
           
 PropertyState TransientItemStateFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition)
          Creates a transient PropertyState.
 PropertyState TransientISFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
           
 PropertyState ItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with the given propertyId.
 PropertyState WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with information retrieved from the RepositoryService.
 

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
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.