Uses of Interface
org.apache.jetspeed.prefs.om.Node

Packages that use Node
org.apache.jetspeed.prefs Interface for the services backing Jetspeed java.util.prefs.Preferences. 
 

Uses of Node in org.apache.jetspeed.prefs
 

Methods in org.apache.jetspeed.prefs that return Node
 Node PreferencesProvider.createNode(Node parent, String nodeName, int nodeType, String fullPath)
          Create a preferences node given the following parameters.
 Node PreferencesProvider.getNode(String fullPath, int nodeType)
          Given the fullpath to a node, retrieve the node associated with the node path
 

Methods in org.apache.jetspeed.prefs with parameters of type Node
 Node PreferencesProvider.createNode(Node parent, String nodeName, int nodeType, String fullPath)
          Create a preferences node given the following parameters.
 Property PreferencesProvider.createProperty(Node node, String name, Object value)
          Create a property on the given node.
 Collection PreferencesProvider.getChildren(Node parentNode)
          Given a parent node, return a flat collection of immediate children of this node
 void PreferencesProvider.removeNode(Node parentNode, Node node)
          Removes a node from a given parent node, also removing the node from the preferences persistence store.
 void PreferencesProvider.storeNode(Node node)
          Stores a preference node to the backing preferences persistent storage.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.