Uses of Interface
com.sap.netweaver.bc.rf.common.IHierarchicalUri

Packages that use IHierarchicalUri
com.sap.netweaver.bc.rf.common Contains repository framework common interface. 
 

Uses of IHierarchicalUri in com.sap.netweaver.bc.rf.common
 

Classes in com.sap.netweaver.bc.rf.common that implement IHierarchicalUri
 class HttpUrl
          An IHierarchicalUri implementation for HTTP/HTTPS URLs.
 

Methods in com.sap.netweaver.bc.rf.common that return IHierarchicalUri
 IHierarchicalUri IHierarchicalUri.appendPath(String path)
          Append the given path segment to the current path of this uri.
 IHierarchicalUri HttpUrl.appendPath(String path)
          Append the given path segment to the current path of this uri.
 IHierarchicalUri IHierarchicalUri.getRoot()
          Returns the uri of the root collection (path = "/").
 IHierarchicalUri HttpUrl.getRoot()
          Returns the uri of the root collection (path = "/").
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(Rid wcmPath)
          TBD: Description of the Method.
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(Rid wcmPath)
           
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(Rid wcmPath, UriCodec codec)
          TBD: Description of the Method.
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(Rid wcmPath, UriCodec codec)
           
static IHierarchicalUri UriFactory.parseHierarchicalUri(String externalForm)
          Parse an IHierarchicalUri from its string representation
 IHierarchicalUri IHierarchicalUri.setPath(String path)
          Construct a new object of same type with the given path.
 IHierarchicalUri HttpUrl.setPath(String path)
           
 IHierarchicalUri IHierarchicalUri.setQuery(String query)
          Construct a new object of same type with the given query.
 IHierarchicalUri HttpUrl.setQuery(String query)
           
 

Methods in com.sap.netweaver.bc.rf.common with parameters of type IHierarchicalUri
 boolean HttpUrl.equals(IHierarchicalUri other)
           
 boolean IHierarchicalUri.isAncestorOf(IHierarchicalUri other)
          Determine if this Uri is ancestor of other uri
 boolean HttpUrl.isAncestorOf(IHierarchicalUri other)
          Determine if this Uri is ancestor of other uri
 IUriReference IHierarchicalUri.unresolve(IHierarchicalUri other, String fragment)
          Convert the given uri to a relative uri reference with this uri as base.
 IUriReference HttpUrl.unresolve(IHierarchicalUri other, String fragment)
          Convert the given uri to a relative uri reference with this uri as base.
 



Copyright 2011 SAP AG Complete Copyright Notice