SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.util.uri.URI

Packages that use URI
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.repository.security Contains interfaces for ACL security managers.  
com.sapportals.wcm.repository.service Contains the repository service factory interface.  
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
com.sapportals.wcm.service.applog Provides logging functions for services and applications using the framework.  
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.indexmanagement.retrieval.classification Provides functions for taxonomies and classification.  
com.sapportals.wcm.service.indexmanagement.retrieval.search Provides functions for searching and textmining.  
com.sapportals.wcm.service.mimehandler Provides a service for managing information related to mime types.  
com.sapportals.wcm.service.objecttypehandler Provides a service to add arbitrary commands for resources.  
com.sapportals.wcm.service.urimapper Provides a service that maps URIs to unique IDs.  
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system.  
com.sapportals.wcm.util.uri Contains interfaces and classes to handle uniform resource identifiers (uri).  
 

Uses of URI in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return URI
 URI ResourceException.getResourceID()
          Deprecated. as of NW04.
 URI ExpectedCheckInURIException.getNewExpectedCheckInURI()
          Deprecated. Returns the expected check-in URI
 URI ICheckInInfo.getRevisionURI()
          Deprecated. As of EP 5.0 SP3, replaced by ICheckInInfo.getRevisionRID()
 URI IResource.getURI()
          Deprecated. As of EP 5.0 SP3, replaced by IResource.getRID()
 URI IResource.getAccessURI()
          Deprecated. As of EP 5.0 SP3, replaced by IResource.getAccessRID()
 URI InvalidTargetException.getInvalidTarget()
          Deprecated. as of NW04.
 

Methods in com.sapportals.wcm.repository with parameters of type URI
 void ExpectedCheckInURIException.setNewExpectedCheckInURI(URI newURI)
          Deprecated. Sets the expected check-in URI
 IResource IResourceFactory.getResource(URI uri, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 IResource IResourceFactory.getResource(URI uri, IResourceContext context, boolean createCollections)
          Deprecated. As of EP 5.0 SP3, replaced by getResource() method with RID parameter.
 boolean IResourceFactory.checkExistence(URI uri, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by method with RID parameter.
 IResource IResource.copy(URI destinationURI, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.copy(URI destinationURI, IPosition position, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter.
 IResource IResource.move(URI destinationURI, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 IResource IResource.move(URI destinationURI, IPosition position, ICopyParameter param)
          Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, URI expectedCheckInURI)
          Deprecated. As of EP 5.0 SP4
 

Constructors in com.sapportals.wcm.repository with parameters of type URI
ResourceException(URI resourceID)
          Deprecated. as of NW04.
ResourceException(URI resourceID, boolean log)
          Deprecated. as of NW04.
ResourceException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
ResourceException(java.lang.String msg, URI resourceID, boolean log)
          Deprecated. as of NW04.
ResourceException(java.lang.String msg, URI resourceID, java.lang.Exception ex)
          Deprecated. as of NW04.
ResourceException(java.lang.String msg, URI resourceID, java.lang.Exception ex, boolean log)
          Deprecated. as of NW04.
NotCheckedOutException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
NotCheckedOutException(URI resourceID)
          Deprecated. as of NW04.
AbstractPropertyException(java.lang.String msg, URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyTypeLostException(URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyTypeLostException(java.lang.String msg, URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyReadOnlyException(URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyReadOnlyException(java.lang.String msg, URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
ResourceIsLinkException(URI resourceID, LinkType linkType)
          Deprecated. as of NW04.
ResourceIsLinkException(URI resourceID, LinkType linkType, java.lang.String targetURL)
          Deprecated. as of NW04.
ExpectedCheckInURIException(URI resourceID, URI newURI)
          Deprecated. Constructs a new exception
NoContentException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
NotVersionedException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
NotVersionedException(URI resourceID)
          Deprecated. as of NW04.
ResourceNotFoundException(URI resourceID)
          Deprecated. as of NW04.
ResourceNotFoundException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
ResourceReadOnlyException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
ResourceReadOnlyException(URI resourceID)
          Deprecated. as of NW04.
LockNotFoundException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
LockNotFoundException(URI resourceID)
          Deprecated. as of NW04.
SetPropertiesException(java.lang.String msg, URI resourceID, PropertyChangeResultCollection propChangeResults)
          Deprecated. as of NW04.
PropertyUnchangedException(URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyUnchangedException(java.lang.String msg, URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
IOErrorException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04. URI migrated to RID .
IOErrorException(java.lang.String msg, java.lang.Exception ex, URI resourceID)
          Deprecated. as of NW04. URI migrated to RID .
RevisionResourceException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
RevisionResourceException(URI resourceID)
          Deprecated. as of NW04.
InvalidTargetException(URI invalidTarget)
          Deprecated. as of NW04.
InvalidTargetException(java.lang.String msg, URI invalidTarget)
          Deprecated. as of NW04.
NameAlreadyExistsException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
NameAlreadyExistsException(URI resourceID)
          Deprecated. as of NW04.
LockedException(java.lang.String msg, URI resourceID, java.lang.String userID)
          Deprecated. as of NW04.
NotSupportedException(java.lang.String msg, URI resourceID)
          Deprecated. as of NW04.
AccessDeniedException(java.lang.String msg, URI resourceID, java.lang.String permissionName, java.lang.String userID)
          Deprecated. as of NW04.
AccessDeniedException(URI resourceID, java.lang.String permissionName, java.lang.String userID)
          Deprecated. as of NW04.
CheckedOutException(URI resourceID, java.lang.String userID)
          Deprecated. as of NW04.
CheckedOutException(java.lang.String msg, URI resourceID, java.lang.String userID)
          Deprecated. as of NW04.
PropertyMandatoryException(URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
PropertyMandatoryException(java.lang.String msg, URI resourceID, IPropertyName propertyName)
          Deprecated. as of NW04.
IncompleteOperationException(ResourceException firstException, URI resourceID)
          Deprecated. as of NW04. URI migrated to RID .
IncompleteOperationException(java.lang.String msg, ResourceException firstException, URI resourceID)
          Deprecated. as of NW04. URI migrated to RID .
 

Uses of URI in com.sapportals.wcm.repository.filter
 

Methods in com.sapportals.wcm.repository.filter that return URI
 URI IContentFilter.getURI()
          Deprecated. as of NW04.
 URI AbstractPropertyFilter.getURI()
           
 URI IPropertyFilter.getURI()
          Returns the URI of the new resource in case the property write filter is applied to a create operation.
 URI IUriFilter.filter()
          Deprecated. Returns the resulting URI
 

Methods in com.sapportals.wcm.repository.filter with parameters of type URI
 IUriFilter IUriFilterManager.getFilter(URI uri, IResourceContext context)
          Deprecated. Returns a filter object that should be applied to the URI.
 

Uses of URI in com.sapportals.wcm.repository.security
 

Methods in com.sapportals.wcm.repository.security with parameters of type URI
 void IResourceAclChangeTracker.oneAclChanged(URI uri)
           
 void IResourceAclChangeTracker.someAclsChanged(URI uri)
           
 

Uses of URI in com.sapportals.wcm.repository.service
 

Constructors in com.sapportals.wcm.repository.service with parameters of type URI
ServiceCallException(URI resourceID)
          Deprecated. as of NW04.
ServiceCallException(java.lang.String localizedErrormessage, URI resourceID)
          Deprecated. as of NW04.
 

Uses of URI in com.sapportals.wcm.repository.service.subscription
 

Methods in com.sapportals.wcm.repository.service.subscription that return URI
 URI ISubscriptionConditionEvent.getURI()
          Deprecated. As of EP 5.0 SP2, replaced by ISubscriptionConditionEvent.getRID()
 

Uses of URI in com.sapportals.wcm.service.applog
 

Methods in com.sapportals.wcm.service.applog with parameters of type URI
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, com.sapportals.portal.security.usermanagement.IUMPrincipal principal, AppLogParams params, AppLogExpiration expiration, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, com.sapportals.portal.security.usermanagement.IUMPrincipal principal, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, AppLogParams params, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, AppLogExpiration expiration, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, AppLogParams params, AppLogExpiration expiration, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, com.sapportals.portal.security.usermanagement.IUMPrincipal principal, AppLogExpiration expiration, URI primalUri)
           
 void IAppLog.log(int logLevel, java.lang.String appId, java.lang.String logTextId, com.sapportals.portal.security.usermanagement.IUMPrincipal principal, AppLogParams params, URI primalUri)
           
 

Uses of URI in com.sapportals.wcm.service.indexmanagement
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type URI
 java.util.List IIndexService.getIndexes(URI topFolderURI)
          Deprecated. as of NW04. Use getIndexes(RID)
 IIndex IIndexService.getIndexForResource(URI uri, java.lang.String serviceType)
          Deprecated. as of NW04. Use getIndexForResource(RID,String)
 java.util.List IIndexService.getIndexesForResource(URI uri)
          Deprecated. as of NW04. Use getIndexesForResource(RID)
 void IIndex.addFolderUri(URI folderUri)
          Deprecated. as of NW04. Use add(IIndexFolder) at the IIndexFolderList interface
 void IIndex.removeFolderUri(URI folderUri)
          Deprecated. as of NW04. Use remove(IIndexFolder) at the IIndexFolderList interface
 void IIndex.deindexDocument(URI uri)
          Deprecated. as of NW04. Use deindexDocument(RID)
 void AbstractIndex.addFolderUri(URI folderUri)
          Deprecated. as of NW04. Use add(IIndexFolder) at the IIndexFolderList interface
 void AbstractIndex.removeFolderUri(URI folderUri)
          Deprecated. as of NW04. Use remove(IIndexFolder) at the IIndexFolderList interface
 void AbstractIndex.deindexDocument(URI resourceUri)
          Deprecated. as of NW04. Use deindexDocument(RID)
 

Uses of URI in com.sapportals.wcm.service.indexmanagement.retrieval.classification
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return URI
 URI AbstractClassificationIndex.getTaxonomyTrainingUri(java.lang.String taxonomyName)
          Deprecated. as of NW04. Use getTaxonomyTrainingRid(String)
 URI IClassificationIndex.getTaxonomyTrainingUri(java.lang.String taxonomyName)
          Deprecated. as of NW04. Use getTaxonomyTrainingRid(String)
 URI IClassificationClass.getResultClass()
          Deprecated. as of NW04. Use getResultClassRid
 URI IClassificationResult.getUri()
          Deprecated. as of NW04. Use getRid()
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type URI
 void AbstractClassificationIndex.setTaxonomyTrainingUri(java.lang.String taxonomyName, URI trainingUri)
          Deprecated. as of NW04. Use setTaxonomyTrainingRid(String,RID)
 void IClassificationIndex.setTaxonomyTrainingUri(java.lang.String taxonomyName, URI trainingUri)
          Deprecated. as of NW04. Use setTaxonomyTrainingRid(String, RID)
 

Uses of URI in com.sapportals.wcm.service.indexmanagement.retrieval.search
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return URI
 URI ITextminingResult.getUri()
          Deprecated. as of NW04. Use getRid()
 

Uses of URI in com.sapportals.wcm.service.mimehandler
 

Methods in com.sapportals.wcm.service.mimehandler with parameters of type URI
 java.lang.String IMimeHandlerService.getMimetypeForURI(URI uri)
          Deprecated. as of NW04. Use #get(RID)instead
 

Uses of URI in com.sapportals.wcm.service.objecttypehandler
 

Methods in com.sapportals.wcm.service.objecttypehandler with parameters of type URI
 IObjectTypeHandlerList IObjectTypeHandlerList.sublistForPath(URI path)
          TODO: Description of the Method.
 

Uses of URI in com.sapportals.wcm.service.urimapper
 

Methods in com.sapportals.wcm.service.urimapper that return URI
 URI IUriMapperService.getUriFromConstantID(java.lang.String constantID)
          Deprecated. as of NW04.
 URI IUriMapperService.getUriFromVariableID(java.lang.String variableID)
          Deprecated. as of NW04.
 

Methods in com.sapportals.wcm.service.urimapper with parameters of type URI
 java.lang.String IUriMapperService.getConstantID(URI uri)
          Deprecated. as of NW04.
 java.lang.String IUriMapperService.getCreateConstantID(URI uri)
          Deprecated. as of NW04.
 java.lang.String IUriMapperService.getVariableID(URI uri)
          Deprecated. as of NW04.
 java.lang.String IUriMapperService.getCreateVariableID(URI uri)
          Deprecated. as of NW04.
 void IUriMapperService.removeMultipleIDs(URI id)
          Deprecated. as of NW04.
 boolean IUriMapperService.removeSingleID(URI id)
          Deprecated. as of NW04.
 void IUriMapperService.renameMultipleIDs(URI fromId, URI toId)
          Deprecated. as of NW04.
 boolean IUriMapperService.renameSingleID(URI fromId, URI toId)
          Deprecated. as of NW04.
 

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

Methods in com.sapportals.wcm.service.urlgenerator that return URI
 URI ServletCallParameters.getResourceURL()
          Deprecated.  
 URI IURLGenerator.getUserFolder(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserFolderRID(IUser, String)
 URI IURLGenerator.getUserHome(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserHomeRID(IUser)
 URI IURLGenerator.getCompleteURIToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getCompleteRIDToShowFolder(ICollection)
 URI IURLGenerator.createServletCall(java.util.Properties properties)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createServletCallRID(Properties)
 URI IURLGenerator.createLinkToDetailsPage(URI resourceURI)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToDetailsPageRID(RID)
 URI IURLGenerator.createLinkToExplorerPage(URI resourceURI)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToExplorerPageRID(RID)
 URI IURLGenerator.getUserResource(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserResourceRID(IUser)
 URI IURLGenerator.getUserResource(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String format)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserResourceRID(IUser, String)
 URI IURLGenerator.getUserResource(java.lang.String uid)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserResourceRID(String)
 URI IURLGenerator.getUserResource(java.lang.String uid, java.lang.String format)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getUserResourceRID(String, String)
 URI IURLGenerator.getGroupResource(com.sapportals.portal.security.usermanagement.IGroup group)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getGroupResourceRID(IGroup)
 URI IURLGenerator.getGroupResource(java.lang.String gid)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getGroupResourceRID(String)
 URI IURLGenerator.getRoleResource(com.sapportals.portal.security.usermanagement.IRole group)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getRoleResourceRID(IRole)
 URI IURLGenerator.getRoleResource(java.lang.String rid)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getRoleResourceRID(String)
 URI IURLGenerator.getBusinessCardApp(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getBusinessCardAppRID(IUser)
 URI IURLGenerator.getBusinessCardApp(java.lang.String uid)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.getBusinessCardAppRID(String)
 

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type URI
 void ServletCallParameters.setResourceURL(URI value)
          Deprecated.  
 URI IURLGenerator.createLinkToDetailsPage(URI resourceURI)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToDetailsPageRID(RID)
 URI IURLGenerator.createLinkToExplorerPage(URI resourceURI)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToExplorerPageRID(RID)
 

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

Methods in com.sapportals.wcm.util.uri that return URI
 URI HttpUrl.mapToWcmPath(IUriReference ref)
           
 URI HttpUrl.mapToWcmPath(IUriReference ref, URICodec codec)
           
 URI URL.getURI()
          Deprecated. as of NW04. Use UriFactory to parse URIs.
 URI UriIterator.next()
           
 URI IHierarchicalUri.mapToWcmPath(IUriReference ref)
          Given this Uri as the base of the WCM repository, map the Uri Reference to the corresponsing WCM Path in the framework.
 URI IHierarchicalUri.mapToWcmPath(IUriReference ref, URICodec codec)
          Given this Uri as the base of the WCM repository, map the Uri Reference to the corresponsing WCM Path in the framework.
 URI IUriIterator.next()
           
 URI IUriList.get(int index)
           
 URI IUriList.set(int index, URI event)
           
 URI IUriList.remove(int index)
           
 URI UriList.get(int index)
           
 URI UriList.set(int index, URI uri)
           
 URI UriList.remove(int index)
           
 URI ResourceUrl.mapToWcmPath(IUriReference ref)
           
 URI ResourceUrl.mapToWcmPath(IUriReference ref, URICodec codec)
           
 URI URI.encode()
          Deprecated. as of NW04. URI objects are never encoded
 URI URI.decode()
          Deprecated. as of NW04. URI objects are never decoded
 URI URI.root()
          Deprecated. Get URI of toplevel collection (below root) of this URI.
 URI URI.name()
          Deprecated. Get the name of the resource, designated by this URI.
 URI URI.parent()
          Deprecated. Get the URI of the parent collection of this URI
 URI URI.removeRoot()
          Deprecated. Get a new URI with the toplevel collection removed
 URI URI.removeName()
          Deprecated. Remove the name of the resource, same as parent()
 URI URI.removeExtension()
          Deprecated. Remove the (optional) extension of the resource name.
 URI URI.removeTrailingSlash()
          Deprecated. Remove a possible trailing slash from the URI.
 URI URI.add(java.lang.String uri)
          Deprecated. Concatenate this URI with the given URI.
 URI URI.add(URI uri)
          Deprecated. Concatenate this URI with the given URI.
 URI URI.resolveRelativeURI(java.lang.String uri)
          Deprecated. Resolve relative URIs
 URI URI.addQueryParameter(java.util.Properties parameter)
          Deprecated. as of NW04. Use setQueryParameter
 URI URI.setQueryParameter(java.util.Properties parameter)
          Deprecated. Create a new URI by setting the given parameters as query part of this URI.
 

Methods in com.sapportals.wcm.util.uri with parameters of type URI
 IUriReference HttpUrl.mapToAbsolutePath(URI wcmPath)
           
 IUriReference HttpUrl.mapToAbsolutePath(URI wcmPath, URICodec codec)
           
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(URI wcmPath)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(URI wcmPath, URICodec codec)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 IUriReference IHierarchicalUri.mapToAbsolutePath(URI wcmPath)
          Given this Uri as the base of the WCM repository, map the WCM Path to a uri reference with absolute path component.
 IUriReference IHierarchicalUri.mapToAbsolutePath(URI wcmPath, URICodec codec)
          Given this Uri as the base of the WCM repository, map the WCM Path to a uri reference with absolute path component.
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(URI wcmPath)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(URI wcmPath, URICodec codec)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 boolean IUriList.add(URI event)
           
 URI IUriList.set(int index, URI event)
           
 void IUriList.add(int index, URI event)
           
 void IUriList.addLast(URI event)
           
 void IUriList.addFirst(URI event)
           
 boolean UriList.add(URI uri)
           
 URI UriList.set(int index, URI uri)
           
 void UriList.add(int index, URI uri)
           
 void UriList.addLast(URI uri)
           
 void UriList.addFirst(URI uri)
           
 IUriReference ResourceUrl.mapToAbsolutePath(URI wcmPath)
           
 IUriReference ResourceUrl.mapToAbsolutePath(URI wcmPath, URICodec codec)
           
 IHierarchicalUri ResourceUrl.mapToAbsoluteUri(URI wcmPath)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 IHierarchicalUri ResourceUrl.mapToAbsoluteUri(URI wcmPath, URICodec codec)
          Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri.
 boolean URI.isAncestorOf(URI child)
          Deprecated. Determine if this URI is an ancestor (parent or parent's parent, etc.) of the given child URI.
 URI URI.add(URI uri)
          Deprecated. Concatenate this URI with the given URI.
 boolean URI.equals(URI other)
          Deprecated. Determine if this URI equals other.
 

Constructors in com.sapportals.wcm.util.uri with parameters of type URI
UriList(URI[] uris)
           
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
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.