SAP NetWeaver '04

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

Packages that use RID
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.collection Contains interfaces for flexible rendering of collections or lists of resources.  
com.sapportals.wcm.rendering.screenflow.os Contains ready-to-use screenflow and helper classes to create a screenflow that opens a new screen and returns to the initial screen after the user has finished a task.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.batch   
com.sapportals.wcm.repository.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.repository.manager Contains interfaces for repository managers.  
com.sapportals.wcm.repository.manager.entrypoints API for implementing entry point providers Package Specification Purpose The entrypoints package contains interfaces and abstract classes, which are offering all neccessary methods to act as an entry points provider.  
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.appproperties

Contains classes and interfaces to persist information related to resources on the database.  

com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
com.sapportals.wcm.service.actioninbox Provides a service that handles notifications by saving them as action items.  
com.sapportals.wcm.service.crawler Provides a service that crawls repositories to obtain references to resources.  
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.notificator Provides a service for sending notifications.  
com.sapportals.wcm.service.objecttypehandler Provides a service to add arbitrary commands for resources.  
com.sapportals.wcm.service.relation.operands Defines objects for which relationships can be specified.  
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.service.xcrawler Provides a service that crawls repositories to obtain references to resources.  
com.sapportals.wcm.service.xmlforms Provides interfaces for the creation of forms and XML documents.  
com.sapportals.wcm.util.uri Contains interfaces and classes to handle uniform resource identifiers (uri).  
 

Uses of RID in com.sapportals.wcm.rendering.base
 

Fields in com.sapportals.wcm.rendering.base declared as RID
static RID IProxy.ROOT_RID
           
 

Methods in com.sapportals.wcm.rendering.base that return RID
 RID IRIDMapper.getRID(java.lang.String mapper)
          to be used when an event has been received.
 RID INewResourceProvider.getNewResourceRID()
           
static RID RIDMapperUtil.getRID(IProxy proxy, java.lang.String mapper)
           
protected  RID AbstractProxyControl.getRID()
           
 RID AbstractResourceListEvent.getRID()
           
 RID ILayoutSetEvent.getRID()
           
 RID ILayoutSetEvent.getStartRID()
           
 

Methods in com.sapportals.wcm.rendering.base with parameters of type RID
 java.lang.String IRIDMapper.getMapper(RID rid)
          to be used during the rendering process.
static java.lang.String RIDMapperUtil.getMapper(IProxy proxy, RID rid)
           
 void NavigationMemory.addTarget(RID rid, RID startRID)
           
 void NavigationMemory.addCurrent(RID rid, RID startRID)
           
 java.util.List NavigationMemory.getTargets(RID rid, RID startRID, int maxNumber)
           
 java.util.List NavigationMemory.getCurrents(RID rid, RID startRID, int maxNumber)
           
static void RenderingInformationUtil.addInstantiater(IProxy proxy, ILayoutObject ilo, com.sapportals.wcm.repository.service.layout.info.IRenderObjectInfo.RenderObjectCategory category, RID accessRID)
           
protected  void AbstractProxyControl.setRID(RID rid)
           
 boolean NavigationMemorizer.isExcluded(RID rid)
           
 void AbstractResourceListEvent.setRID(RID rid)
           
 

Constructors in com.sapportals.wcm.rendering.base with parameters of type RID
NavigationMemory(int size, RID startRID, IResourceContext context)
           
AbstractResourceListEvent(RID rid, java.lang.String startUri, java.lang.String explanationtext, IUIBaseCommand command)
          creates a new event.
 

Uses of RID in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type RID
 void IComponent.setStartUri(RID rid)
           
 void AbstractComponent.setStartUri(RID rid)
           
 

Uses of RID in com.sapportals.wcm.rendering.screenflow.os
 

Methods in com.sapportals.wcm.rendering.screenflow.os that return RID
 RID WdfOneStepEvent.rid()
           
 

Constructors in com.sapportals.wcm.rendering.screenflow.os with parameters of type RID
WdfOneStepEvent(java.lang.String commandalias, RID rid, OneStepComponent comp)
           
OneStepScreenflow(IScreenflowData sd, java.lang.String alias, RID rid, OneStepComponent comp)
           
 

Uses of RID in com.sapportals.wcm.rendering.uicommand
 

Fields in com.sapportals.wcm.rendering.uicommand declared as RID
static RID AbstractUICommand.ROOT_RID
           
static RID AbstractMassCommand.ROOT_RID
           
 

Methods in com.sapportals.wcm.rendering.uicommand that return RID
protected  RID AbstractCommand.getStartUri()
          returns the Start Uri value from proxy parameters
protected  RID AbstractUICommand.getStartUri()
          Returns the Start Uri value from proxy parameters
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type RID
protected  void AbstractCommand.createResource(IResourceContext context, RID rid)
          creates an IResource from the given parameters and sets it as the member variable.
protected  void AbstractUICommand.createResource(IResourceContext context, RID rid)
          Creates an IResource from the given parameters and sets it as the member variable.
 

Uses of RID in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return RID
 RID ResourceException.getRID()
          Returns the URI of the resource that caused the exception or null .
 RID ICheckOutInfo.getExpectedRevisionRID()
          Returns the expected revision RID
 RID IInternalLinkResource.getTargetRID()
          Gets the link target.
 RID IContentResource.getLocation()
          Returns exact RID of content location, to be used as base for entity.
 RID IWorkspaceControlledResource.getWorkspaceRID()
           
 RID IWorkingResource.getAutoUpdateVCR()
           
 RID IVersionResource.getVersionHistoryRID()
           
 RID LinkLoopException.getLinkTargetRID()
          Returns the link target that caused the exception.
 RID ExtendedLockInfo.getRequestRID()
           
 RID ICheckInInfo.getRevisionRID()
          Returns the RID of the version resource that was created during the checkin operation.
 RID IVersionHistoryResource.getRootVersionRID()
           
 RID IVersionHistoryResource.getVersionRIDByLabel(java.lang.String label)
           
 RID IResource.getRID()
          Get the ID (path) of this resource.
 RID IResource.getAccessRID()
          Returns the RID that was used to create this resource object in IResourceFactory.getResource
 RID VersionHistoryInUseException.getConflictingRID()
           
 RID InvalidTargetException.getInvalidTargetRID()
          Returns the invalid target that caused the exception.
 RID ICheckOutInfo2.getWorkingResourceRID()
           
 RID ExpectedCheckInRIDException.getNewExpectedCheckInRID()
          Returns the expected check-in RID
 RID IExtendedLockInfo.getRequestRID()
          Returns the RID of the resource on which the lock was created
 RID IVersionControlledResource.getCheckedInRID()
           
 RID IVersionControlledResource.getCheckedOutRID()
           
 RID IVersionControlledResource.getVersionHistoryRID()
           
 

Methods in com.sapportals.wcm.repository with parameters of type RID
 IResource IExtendedCollection.createInternalDynamicLink(java.lang.String name, RID targetRid, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link that automatically follows the target resource and disappears when the link target disappears.
 IResource IExtendedCollection.createInternalStaticLink(java.lang.String name, RID targetRid, boolean isPermanent, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates an internal link, compatible to LinkType.INTERNAL
 IResource IExtendedCollection.createVersionControlledResource(RID baseRevisionRid, java.lang.String name, IPosition position)
          If called on a workspace controlled collection, a new version controlled resource based on the given revision is created
 IPropertyMap IPropertyBatch.getProperties(RID rid)
           
 void IInternalLinkResource.setTargetRID(RID target)
          Sets the link target.
 boolean IBindController.createBind(java.lang.String memberName, IPosition position, RID targetRid, boolean overwrite)
          Adds a new member name to the collection referencing the identified resource.
 IResource IResourceFactory.getResource(RID rid, IResourceContext context)
          Returns a resource object instance for the given resource identifier and context.
 java.lang.Object IResourceFactory.getObject(RID rid, IResourceContext context, java.lang.Class asClass)
          Returns a resource object converted into a semantic object for the given resource identifier and context.
 IResource IResourceFactory.getResource(RID rid, IResourceContext context, boolean createCollections)
          Returns a resource object instance for the given RID and context.
 IResource IResourceFactory.getResource(RID rid, boolean resolveInternalLinks, IResourceContext context)
          Returns a resource object instance for the given RID and context.
 boolean IResourceFactory.checkExistence(RID rid, IResourceContext context)
          Returns true if a resource exists for the given resource identifier.
 IRidSet IVersionHistoryResource.getVersionControlledResourceRIDs(RID scope)
           
 IResource IResource.copy(RID destinationRID, ICopyParameter param)
          Copy the resource.
 IResource IResource.copy(RID destinationRID, IPosition position, ICopyParameter param)
          Copy the resource to a destination collection that supports ordered children.
 IResource IResource.move(RID destinationRID, ICopyParameter param)
          Move the resource's content and properties
 IResource IResource.move(RID destinationRID, IPosition position, ICopyParameter param)
          Move the resource to a destination collection that supports ordered children.
 ICheckInInfo IResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, RID expectedCheckInRID)
          Check in a new version of the resource with new content and/or properties.
 void ExpectedCheckInRIDException.setNewExpectedCheckInRIDException(RID newRID)
          Sets the expected check-in RID
 void IncompleteOperationException.addSuccessfulOperation(RID rid)
           
 ICheckInInfo2 IVersionControlledResource.checkIn(IContent newContent, IPropertyMap properties, boolean ignorePropertyFailures, RID expectedCheckInRID, boolean forkOk, boolean keepCheckedOut)
          Check in a new version of the resource with new content and/or properties.
 IRidSet IVersionControlledResource.updateFromVersion(RID version)
          update content and dead properties from a specific version.
 

Constructors in com.sapportals.wcm.repository with parameters of type RID
ResourceException(RID resourceID)
          Constructs a new exception
ResourceException(RID resourceID, boolean log)
          Constructs a new exception
ResourceException(java.lang.String msg, RID resourceID)
          Constructs a new exception
ResourceException(java.lang.String msg, RID resourceID, boolean log)
          Constructs a new exception
ResourceException(java.lang.String msg, RID resourceID, java.lang.Exception ex)
          Constructs a new exception
ResourceException(java.lang.String msg, RID resourceID, java.lang.Exception ex, boolean log)
          Constructs a new exception
NotCheckedOutException(java.lang.String msg, RID resourceID)
          Constructs a new exception
NotCheckedOutException(RID resourceID)
          Constructs a new exception
AbstractPropertyException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new PropertyUnchangedException
PropertyTypeLostException(RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyTypeLostException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyReadOnlyException(RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyReadOnlyException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new exception
ResourceIsLinkException(RID resourceID, LinkType linkType)
          Constructs a new ResourceIsLinkException
ResourceIsLinkException(RID resourceID, LinkType linkType, java.lang.String targetURL)
          Constructs a new ResourceIsLinkException
MethodNotAllowedException(java.lang.String msg, RID resourceID)
          Constructs a new exception
NoContentException(java.lang.String msg, RID resourceID)
          Constructs a new NoContentException
NotVersionedException(java.lang.String msg, RID resourceID)
          Constructs a new exception
NotVersionedException(RID resourceID)
          Constructs a new NotVersionedException
LinkLoopException(RID invalidLinkTarget)
          Constructs a new exception
LinkLoopException(java.lang.String msg, RID invalidLinkTarget)
          Constructs a new exception
LinkLoopException(java.lang.String msg, RID rid, RID invalidLinkTarget)
          Constructs a new exception
ExtendedLockInfo(LockType type, LockScope scope, LockDepth depth, java.lang.String owner, int timeout, java.lang.String lockToken, java.util.Date created, XMLMarkup ownerInfoFromClient, RID requestRID)
           
ResourceNotFoundException(RID resourceID)
          Constructs a new exception
ResourceNotFoundException(java.lang.String msg, RID resourceID)
          Constructs a new exception
IllegalPropertyNameException(java.lang.String message, RID rid, java.lang.String namespace, java.lang.String name)
           
NotOrderedException(RID resourceID)
           
ResourceReadOnlyException(java.lang.String msg, RID resourceID)
          Constructs a new exception
ResourceReadOnlyException(RID resourceID)
          Constructs a new exception
VersionHasDescendantsException(java.lang.String msg, RID resourceID)
          Constructs a new exception
InvalidUriException(java.lang.String msg, RID invalidRID)
          Constructs a new exception
LockNotFoundException(java.lang.String msg, RID resourceID)
          Constructs a new exception
LockNotFoundException(RID resourceID)
          Constructs a new exception
SetPropertiesException(java.lang.String msg, RID resourceID, PropertyChangeResultCollection propChangeResults)
          Constructs a new exception
ServiceUnavailableException(java.lang.String msg, RID resourceID)
          Constructs a new ServiceUnavailableException
ServiceUnavailableException(java.lang.String msg, java.util.Date retry, RID resourceID)
          Constructs a new ServiceUnavailableException
ServiceUnavailableException(java.lang.String msg, java.lang.Exception ex, RID resourceID)
          Constructs a new ServiceUnavailableException
PropertyValueTooBigException(java.lang.String message, RID rid, IPropertyName name, int max)
           
VersionIsCheckedOutException(java.lang.String msg, RID resourceID)
          Constructs a new exception
ResourceNotCollectionException(RID resourceID)
          Constructs a new ResourceNotCollection
InvalidPositionException(java.lang.String message, RID resourceID)
           
LabelAlreadyExistsException(java.lang.String msg, java.lang.String label, RID resourceID)
          Constructs a new exception
LabelAlreadyExistsException(java.lang.String label, RID resourceID)
          Constructs a new exception
PropertyNameTooLongException(java.lang.String message, RID rid, java.lang.String namespace, java.lang.String name, int namespaceMax, int nameMax)
           
VersionHistoryInUseException(java.lang.String msg, RID version, RID conflictVcr)
          Constructs a VersionHistoryInUseException to indicate that the current operation would result in a workspace containing two vcrs based on the same version history.
PropertyUnchangedException(RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyUnchangedException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new exception
IOErrorException(java.lang.String msg, RID resourceID)
          Constructs a new IOErrorException
IOErrorException(java.lang.String msg, java.lang.Exception ex, RID resourceID)
          Constructs a new IOErrorException
RevisionResourceException(java.lang.String msg, RID resourceID)
          Constructs a new exception
RevisionResourceException(RID resourceID)
          Constructs a new exception
InvalidTargetException(RID invalidTarget)
          Constructs a new exception
InvalidTargetException(java.lang.String msg, RID invalidTarget)
          Constructs a new exception
NameAlreadyExistsException(java.lang.String msg, RID resourceID)
          Constructs a new exception
NameAlreadyExistsException(RID resourceID)
          Constructs a new exception
LockedException(java.lang.String msg, RID rid, java.lang.String userID)
           
NoRevisionException(RID rid)
          Constructs a new exception.
NoRevisionException(java.lang.String msg, RID rid)
          Constructs a new exception.
NotSupportedException(java.lang.String msg, RID resourceID)
           
AccessDeniedException(java.lang.String msg, RID resourceID, java.lang.String permissionName, java.lang.String userID)
          Constructs a new exception
AccessDeniedException(RID resourceID, java.lang.String permissionName, java.lang.String userID)
          Constructs a new exception
InvalidArgumentException(java.lang.String msg, RID rid)
           
InvalidArgumentException(java.lang.String msg, RID rid, java.lang.Exception e)
           
ExpectedCheckInRIDException(RID resourceID, RID newRID)
          Constructs a new exception
CheckedOutException(RID resourceID, java.lang.String userID)
          Constructs a new exception
CheckedOutException(java.lang.String msg, RID resourceID, java.lang.String userID)
          Constructs a new exception
PropertyMandatoryException(RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyMandatoryException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new exception
IncompleteOperationException(ResourceException firstException, RID resourceID)
          Constructs a new exception
IncompleteOperationException(java.lang.String msg, ResourceException firstException, RID resourceID)
          Constructs a new exception
PropertyTypeMismatchException(RID resourceID, IPropertyName propertyName)
          Constructs a new exception
PropertyTypeMismatchException(java.lang.String msg, RID resourceID, IPropertyName propertyName)
          Constructs a new exception
 

Uses of RID in com.sapportals.wcm.repository.batch
 

Methods in com.sapportals.wcm.repository.batch with parameters of type RID
 IPropertyMap ResourcePropertyMap.getProperties(RID rid)
          Returns the property map for the specified RID.
 IPropertyNameList ResourcePropertyMap.calculateNotContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are not contained in the map for the specified RID.
 IPropertyNameList ResourcePropertyMap.calculateContainedNames(RID rid, IPropertyNameList checkNames)
          Returns a list of names of properties that are contained in the map for the specified RID.
 ResourceErrors ResourcePropertyMap.getExceptions(RID rid)
          Returns a collection of exceptions that occurred for a specified RID.
 

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

Methods in com.sapportals.wcm.repository.filter that return RID
 RID IRidFilter.filter()
          Returns the resulting RID (can be the unchanged original RID).
 

Methods in com.sapportals.wcm.repository.filter with parameters of type RID
 IRidFilter IRidFilterManager.getFilter(RID rid, IResourceContext context)
          Returns a filter object that will be used to process the RID or null .
 

Constructors in com.sapportals.wcm.repository.filter with parameters of type RID
FilterConfigurationException(java.lang.String msg, RID resourceID)
          Constructs a new FilterConfigurationException
FilterConfigurationException(RID resourceID)
          Constructs a new FilterConfigurationException
FilterConfigurationException(java.lang.String msg, RID resourceID, java.lang.String filterID)
          Constructs a new FilterConfigurationException
FilterConfigurationException(java.lang.String msg, RID resourceID, java.lang.Exception ex, java.lang.String filterID)
          Constructs a new FilterConfigurationException
 

Uses of RID in com.sapportals.wcm.repository.manager
 

Methods in com.sapportals.wcm.repository.manager that return RID
 RID IAclInheritanceController.getLegator(RID currentResource, IResourceContext context)
          Returns the legator of a resource given by its RID.
 

Methods in com.sapportals.wcm.repository.manager with parameters of type RID
 RID IAclInheritanceController.getLegator(RID currentResource, IResourceContext context)
          Returns the legator of a resource given by its RID.
 IRepositoryManager IManagerFactory.getRepositoryManager(RID rid)
          Returns the repository manager instance for a given resource identifier
 

Uses of RID in com.sapportals.wcm.repository.manager.entrypoints
 

Methods in com.sapportals.wcm.repository.manager.entrypoints that return RID
 RID EntryPoint.getTargetRID()
          Gets the ID of the target resource where the entry point points to.
 RID IEntryPoint.getTargetRID()
          Gets the ID of the target resource where the entry point points to.
 

Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type RID
protected  IProperty AbstractEntryPointsProvider.getPropertyForInternalLink(IPropertyName propertyName, RID targetRid, IResourceContext context, boolean nameAsFallback)
          Gets a property for an internal link.
protected  IPropertyMap AbstractEntryPointsProvider.getPropertiesForInternalLink(RID targetRid, IResourceContext context, boolean nameAsFallback)
           
 

Constructors in com.sapportals.wcm.repository.manager.entrypoints with parameters of type RID
EntryPoint(java.lang.String id, RID targetRid, LinkType linkType, boolean isCollection, java.lang.String providerName)
          Creates a new entry point object that represents a link to another repository.
 

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

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

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

Constructors in com.sapportals.wcm.repository.service with parameters of type RID
ServiceCallException(RID resourceID)
          Constructs a new exception
ServiceCallException(java.lang.String localizedErrormessage, RID resourceID)
          Constructs a new exception
 

Uses of RID in com.sapportals.wcm.repository.service.appproperties
 

Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type RID
 boolean IResourceAppPropertyMap.containsProperty(RID rid)
          Returns true if the map contains the property
 IAppProperty IResourceAppPropertyMap.get(RID rid)
          Get a property from the map
 IAppProperty IApplicationProperties.getProperty(IPropertyName propertyName, RID resourceID, java.lang.String userID, IResourceContext context)
          Returns the personalized property for the specified resource and user ID.
 IAppPropertyMap IApplicationProperties.getProperties(java.lang.String namespace, RID resourceID, java.lang.String userID, IResourceContext context)
          Returns all personalized properties of a resource for a namespace and the user ID.
 IAppPropertyMap IApplicationProperties.getProperties(RID resourceID, java.lang.String userID, IResourceContext context)
          Returns all personalized properties of a resource.
 void IApplicationProperties.deleteProperty(IPropertyName propertyName, RID resourceID, java.lang.String userID, IResourceContext context)
          Deletes a personalized property.
 IAppProperty IApplicationProperties.getProperty(IPropertyName propertyName, RID resourceID, IResourceContext context)
          Returns the property for the specified resource identifier and name.
 IAppPropertyMap IApplicationProperties.getProperties(java.lang.String namespace, RID resourceID, IResourceContext context)
          Returns all application properties for the specified namespace and RID (but not the personalized properties).
 IAppPropertyMap IApplicationProperties.getProperties(RID resourceID, IResourceContext context)
          Returns all application properties for the specified RID (not the personalized properties)
 IAppPropertyCollection IApplicationProperties.getProperties(IPropertyName propertyName, RID resourceID, IResourceContext context)
          Returns all personalized properties for a given property name and RID.
 void IApplicationProperties.deleteProperty(IPropertyName propertyName, RID resourceID, IResourceContext context)
          Deletes the property with the specified name from the persistent storage.
 void IApplicationProperties.setProperty(IAppProperty property, RID resourceID, IResourceContext context)
          Stores the property for the specified RID in some persistent storage.
 IAppProperty IApplicationProperties.getProperty(IPropertyName propertyName, RID resourceID, java.lang.String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationProperties.getProperties(java.lang.String namespace, RID resourceID, java.lang.String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationProperties.getProperties(RID resourceID, java.lang.String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 void IApplicationProperties.deleteProperty(IPropertyName propertyName, RID resourceID, java.lang.String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppProperty IApplicationProperties.getProperty(IPropertyName propertyName, RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationProperties.getProperties(java.lang.String namespace, RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 void IApplicationProperties.setProperty(IAppProperty property, RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 IAppPropertyMap IApplicationProperties.getProperties(RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 void IApplicationProperties.deleteProperty(IPropertyName propertyName, RID resourceID)
          Deprecated. as of NW04. Use method with resource context parameter
 

Uses of RID in com.sapportals.wcm.repository.service.discussion
 

Methods in com.sapportals.wcm.repository.service.discussion that return RID
 RID IDiscussionItem.getUri()
          Deprecated. as of NW04. Replaced by getRid()
 RID IDiscussionItem.getRid()
          Gets the RID (better WcmPath); This is an identifier for the IDiscussionItem
 RID IDiscussion.getUri()
          Deprecated. as of NW04. Replaced by getRid() method
 RID IDiscussion.getRid()
          Gets the RID of a discussion.
 RID IDiscussion.getUri(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by getRid() method
 RID IDiscussion.getReplyUri(RID itemRid)
          Gets RID of the folder that contains the replies for the specified RID of an IDiscussionItem .
 

Methods in com.sapportals.wcm.repository.service.discussion with parameters of type RID
 IDiscussionItem IDiscussionManager.getTopic(RID itemRid, IResourceContext resourceContext)
          Gets the discussion topic for a discussion item.
 IDiscussionItem IDiscussionManager.getTopDiscussionItem(RID itemRid, IResourceContext resourceContext)
          Gets the discussion topic for a discussion item.
 void IDiscussionManager.deleteDiscussion(RID resourceRid, IResourceContext context)
          Deletes an IDiscussion instance and all discussion data for an attached primary resource.
 void IDiscussionItem.setUri(RID uri)
          Sets the RID (better WcmPath); This is an identifier for a the IDiscussionItem.
 IDiscussionItem IDiscussion.getDiscussionItem(RID itemRid)
          Gets the IDiscussionItem instance for the specified RID.
 RID IDiscussion.getReplyUri(RID itemRid)
          Gets RID of the folder that contains the replies for the specified RID of an IDiscussionItem .
 int IDiscussionItemList.indexOf(RID itemRid)
          Returns the index in this list of the first occurrence of the specified discussion item element, or -1 if the list does not contain this discussion item.
 

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

Methods in com.sapportals.wcm.repository.service.subscription that return RID
 RID ISubscriptionConditionEvent.getRID()
          Gets RID of the resource that is associated with the event.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type RID
 ISubscriptionList ISubscriptionManager.getSubscriptions(IResourceContext context, RID rid, boolean includeSubfolders)
          Gets all subscriptions for a specified rid.
 

Uses of RID in com.sapportals.wcm.service.actioninbox
 

Fields in com.sapportals.wcm.service.actioninbox declared as RID
protected  RID AbstractActionInboxNotification.m_AssignedRID
          the assigend resources RID.
 

Methods in com.sapportals.wcm.service.actioninbox that return RID
 RID AbstractActionInboxNotification.getAssignedRID()
           
 RID IActionInboxNotification.getAssignedRID()
          Get the rid of the resource that's assigned to this notification.
 

Constructors in com.sapportals.wcm.service.actioninbox with parameters of type RID
AbstractActionInboxNotification(java.lang.String categoryID, Descriptions descriptions, com.sapportals.portal.security.usermanagement.IUMPrincipal originator, java.util.Date notificationDate, java.util.Properties properties, java.lang.String assignedRef, RID assignedRID)
           
 

Uses of RID in com.sapportals.wcm.service.crawler
 

Methods in com.sapportals.wcm.service.crawler that return RID
 RID ICrawlerVisitedEntry.getRID()
          Deprecated. Get the RID of this entry.
 

Methods in com.sapportals.wcm.service.crawler with parameters of type RID
 int ICrawlerPushedDeltaResultReceiver.onCrawlDeleted(RID resourceID)
          Deprecated. Inform the receiver about a deleted resource.
 int ICrawlerPushedDeltaResultReceiver.onCrawlUnvisitedDeleted(RID resourceID)
          Deprecated. Inform the receiver about a unvisited resource (a resource that has been crawled before, but has not been referenced by other resources beginning at the given start resources and is already deleted).
 ICrawlerVisitedEntry ICrawlerVisitedList.getEntry(RID resourceID)
          Deprecated. Search an entry for a given resource ID.
 ICrawlerVisitedEntry ICrawlerVisitedList.createEntry(RID resourceID)
          Deprecated. Create a new 'found' entry for a given resource ID.
 ICrawlerVisitedEntry ICrawlerVisitedList.addEntry(RID resourceID)
          Deprecated. Create a new 'found' entry for a given resource ID, overwrite if alread exists.
 ICrawlerVisitedEntry ICrawlerVisitedList.deleteEntry(RID resourceID)
          Deprecated. Delete an entry from the database for a given resource ID.
 ICrawlerVisitedEntryIterator ICrawlerVisitedList.getIterator(boolean includeFound, boolean includeVisited, boolean includeError, boolean includeExcluded, RID startRID)
          Deprecated. Get an iterator for a list of entries, which matches the given criterias.
 

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

Methods in com.sapportals.wcm.service.indexmanagement that return RID
 RID IIndexService.getIndexmanagementRepositoryPrefixRID()
          Gets the resource ID of the root folder of the indexmanagement repository.
 RID IIndexFolder.getRID()
          Get the RID attribute of the IIndexFolder object.
 RID IIndexFolder.getCrawlerStartRid()
          Get the CrawlerStartRid attribute of the IIndexFolder object.
 RID IndexFolder.getRID()
          Get the RID attribute of the IIndexFolder object.
 RID IndexFolder.getCrawlerStartRid()
          Get the CrawlerStartRid attribute of the IIndexFolder object.
 RID IIndex.getRID()
          Gets the resource ID of the resource representation of this index.
 RID IndexServiceEvent.getEventRID()
           
 RID IIndexServiceEvent.getEventRID()
          Deprecated. As of EP 5.0 SP5, replaced by IIndexServiceEvent.getResource()
 RID AbstractIndex.getRID()
          Gets the resource ID of the resource representation of this index.
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type RID
 java.util.List IIndexService.getIndexes(RID topFolderRid)
          Indexes that contain documents of the folder specified by topFolderRid or any subfolder
 IIndex IIndexService.getIndexForResource(RID rid, java.lang.String serviceType)
          Returns the index into which the document is indexed depending on the specified service type.
 java.util.List IIndexService.getIndexesForResource(RID rid)
          Returns the indexes into which a document is indexed.
 java.lang.String IIndexService.createIndexSchedulerEntryId(java.lang.String indexId, RID indexFolderRid)
          Returns an identifier for a delta index schedule for an folder, which if defined by the according schedule of the index.
 java.lang.String IIndexService.createSchedulerEntryId(java.lang.String indexId, RID indexFolderRid)
          Returns an identifier for a delta index schedule for an folder, which if not defined by the according schedule of the index.
 void IIndexFolder.setCrawlerStartRid(RID crawlerStartRid)
          Set the CrawlerStartRid attribute of the IIndexFolder object.
 void IndexFolder.setCrawlerStartRid(RID crawlerStartRid)
          Set the CrawlerStartRid attribute of the IIndexFolder object.
 void IIndex.deindexDocument(RID rid)
          Removes a document from the index.
 IIndexFolder IIndex.getIndexFolderForDocument(RID documentRid)
          Gets the index folder according to which the document is assigned to the index
Only index folders of this index are checked against the document.
 void IndexServiceEvent.setEventRID(RID eventRID)
           
 void IIndexServiceEvent.setEventRID(RID eventRID)
          Deprecated. As of EP 5.0 SP5, replaced by IIndexServiceEvent.setResource(IResource)
 IIndexFolder IndexFolderList.get(RID indexFolderRid)
           
 void AbstractIndex.deindexDocument(RID resourceRid)
          Deindexes a document
 IIndexFolder AbstractIndex.getIndexFolderForDocument(RID documentRid)
          Gets the next upper indexFolder for the document
 java.lang.String AbstractIndex.getResourceInfo(RID documentRid)
           
 int AbstractIndex.getNumberOfCrawler(RID indexRid)
           
 void ITaskQueueHandler.startIndexCrawler(IIndex index, RID startRid, IResourceEvent event)
          Runs an index crawl as a separate thread.
 void ITaskQueueHandler.startDeltaCrawler(IIndex index, RID startRid)
          Runs an delta index crawl as a separate thread.
 void ITaskQueueHandler.startDeindexCrawler(IIndex index, RID startRid)
          Runs a deindex crawl as a separate thread.
 void ITaskQueueHandler.startDeindexCrawler(IIndex index, RID startRid, IResourceEvent event, RID eventPreRid, RID eventNewRid, java.lang.String crawlerProfileId)
          Runs a deindex crawl as a separate thread.
 IIndexFolder IIndexFolderList.get(RID indexFolderRid)
          Returns the index folder with the specified RID.
 

Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type RID
IndexFolder(java.lang.String indexId, RID indexFolderRid, java.lang.String crawlerProfileId, RID crawlerStartRid, ISchedulerTimeTable scheduleTimeTable, boolean indexedSuccessfully, java.util.Date lastIndexed, java.lang.String schedulerEntryId, java.lang.String schedulerIndexEntryId)
          Constructor for the index folder.
IndexFolder(java.lang.String indexId, RID rid)
          Construct object of class IndexFolder.
IndexFolder(java.lang.String indexId, RID rid, java.lang.String crawlerProfileId)
          Construct object of class IndexFolder.
IndexFolder(java.lang.String indexId, RID rid, java.lang.String crawlerProfileId, RID crawlerStartRid)
          Construct object of class IndexFolder.
IndexFolder(java.lang.String indexId, RID rid, java.lang.String crawlerProfileId, RID crawlerStartRid, ISchedulerTimeTable schedulerTimeTable, boolean isIndexedSuccessfully)
          Construct object of class IndexFolder.
IndexFolder(java.lang.String indexId, RID rid, java.lang.String crawlerProfileId, RID crawlerStartRid, ISchedulerTimeTable schedulerTimeTable, boolean isIndexedSuccessfully, java.util.Date lastIndexedDate)
          Construct object of class IndexFolder.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return RID
 RID AbstractClassificationIndex.getTaxonomyTrainingRid(java.lang.String taxonomyName)
          Gets the uri of the root folder of the hierarchy that has been used to train/create the given taxonomy.
 RID AbstractClassificationIndex.getSpecialFolderRID(java.lang.String taxonomyName, SpecialFolder specialFolderType)
           
 RID IQueryFolder.getRID()
          Gets the resource ID of the query folder.
 RID IClassificationIndex.getTaxonomyTrainingRid(java.lang.String taxonomyName)
          Gets the URI of the root folder of the hierarchy that has been used to train/create the given taxonomy.
 RID IClassificationIndex.getSpecialFolderRID(java.lang.String taxonomyName, SpecialFolder specialFolderType)
           
 RID IClassificationClass.getResultClassRid()
           
 RID IClassificationResult.getRid()
           
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type RID
 boolean AbstractClassificationIndex.isTrainingDocument(IResource document, RID taxonomyClassRid)
           
 boolean AbstractClassificationIndex.isManuallyDeclassifiedDocument(IResource document, RID taxonomyClassRid)
           
 void AbstractClassificationIndex.setTaxonomyTrainingRid(java.lang.String taxonomyName, RID trainingRid)
          Set the TaxonomyTrainingUri attribute of the AbstractClassificationIndex object.
 IResourceList AbstractClassificationIndex.getClassDocuments(RID taxonomyClassRid, IResourceContext context)
          Gets all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getClassDocumentRids(RID taxonomyClassRid, IResourceContext context)
          Gets the resource IDs of all documents of a taxonomy class
 IQueryFolder AbstractClassificationIndex.getQueryFolder(RID taxonomyClassRid)
          Gets a query folder instance
protected  void AbstractClassificationIndex.addResourceToClassificationIndex(RID resourceRID, IResourceContext context)
          Adds a resource to the list of resources that are index in the index.
protected  void AbstractClassificationIndex.removeResourceFromClassificationIndex(RID resourceRID, IResourceContext context)
          Removes a resource from the list of resources that are indexed in the index.
 IDocClassificationMap IDocClassificationMapList.get(RID documentRid)
           
static java.lang.String ClassificationUtils.getTaxonomyNameFromRid(RID taxonomyRid)
           
static java.lang.String ClassificationUtils.getIndexIdFromRid(RID taxonomyRid)
           
 IQueryFolder IQueryFolder.move(RID destination, IResourceContext context)
          Reflects a move of a folder in the taxonomy repository to perform the move also in the hierarchical query structure.
 IQueryFolder IQueryFolder.copy(RID destination, IResourceContext context)
          Reflects a copy of a folder in the taxonomy repository to perform the copy also in the hierarchical query structure.
 IQueryFolder IQBClassificationIndex.getQueryFolder(RID taxonomyClassRid)
          Gets a query folder instance
 void IQBClassificationIndex.moveQueryFolderExternal(IQueryFolder queryFolder, RID destination)
          Moves the query folder on the external classification engine
 void IClassificationIndex.setTaxonomyTrainingRid(java.lang.String taxonomyName, RID trainingRid)
          Sets the RID of the root folder of the hierarchy that has been used to train/create the given taxonomy.
 boolean IClassificationIndex.isTrainingDocument(IResource document, RID taxonomyClassRid)
           
 void IClassificationIndex.updateSearchCategoryAttributes(IResourceList oldResourceListe, IResourceList newResourceListe, java.lang.String taxonomyName, RID categoryRid)
          The attributes neccessary for searching in taxonomies are modified on the index server only.
 void ITaxonomyCollection.sendEventForLink(int eventType, RID taxonomyClassRid, RID targetRid, IResourceContext context)
          Creates a link resource object and sends an event of the given event type
 void ITaxonomyCollection.sendEventForLink(int eventType, RID taxonomyClassRid, RID targetRid, IResourceContext context, IResourceEvent originalEvent)
          Creates a link resource object and sends an event of the given event type
 IDocClassificationMap DocClassificationMapList.get(RID documentRid)
           
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return RID
 RID ITextminingResult.getRid()
           
 

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

Methods in com.sapportals.wcm.service.mimehandler with parameters of type RID
 IMime IMimeHandlerService.get(RID rid)
          Returns a mime type for the given RID.
 java.lang.String IMimeHandlerService.getMimetypeForRid(RID rid)
          Deprecated. as of NW04. Use #get(RID) instead
 

Uses of RID in com.sapportals.wcm.service.notificator
 

Methods in com.sapportals.wcm.service.notificator that return RID
protected  RID AbstractNotification.getXmlRID(IResourceFactory factory, java.lang.String templates, IRecipient recipient)
          Get the uri to use for the XML by trying several locale-specific uris.
protected  RID AbstractNotification.getXslRID(IResourceFactory factory, java.lang.String templates, IChannel channel)
          Get the uri to use for the XSL by trying a channel-specific uri first.
 

Methods in com.sapportals.wcm.service.notificator with parameters of type RID
protected  IProducer AbstractNotification.getXmlProducer(IResourceFactory factory, RID xmlRID)
          Get the XML producer for feeding the pipeline.
protected  IProducer AbstractNotification.getXslProducer(IResourceFactory factory, RID xslRID)
          Get the XSL producer for feeding the pipeline.
 

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

Methods in com.sapportals.wcm.service.objecttypehandler with parameters of type RID
 IObjectTypeHandlerList IObjectTypeHandlerList.sublistForPath(RID path)
           
 

Uses of RID in com.sapportals.wcm.service.relation.operands
 

Fields in com.sapportals.wcm.service.relation.operands declared as RID
protected  RID ResourceOperand.rid
           
 

Constructors in com.sapportals.wcm.service.relation.operands with parameters of type RID
ResourceOperand(RID rid)
          Create a RelationOperand out of a IResource .
 

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

Methods in com.sapportals.wcm.service.urimapper that return RID
 RID IUriMapperService.getRIDFromConstantID(java.lang.String constantID)
          Maps a given constant ID onto the matching RID.
 RID IUriMapperService.getRIDFromVariableID(java.lang.String variableID)
          Maps a given variable ID onto the matching RID.
 

Methods in com.sapportals.wcm.service.urimapper with parameters of type RID
 java.lang.String IUriMapperService.getConstantID(RID rid)
          Maps a given RID onto a constant unique ID.
 java.lang.String IUriMapperService.getCreateConstantID(RID rid)
          Maps a given URI onto a constant unique ID.
 java.lang.String IUriMapperService.getVariableID(RID rid)
          Maps a given RID onto a variable unique ID.
 java.lang.String IUriMapperService.getCreateVariableID(RID rid)
          Maps a given RID onto a variable unique ID.
 void IUriMapperService.removeMultipleIDs(RID id)
          Remove mapping for the given RID and all descendants, e.g. id/*.
 boolean IUriMapperService.removeSingleID(RID id)
          Remove mapping for the given RID.
 void IUriMapperService.renameMultipleIDs(RID fromId, RID toId)
          Rename mapping for the given RID and all descendants, e.g. id/*.
 boolean IUriMapperService.renameSingleID(RID fromId, RID toId)
          Rename mapping for the given RID.
 

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

Methods in com.sapportals.wcm.service.urlgenerator that return RID
 RID IURLGeneratorService.getUserHomeRID(com.sapportals.portal.security.usermanagement.IUser user)
          Gets the RID of the user's home folder.
 RID IURLGeneratorService.getUserFolderRID(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String folder)
          Gets the RID of the specified subfolder of the user's home folder.
 RID IURLGeneratorService.getUserResourceRID(com.sapportals.portal.security.usermanagement.IUser user)
          Gets the RID of a resource representing the specified user.
 RID IURLGeneratorService.getUserResourceRID(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String format)
          Gets the RID of a resource in the specified format representing the specified user.
 RID IURLGeneratorService.getUserResourceRID(java.lang.String userId)
          Gets the RID of a resource representing the specified user.
 RID IURLGeneratorService.getUserResourceRID(java.lang.String userId, java.lang.String format)
          Gets the RID of a resource in the specified format representing the specified user.
 RID IURLGeneratorService.getGroupResourceRID(com.sapportals.portal.security.usermanagement.IGroup group)
          Gets the RID of a collection representing the specified group.
 RID IURLGeneratorService.getGroupResourceRID(java.lang.String groupId)
          Gets the RID of a collection representing the specified group.
 RID IURLGeneratorService.getRoleResourceRID(com.sapportals.portal.security.usermanagement.IRole role)
          Gets the RID of a collection representing the specified role.
 RID IURLGeneratorService.getRoleResourceRID(java.lang.String roleId)
          Gets the RID of a collection representing the specified role.
 RID IURLGeneratorService.mapUri(IUri uri)
          Gets the RID of the CM resource which represents the given URI (e.g. http resource).
 RID IUserManagementRidGenerator.getPrincipalResourceRid(java.lang.String principalId)
          Returns the RID of the specified principal.
 RID IUserManagementRidGenerator.getGroupResourceRid(java.lang.String groupId)
           
 RID IUserManagementRidGenerator.getRoleResourceRid(java.lang.String roleId)
           
 RID IUserManagementRidGenerator.getUserResourceRid(java.lang.String userId)
           
 RID IUserManagementRidGenerator.getUserResourceRid(java.lang.String userId, java.lang.String mimetype)
           
 RID IURLGenerator.getUserHomeRID(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserHomeRID(IUser)
 RID IURLGenerator.getUserFolderRID(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String folder)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserFolderRID(IUser, String)
 RID IURLGenerator.getCompleteRIDToShowFolder(ICollection folder)
          Deprecated. as of EP 5.0 SP2, replaced by IURLGenerator.createLinkToExplorerPageRID(RID)
 RID IURLGenerator.createServletCallRID(java.util.Properties properties)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getServicePageUri(java.util.List)
 RID IURLGenerator.createLinkToDetailsPageRID(RID resourceRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.DETAILS_PAGE
 RID IURLGenerator.createLinkToDetailsPageRID(RID resourceRID, RID startRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.DETAILS_PAGE
 RID IURLGenerator.createLinkToExplorerPageRID(RID resourceRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.EXPLORER_PAGE
 RID IURLGenerator.createLinkToExplorerPageRID(RID resourceRID, RID startRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.EXPLORER_PAGE
 RID IURLGenerator.getUserResourceRID(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserResourceRID(IUser)
 RID IURLGenerator.getUserResourceRID(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String format)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserResourceRID(IUser, String)
 RID IURLGenerator.getUserResourceRID(java.lang.String uid)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserResourceRID(String)
 RID IURLGenerator.getUserResourceRID(java.lang.String uid, java.lang.String format)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getUserResourceRID(String, String)
 RID IURLGenerator.getGroupResourceRID(com.sapportals.portal.security.usermanagement.IGroup group)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getGroupResourceRID(IGroup)
 RID IURLGenerator.getGroupResourceRID(java.lang.String gid)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getGroupResourceRID(String)
 RID IURLGenerator.getRoleResourceRID(com.sapportals.portal.security.usermanagement.IRole role)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getRoleResourceRID(IRole)
 RID IURLGenerator.getRoleResourceRID(java.lang.String rid)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getRoleResourceRID(String)
 RID IURLGenerator.getBusinessCardAppRID(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getBusinessCardUri(String)
 RID IURLGenerator.getBusinessCardAppRID(java.lang.String uid)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getBusinessCardUri(String)
 RID IURLGenerator.getRIDfromWebURL(URL webAddress)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.mapUri(IUri)
 RID IUriMapper.getRootRID()
          Get the root resource id of this mapping
 RID IUriMapper.toRID(IHierarchicalUri uri)
          Map the given uri to its resource id.
toAbsoluteUri("http://sapportals.com/test/a") -> /mapped/a
 

Methods in com.sapportals.wcm.service.urlgenerator with parameters of type RID
 IUriReference IURLGeneratorService.getResourcePageUri(PathKey key, RID resourceRID, RID startRID)
          Gets the relative URI for bringing up a page handling the resource specified by resourceRID .
 IUri IURLGeneratorService.mapRID(RID rid)
          Gets the URI of the CM resource (e.g. http resource) represented by the given RID.
 RID IURLGenerator.createLinkToDetailsPageRID(RID resourceRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.DETAILS_PAGE
 RID IURLGenerator.createLinkToDetailsPageRID(RID resourceRID, RID startRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.DETAILS_PAGE
 RID IURLGenerator.createLinkToExplorerPageRID(RID resourceRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.EXPLORER_PAGE
 RID IURLGenerator.createLinkToExplorerPageRID(RID resourceRID, RID startRID)
          Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.getResourcePageUri(PathKey, RID, RID) with parameter constant PathKey.EXPLORER_PAGE
 IHierarchicalUri IUriMapper.toAbsoluteUri(RID resourceID)
          Map the given path to an (absolute) uri.
toAbsoluteUri("/mapped/a") -> http://sapportals.com/test/a
 IUriReference IUriMapper.toAbsolutePath(RID resourceID)
          Map the given resource id to an relative uri reference with absolute path component.
toAbsoluteUri("/mapped/a") -> /test/a
 

Uses of RID in com.sapportals.wcm.service.xcrawler
 

Methods in com.sapportals.wcm.service.xcrawler that return RID
 RID IXCrawlerTaskSummary.getFirstStartResource()
          Get the displayname of the first start resource.
 RID IXCrawlerTaskSummary.getInfoLogFileRID()
          Get the RIDs of the current crawler task log files (for the first set of start resources).
 RID IXCrawlerTaskSummary.getErrorLogFileRID()
           
 

Methods in com.sapportals.wcm.service.xcrawler with parameters of type RID
 boolean IXCrawlerPushedDeltaResultReceiver.receiveNew(RID rid, java.util.ArrayList faulty)
          Receive a new resource.
 boolean IXCrawlerPushedDeltaResultReceiver.receiveChanged(RID rid, java.util.ArrayList faulty)
          Receive a changed resource.
 boolean IXCrawlerPushedDeltaResultReceiver.receiveDeleted(RID rid, java.util.ArrayList faulty)
          Receive a deleted resource.
 boolean IXCrawlerPushedDeltaResultReceiver.receiveUnvisited(RID rid, java.util.ArrayList faulty)
          Receive an unvisited unchanged resource.
 boolean IXCrawlerPushedDeltaResultReceiver.receiveUnvisitedChanged(RID rid, java.util.ArrayList faulty)
          Receive an unvisited changed resource.
 boolean IXCrawlerPushedDeltaResultReceiver.receiveUnvisitedDeleted(RID rid, java.util.ArrayList faulty)
          Receive an unvisited deleted resource.
 boolean IXCrawlerPushedResultReceiver.receive(RID rid, java.util.ArrayList faulty)
          Receive a resource.
 boolean IXCrawlerResultReceiver.approveCollectionCrawling(RID rid)
          Check, whether a collection should be crawled or not.
 

Uses of RID in com.sapportals.wcm.service.xmlforms
 

Methods in com.sapportals.wcm.service.xmlforms that return RID
 RID IXFService.getXMLFormsRoot()
          Gets the RID of the XML Forms root collection
 

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

Methods in com.sapportals.wcm.util.uri that return RID
 RID RidList.get(int index)
           
 RID RidList.set(int index, RID rid)
           
 RID RidList.remove(int index)
           
 RID IRidIterator.next()
           
 RID HttpUrl.mapToResourceID(IUriReference ref)
           
 RID HttpUrl.mapToResourceID(IUriReference ref, URICodec codec)
           
 RID[] IRidSet.toArray()
           
 RID IHierarchicalUri.mapToResourceID(IUriReference ref)
           
 RID IHierarchicalUri.mapToResourceID(IUriReference ref, URICodec codec)
           
 RID ResourceUrl.mapToResourceID(IUriReference ref)
           
 RID ResourceUrl.mapToResourceID(IUriReference ref, URICodec codec)
           
 RID RidReference.getRID()
           
 RID RidIterator.next()
           
static RID RID.getRID(java.lang.String path, java.lang.String query)
           
static RID RID.getRID(java.lang.String uri)
           
 RID RID.encode()
          Deprecated. as of NW04. RID objects are never encoded
 RID RID.decode()
          Deprecated. as of NW04. RID objects are never decoded
 RID RID.root()
          Get RID of toplevel collection (below root) of this RID.
 RID RID.name()
          Get the name of the resource, designated by this RID.
 RID RID.parent()
          Get the RID of the parent collection of this RID
 RID RID.removeRoot()
          Get a new RID with the toplevel collection removed
 RID RID.removeName()
          Remove the name of the resource, same as parent()
 RID RID.removeExtension()
          Remove the (optional) extension of the resource name.
 RID RID.removeTrailingSlash()
          Remove a possible trailing slash from the RID.
 RID RID.add(java.lang.String uri)
          Concatenate this RID with the given RID.
 RID RID.add(RID uri)
          Concatenate this RID with the given RID.
 RID RID.resolveRelativeRID(java.lang.String uri)
          Resolve relative RIDs
 RID RID.addPathSegment(java.lang.String segment)
          Adds a path segment.
 RID RID.addQueryParameter(java.util.Properties parameter)
          Deprecated. as of NW04. Use setQueryParameter
 RID RID.setQueryParameter(java.util.Properties parameter)
          Create a new RID by setting the given parameters as query part of this RID.
 RID[] RidSet.toArray()
           
 RID IRidList.get(int index)
           
 RID IRidList.set(int index, RID event)
           
 RID IRidList.remove(int index)
           
 

Methods in com.sapportals.wcm.util.uri with parameters of type RID
 boolean RidList.add(RID rid)
           
 RID RidList.set(int index, RID rid)
           
 void RidList.add(int index, RID rid)
           
 void RidList.addLast(RID rid)
           
 void RidList.addFirst(RID rid)
           
 IUriReference HttpUrl.mapToAbsolutePath(RID wcmPath)
           
 IUriReference HttpUrl.mapToAbsolutePath(RID wcmPath, URICodec codec)
           
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(RID wcmPath)
           
 IHierarchicalUri HttpUrl.mapToAbsoluteUri(RID wcmPath, URICodec codec)
           
static URL URL.getInstance(RID rid)
          Creates a "URL" object for usage as internal link target container.
 boolean IRidSet.add(RID rid)
           
 boolean IRidSet.contains(RID rid)
           
 boolean IRidSet.remove(RID rid)
           
 IUriReference IHierarchicalUri.mapToAbsolutePath(RID wcmPath)
           
 IUriReference IHierarchicalUri.mapToAbsolutePath(RID wcmPath, URICodec codec)
           
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(RID wcmPath)
           
 IHierarchicalUri IHierarchicalUri.mapToAbsoluteUri(RID wcmPath, URICodec codec)
           
 IUriReference ResourceUrl.mapToAbsolutePath(RID wcmPath)
           
 IUriReference ResourceUrl.mapToAbsolutePath(RID wcmPath, URICodec codec)
           
 IHierarchicalUri ResourceUrl.mapToAbsoluteUri(RID wcmPath)
           
 IHierarchicalUri ResourceUrl.mapToAbsoluteUri(RID wcmPath, URICodec codec)
           
 boolean RID.isAncestorOf(RID child)
          Determine if this RID is an ancestor (parent or parent's parent, etc.) of the given child RID.
 boolean RID.isAncestorOfOrSelf(RID child)
          Determine if this RID is an ancestor (parent or parent's parent, etc.) of the given child RID or the same.
 RID RID.add(RID uri)
          Concatenate this RID with the given RID.
 boolean RID.equals(RID other)
          Determine if this RID equals other.
 boolean RidSet.add(RID rid)
           
 boolean RidSet.contains(RID rid)
           
 boolean RidSet.remove(RID rid)
           
 boolean IRidList.add(RID event)
           
 RID IRidList.set(int index, RID event)
           
 void IRidList.add(int index, RID event)
           
 void IRidList.addLast(RID event)
           
 void IRidList.addFirst(RID event)
           
 

Constructors in com.sapportals.wcm.util.uri with parameters of type RID
RidList(RID[] rids)
           
RidReference(RID rid)
           
 


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.