Uses of Class
org.apache.jackrabbit.name.Path.PathElement

Packages that use Path.PathElement
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.name   
 

Uses of Path.PathElement in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return Path.PathElement
 Path.PathElement PathMap.Element.getPathElement()
          Return a path element pointing to this element
 

Methods in org.apache.jackrabbit.core with parameters of type Path.PathElement
 void PathMap.Element.insert(Path.PathElement nameIndex)
          Insert an empty child.
 void PathMap.Element.put(Path.PathElement nameIndex, PathMap.Element element)
          Link a child of this node.
 PathMap.Element PathMap.Element.remove(Path.PathElement nameIndex)
          Remove a child.
 

Uses of Path.PathElement in org.apache.jackrabbit.core.observation
 

Methods in org.apache.jackrabbit.core.observation that return Path.PathElement
 Path.PathElement EventState.getChildRelPath()
          Returns the relative Path of the child Item associated with this event.
 

Methods in org.apache.jackrabbit.core.observation with parameters of type Path.PathElement
static EventState EventState.childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.NODE_ADDED.
static EventState EventState.childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.NODE_REMOVED.
static EventState EventState.propertyAdded(NodeId parentId, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_ADDED.
static EventState EventState.propertyRemoved(NodeId parentId, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_REMOVED.
static EventState EventState.propertyChanged(NodeId parentId, Path parentPath, Path.PathElement childPath, NodeTypeImpl nodeType, Set mixins, Session session)
          Creates a new Event of type Event.PROPERTY_CHANGED.
 

Uses of Path.PathElement in org.apache.jackrabbit.name
 

Subclasses of Path.PathElement in org.apache.jackrabbit.name
static class Path.CurrentElement
           
static class Path.ParentElement
           
static class Path.RootElement
           
 

Methods in org.apache.jackrabbit.name that return Path.PathElement
 Path.PathElement Path.getNameElement()
          Returns the name element (i.e.
 Path.PathElement[] Path.getElements()
          Returns the elements of this path.
static Path.PathElement Path.PathElement.fromString(String s)
          Parses the given path element string into a path element object.
 

Methods in org.apache.jackrabbit.name with parameters of type Path.PathElement
 void Path.PathBuilder.addAll(Path.PathElement[] elements)
          Adds the given elemenets
 void Path.PathBuilder.addFirst(Path.PathElement elem)
          Inserts the element at the beginning of the path to be built.
 void Path.PathBuilder.addLast(Path.PathElement elem)
          Inserts the element at the end of the path to be built.
 

Constructors in org.apache.jackrabbit.name with parameters of type Path.PathElement
Path.PathBuilder(Path.PathElement[] elements)
          Creates a new PathBuilder and initialized it with the given path elements.
 



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