Uses of Interface
org.apache.jackrabbit.spi.Path

Uses of Path in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return Path
 Path Path.computeRelativePath(Path other)
          Computes the relative path from this absolute path to other.
 Path PathFactory.create(Name name)
          Creates a relative path based on a Name.
 Path PathFactory.create(Name name, int index)
          Creates a relative path based on a Name and a normalized index.
 Path PathFactory.create(Path.Element[] elements)
          Create a new Path from the given elements.
 Path PathFactory.create(Path parent, Name name, boolean normalize)
          Creates a new Path out of the given parent path string and the give name.
 Path PathFactory.create(Path parent, Name name, int index, boolean normalize)
          Creates a new Path out of the given parent path and the give name and normalized index.
 Path PathFactory.create(Path parent, Path relPath, boolean normalize)
          Return a new Path out of the given parent path string and the given relative path string.
 Path PathFactory.create(String pathString)
          Returns a Path holding the value of the specified string.
 Path Path.getAncestor(int degree)
          Normalizes this path and returns the ancestor path of the specified relative degree.
 Path Path.getCanonicalPath()
          Returns the canonical path representation of this path.
 Path Path.getNormalizedPath()
          Returns the normalized path representation of this path.
 Path Event.getPath()
           
 Path ItemId.getPath()
           
 Path ItemInfo.getPath()
          Returns the Path of the item represented by this ItemInfo.
 Path QValue.getPath()
          Returns a Path representation of this value.
 Path PathFactory.getRootPath()
          Return the Path of the root node.
 Path Path.subPath(int from, int to)
          Returns a new Path consisting of those Path.Element objects between the given from, inclusive, and the given to, exclusive.
 

Methods in org.apache.jackrabbit.spi with parameters of type Path
 Path Path.computeRelativePath(Path other)
          Computes the relative path from this absolute path to other.
 QValue QValueFactory.create(Path value)
          Create a new QValue with type PropertyType.PATH.
 Path PathFactory.create(Path parent, Name name, boolean normalize)
          Creates a new Path out of the given parent path string and the give name.
 Path PathFactory.create(Path parent, Name name, int index, boolean normalize)
          Creates a new Path out of the given parent path and the give name and normalized index.
 Path PathFactory.create(Path parent, Path relPath, boolean normalize)
          Return a new Path out of the given parent path string and the given relative path string.
 EventFilter RepositoryService.createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)
          Creates an event filter.
 NodeId IdFactory.createNodeId(NodeId parentId, Path path)
          Creates a new NodeId from the given parent id and the given Path object.
 NodeId IdFactory.createNodeId(String uniqueID, Path path)
          Creates a new NodeId from the given unique id (which identifies an ancestor Node) and the given Path object.
 boolean Path.isAncestorOf(Path other)
          Determines if this path is an ancestor of the specified path, based on their (absolute or relative) hierarchy level as returned by getDepth().
 boolean Path.isDescendantOf(Path other)
          Determines if this path is a descendant of the specified path, based on their (absolute or relative) hierarchy level as returned by getDepth().
 boolean Path.isEquivalentTo(Path other)
          Determines if the the other path would be equal to this path if both of them are normalized.
 



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