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

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

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

Methods in org.apache.jackrabbit.core.persistence.bundle.util that return NodePropBundle.PropertyEntry
 NodePropBundle.PropertyEntry NodePropBundle.getPropertyEntry(Name name)
          Returns the property entry with the given name.
 NodePropBundle.PropertyEntry BundleBinding.readPropertyEntry(DataInputStream in, PropertyId id)
          Deserializes a PropertyState from the data input stream.
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type NodePropBundle.PropertyEntry
 void NodePropBundle.addProperty(NodePropBundle.PropertyEntry entry)
          Adds a new property entry
 void BundleBinding.writeState(DataOutputStream out, NodePropBundle.PropertyEntry state)
          Serializes a PropertyState to the data output stream
 



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