Uses of Interface
com.sapportals.wcm.util.uri.IUri

Packages that use IUri
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system.  
com.sapportals.wcm.util.http A collection of classes and interfaces for client-side HTTP access 
com.sapportals.wcm.util.uri Contains interfaces and classes to handle uniform resource identifiers (uri).  
 

Uses of IUri in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return IUri
 IUri IOrderableCollection.getOrderingType()
          Returns information about the collection's ordering, where the following URIs are reserved: "DAV:unordered": unordered collection
"DAV:custom": client-maintained ordering, no additional information about the ordering semantics available Any other URI identifies an ordering for which additional information semantics MAY be available at the given URI
 IUri IExternalLinkResource.getTargetUri()
           
 IUri ICollectionVersionResource.getOrderingType()
          Returns information about the collection version's ordering, where the following URIs are reserved: "DAV:unordered": unordered collection
"DAV:custom": client-maintained ordering, no additional information about the ordering semantics available Any other URI identifies an ordering for which additional information semantics MAY be available at the given URI
 IUri IBindableResource.getGloballyUniqueId()
           
 

Methods in com.sapportals.wcm.repository with parameters of type IUri
 void IOrderableCollection.setOrderingType(IUri orderingType)
          Sets the collection's ordering type.
 void IExternalLinkResource.setTargetUri(IUri target)
          Sets the link target.
 IResource IExtendedCollection.createExternalLink(String name, IUri absoluteTargetUri, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an external link, compatible to LinkType.EXTERNAL
 

Uses of IUri in com.sapportals.wcm.service.urlgenerator
 

Methods in com.sapportals.wcm.service.urlgenerator that return IUri
 IUri IURLGeneratorService.mapRID(RID rid)
          Gets the URI of the CM resource (e.g. http resource) represented by the given RID.
 

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IUri
 RID IURLGeneratorService.mapUri(IUri uri)
          Gets the RID of the CM resource which represents the given URI (e.g. http resource).
 

Uses of IUri in com.sapportals.wcm.util.http
 

Methods in com.sapportals.wcm.util.http with parameters of type IUri
 boolean ICookie.appliesTo(IUri uri)
          Determine if cookie applies to uri
 

Uses of IUri in com.sapportals.wcm.util.uri
 

Subinterfaces of IUri in com.sapportals.wcm.util.uri
 interface IHierarchicalUri
          A RFC2396 URI interface.
 

Classes in com.sapportals.wcm.util.uri that implement IUri
 class DataUri
          A RFC2397 IUri implementation.
 class GenericUri
          A RFC2396 IUri implementation.
 class HttpUrl
          An IHierarchicalUri implementation for HTTP/HTTPS URLs.
 class OpaqueLockTokenUri
          A RFC2518 IUri implementation.
 class ResourceUrl
          An IHierarchicalUri implementation for Resource (Repository Framework internal) URLs.
 

Methods in com.sapportals.wcm.util.uri that return IUri
 IUri UriReference.getUri()
          Get the uri if the reference is absolute
static IUri UriFactory.parseUri(String externalForm, boolean strict)
          Parse an IUri from its string representation
static IUri UriFactory.parseUri(String externalForm)
          Parse an IUri from its string representation
 IUri ResourceUrl.resolve(IUriReference reference)
          Resolve the uri reference in the context of this Uri.
protected  IUri OpaqueLockTokenUri.newInstance(String remainder)
           
 IUri OpaqueLockTokenUri.resolve(IUriReference ref)
           
 IUri IUriReference.getUri()
          Get the uri of the reference if absolute
 IUri IUri.resolve(IUriReference reference)
          Resolve the URI reference in the context of this URI.
 IUri HttpUrl.resolve(IUriReference reference)
          Resolve the uri reference in the context of this Uri.
 IUri GenericUri.resolve(IUriReference ref)
          Resolve the uri reference in the context of this Uri.
protected  IUri GenericUri.newInstance(String remainder)
          Construct a new IUri with the scheme of this and the given remainder. used when generic uri resolves references.
protected  IUri DataUri.newInstance(String remainder)
           
 

Methods in com.sapportals.wcm.util.uri with parameters of type IUri
 IUriReference UriReference.resolveWith(IUri base)
          With base Uri, resolve this reference to an absolute reference.
 boolean ResourceUrl.equals(IUri other)
           
 boolean OpaqueLockTokenUri.equals(IUri other)
           
 IUriReference IUriReference.resolveWith(IUri base)
          With base Uri, resolve this reference to an absolute reference.
 boolean HttpUrl.equals(IUri other)
           
 boolean GenericUri.equals(IUri other)
           
 

Constructors in com.sapportals.wcm.util.uri with parameters of type IUri
UriReference(IUri uri, String fragmentIdentifier)
          Construct new absolute uri reference.
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.