Uses of Class
org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry

Packages that use NodePropBundle.PropertyEntry
org.apache.jackrabbit.core.persistence.util   
 

Uses of NodePropBundle.PropertyEntry in org.apache.jackrabbit.core.persistence.util
 

Methods in org.apache.jackrabbit.core.persistence.util that return NodePropBundle.PropertyEntry
 NodePropBundle.PropertyEntry NodePropBundle.getPropertyEntry(org.apache.jackrabbit.spi.Name name)
          Returns the property entry with the given name.
 

Methods in org.apache.jackrabbit.core.persistence.util that return types with arguments of type NodePropBundle.PropertyEntry
 Collection<NodePropBundle.PropertyEntry> NodePropBundle.getPropertyEntries()
          Returns a collection of property entries.
 

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodePropBundle.PropertyEntry
 void NodePropBundle.addProperty(NodePropBundle.PropertyEntry entry)
          Adds a new property entry
 



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