SAP NetWeaver '04

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

Packages that use IRidList
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.repository Contains the repository framework interfaces and classes.  
com.sapportals.wcm.repository.manager Contains interfaces for repository managers.  
com.sapportals.wcm.repository.manager.entrypoints.recent   
com.sapportals.wcm.repository.service.appproperties

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

com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
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.urimapper Provides a service that maps URIs to unique IDs.  
com.sapportals.wcm.service.xcrawler Provides a service that crawls repositories to obtain references to resources.  
com.sapportals.wcm.util.uri Contains interfaces and classes to handle uniform resource identifiers (uri).  
 

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

Methods in com.sapportals.wcm.rendering.base that return IRidList
 IRidList NavigationMemorizer.getRecent(IResource resource)
           
 

Uses of IRidList in com.sapportals.wcm.repository
 

Methods in com.sapportals.wcm.repository that return IRidList
 IRidList IncompleteOperationException.getSuccessfulOperations()
           
 

Methods in com.sapportals.wcm.repository with parameters of type IRidList
 IResourceList IResourceFactory.getResources(IRidList ridList, ResourceErrors errors, IResourceContext context)
          Returns a list of resource instances for an array of resource identifiers.
 IResourceList IResourceFactory.getResources(IRidList ridList, ResourceErrors errors, java.lang.String[] permissionNames, IResourceContext context)
          Returns a list of resource instances for an array of resource identifiers and removes resources without the specified permission(s) from the result list.
 IResourceList IResourceFactory.getResources(IRidList ridList, java.util.Map propertyMaps, ResourceErrors errors, IResourceContext context)
          Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources.
 IResourceList IResourceFactory.getResources(IRidList ridList, java.util.Map propertyMaps, ResourceErrors errors, java.lang.String[] permissionNames, IResourceContext context)
          Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources.
 void IncompleteOperationException.setSuccessfulOperations(IRidList ridList)
           
 

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

Methods in com.sapportals.wcm.repository.manager with parameters of type IRidList
 IRidSet ISecurityManager.isAllowed(IRidList ridList, com.sapportals.portal.security.usermanagement.IUser user, IPermissionList permissions, IResourceContext context)
          Checks, whether a user has some permissions on all specified resources.
 

Uses of IRidList in com.sapportals.wcm.repository.manager.entrypoints.recent
 

Methods in com.sapportals.wcm.repository.manager.entrypoints.recent that return IRidList
 IRidList INavigationMemorizer.getRecent(IResource resource)
          Gets session navigation information for a user
 

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

Methods in com.sapportals.wcm.repository.service.appproperties that return IRidList
 IRidList IApplicationProperties.search(IPropertyName name, java.lang.String userID, java.lang.Object value, Operator op, boolean multiValued, IResourceContext context)
          Queries all properties and returns a list of RIDs that match the search criteria.
 IRidList IApplicationProperties.search(IPropertyName name, java.lang.String userID, java.lang.Object value, Operator op, boolean multiValued)
          Deprecated. as of NW04. Use method with resource context parameter
 

Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IRidList
 IResourceAppPropertyMap IApplicationProperties.getProperty(IPropertyName propertyName, IRidList ridList, java.lang.String userID, IResourceContext context)
          Returns the specified personalized property for all resources IDs in the list and the specified user ID.
 IResourceAppPropertyMap IApplicationProperties.getProperty(IPropertyName propertyName, IRidList ridList, IResourceContext context)
          Returns the properties with the specified name and for all RIDs in the list.
 IResourceAppPropertyMap IApplicationProperties.getProperty(IPropertyName propertyName, IRidList ridList, java.lang.String userID)
          Deprecated. as of NW04. Use method with resource context parameter
 IResourceAppPropertyMap IApplicationProperties.getProperty(IPropertyName propertyName, IRidList ridList)
          Deprecated. as of NW04. Use method with resource context parameter
 

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

Methods in com.sapportals.wcm.repository.service.subscription that return IRidList
 IRidList ISubscription.getRIDs()
          Gets the RIDs of the resources assigned to the subscription.
 IRidList ISubscriptionManager.checkRIDsForSubscription(IResourceContext context, java.lang.String owner, IRidList RIDs)
          Checks if at least one subscription exists for each given RID.
 IRidList ISubscriptionManager.checkResourcesForSubscription(IResourceContext context, java.lang.String owner, IResourceList resources)
          Checks if at least one subscription exists for each given resource.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IRidList
 IRidList ISubscriptionManager.checkRIDsForSubscription(IResourceContext context, java.lang.String owner, IRidList RIDs)
          Checks if at least one subscription exists for each given RID.
 

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

Methods in com.sapportals.wcm.service.crawler that return IRidList
 IRidList ICrawlerVisitedList.getLastCrawlStartRIDList()
          Deprecated. Get the list with IDs of the start resources which where used for the last crawl.
 

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

Methods in com.sapportals.wcm.service.indexmanagement that return IRidList
 IRidList IndexFolderList.getRidList()
          Get the RidList attribute of the IndexFolderList object.
 IRidList IIndexFolderList.getRidList()
          Get the RidList attribute of the IIndexFolderList object.
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IRidList
 void IIndex.deindexDocuments(IRidList rids)
          Removes a list of documents from the index
It is recommended that you do not deindex documents manually using this method.
For repositories that send cm events, documents are deindexed automatically when they are deleted.
For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated.
 void AbstractIndex.deindexDocuments(IRidList resourceRids)
          Deindexes a document
protected abstract  void AbstractIndex.internalDeindexDocuments(IRidList rids)
          Deindexes documents
 void ITaskQueueHandler.deindexDocuments(IIndex index, IRidList deindexRids, boolean removeClassification)
          Deindexes a list of document IDs from an index.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IRidList
 IRidList DocClassificationMap.getClasses(java.lang.String taxonomyName)
          Get the Classes attribute of the IDocClassificationMap object.
 IRidList IDocClassificationMap.getClasses(java.lang.String taxonomyName)
          Get the Classes attribute of the IDocClassificationMap object.
 IRidList AbstractClassificationIndex.getClassDocumentRids(ICollection taxonomyClass)
          Gets the resource IDs of all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getClassDocumentRids(RID taxonomyClassRid, IResourceContext context)
          Gets the resource IDs of all documents of a taxonomy class
 IRidList AbstractClassificationIndex.getDocumentRidsToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all rids of documents of an index that have the status "to classify" within a taxonomy
 IRidList AbstractClassificationIndex.getDocumentRidsNeverToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all rids of documents of an index that have the status "never to classify" within a taxonomy
 IRidList AbstractClassificationIndex.getDocumentTrainingClasses(IResource document)
           
 IRidList AbstractClassificationIndex.getManuallyDeclassifiedClasses(IResource document)
           
 IRidList IQBClassificationIndex.getAffectedCategories(IQueryFolder queryFolder, IResourceContext context)
          Gets a list of categories of a taxonomy that are affected if the query of the query folder has changed.
 IRidList IClassificationIndex.getDocumentRidsToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all RIDs of documents of an index that have the status "to classify" in a taxonomy
 IRidList IClassificationIndex.getDocumentRidsNeverToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all RIDs of documents for an index that have the status "never to classify" in a taxonomy
 IRidList IClassificationIndex.getDocumentTrainingClasses(IResource document)
          Gets all taxonomy classes for which the document is a training document
 IRidList IClassificationIndex.getManuallyDeclassifiedClasses(IResource document)
           
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IRidList
 void DocClassificationMap.put(java.lang.String taxonomyName, IRidList taxClasses)
          Puts a classification for a taxonomy into the map
 void IDocClassificationMap.put(java.lang.String taxonomyName, IRidList taxClasses)
          Puts a classification for a taxonomy into the map
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, java.lang.String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          Indexes a list of documents (method for internal use)
 void AbstractClassificationIndex.indexDocument(IResource resource, java.lang.String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          indexes a document (method for internal use)
protected abstract  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, java.lang.String taxonomyName, IRidList taxonomyClasses, IResourceEvent resourceEvent, boolean isSearchRelevant, boolean reindexMode, boolean sendLinkEvents)
          Indexes a list of documents (method for internal use)
 void AbstractClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName, IRidList docRidList, IResourceContext context)
          Requests proposals for the best categories for the documents and sets these categories automatically as document classification.
protected  void AbstractClassificationIndex.deleteIndexTaxDocClassification(IRidList documentIDs)
          Deletes the classification of the documents regarding the taxonomies of this index.
 void IClassificationIndex.indexDocument(IResource resource, java.lang.String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          Puts a document into the index
It is recommended that you do not index a document manually using this method.
For repositories that send cm events, documents are indexed automatically when their content or their properties are changed.
For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated.
 void IClassificationIndex.indexDocuments(IResourceList resources, java.lang.String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          Indexes a list of documents It is recommended that you do not index documents manually using this method.
For repositories that send cm events, documents are indexed automatically when their content or their properties are changed.
For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated.
 java.util.Collection IClassificationIndex.getClassFeatures(IRidList taxonomyClassRids, java.lang.String taxonomyName, int maxResults)
          Gets the features of taxonomy categories
The most characteristic key words of a category are returned for each category.
 void IClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName, IRidList docRidList, IResourceContext context)
          Requests proposals for the best categories for the documents and sets these categories automatically as document classification.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IRidList
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, IRidList searchFromHereList, ISortPropertyName sortProperty, java.util.Set languages)
          Executes the search
 ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, IRidList searchFromHereList, ISortPropertyName sortProperty, java.util.Set languages)
           
protected  ISearchSession AbstractSearchIndexCollection.getNewSearchSession(IQueryEntryList queryEntries, IRidList searchFromHereList, ISearchIndexCollection searchIndexCollection, IResourceContext context, int initMaxRawResults, ISortPropertyName sortProperty)
          Gets a new search session instance
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, IRidList searchFromHereList, IResourceContext context, ISortPropertyName sortProperty, java.util.Set languages)
           
 

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

Methods in com.sapportals.wcm.service.urimapper with parameters of type IRidList
 java.lang.String[] IUriMapperService.getConstantIDs(IRidList ridList)
          Maps a list of RIDs to a list of constant unique IDs.
 java.lang.String[] IUriMapperService.getVariableIDs(IRidList ridList)
          Maps a list of RIDs to a list of variable unique IDs.
 

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

Methods in com.sapportals.wcm.service.xcrawler with parameters of type IRidList
 void IXCrawlerService.runCrawlerTask(java.lang.String taskID, java.lang.String taskDisplayName, IRidList[] startResources, IXCrawlerParameters[] parameters, java.lang.String resultReceiverFactoryClassName, java.lang.String userDataForFactory, boolean survivesRestart, boolean delta, ISystem node, boolean deleteAfterCompletion)
          Run a crawler task.
Multiple lists of start resources can be specified.
 

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

Classes in com.sapportals.wcm.util.uri that implement IRidList
 class RidList
          An URL list implementation Copyright (c) SAP AG 2001-2004
 

Methods in com.sapportals.wcm.util.uri with parameters of type IRidList
 boolean RidList.addAll(IRidList list)
           
 boolean IRidList.addAll(IRidList list)
           
 

Constructors in com.sapportals.wcm.util.uri with parameters of type IRidList
RidSet(IRidList ridList)
           
 


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.