SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.repository.IResourceList

Packages that use IResourceList
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.filter Contains interfaces and classes to define repository filters.  
com.sapportals.wcm.repository.manager Contains interfaces for repository managers.  
com.sapportals.wcm.repository.search Contains interfaces for search sub-managers.  
com.sapportals.wcm.repository.security Contains interfaces for ACL security managers.  
com.sapportals.wcm.repository.service.comment Provides a service for handling comments related to resources.  
com.sapportals.wcm.repository.service.feedback

Provides a service for managing feedback on resources.  

com.sapportals.wcm.repository.service.personalnote

Provides a service that manages personal notes for resources.  

com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources.  
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.  
 

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

Methods in com.sapportals.wcm.rendering.base that return IResourceList
 IResourceList IResourceListProvider.getSelectedResources()
           
 IResourceList IRendererStatus.getResourceList()
          returns an IResourceList that does not have to be equal to either the ITypedResourceList or the result of the getChildren method on the ICollection attribute.
 IResourceList IRendererStatus.getSelectedResources()
           
 IResourceList AbstractResourceListEvent.getList()
           
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IResourceList
 void ResourcePropertyAmalgamation.readProperties(IResourceList resources, IPropertyNameList names)
           
 void AbstractResourceListEvent.setResourceList(IResourceList list)
          sets the resource list attribute
 

Constructors in com.sapportals.wcm.rendering.base with parameters of type IResourceList
AbstractResourceListEvent(IResourceList list, java.lang.String startUri, java.lang.String explanationtext, IUIBaseCommand command)
          creates a new event.
 

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

Methods in com.sapportals.wcm.rendering.collection that return IResourceList
 IResourceList LightCollectionRenderer.getSelectedResources()
           
protected  IResourceList LightCollectionRenderer.getResourceList()
           
 IResourceList AbstractRendererStatus.getResourceList()
           
 IResourceList AbstractRendererStatus.getSelectedResources()
           
 IResourceList ComponentValueMap.getResourceList()
           
 IResourceList AbstractCollectionRenderer.getSelectedResources()
          Gets the selectedResources attribute of the AbstractCollectionRenderer object
 IResourceList AbstractCollectionRenderer.getResourceList()
          Gets the resourceList attribute of the AbstractCollectionRenderer object
 IResourceList AbstractCollectionRenderer.Persistence.getList()
           
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IResourceList
 void ComponentValueMap.setResourceList(IResourceList list)
           
 void AbstractCollectionRenderer.setResourceList(IResourceList list)
          Sets the resourceList attribute of the AbstractCollectionRenderer object
 void AbstractCollectionRenderer.Persistence.setList(IResourceList list)
           
 

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

Methods in com.sapportals.wcm.rendering.screenflow.os that return IResourceList
 IResourceList WdfOneStepMassEvent.list()
           
 

Constructors in com.sapportals.wcm.rendering.screenflow.os with parameters of type IResourceList
OneStepMassScreenflow(IScreenflowData sd, java.lang.String alias, IResourceList list, OneStepComponent comp)
           
WdfOneStepMassEvent(java.lang.String commandalias, IResourceList list, OneStepComponent comp)
           
 

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

Fields in com.sapportals.wcm.rendering.uicommand declared as IResourceList
 IResourceList AbstractUIMassCommand.list
          Deprecated.  
 

Methods in com.sapportals.wcm.rendering.uicommand that return IResourceList
protected  IResourceList AbstractMassCommand.getResourceList()
           
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IResourceList
 void IMassExecCommand.setResourceList(IResourceList list)
           
 void AbstractUIMassCommand.setResourceList(IResourceList list)
          Deprecated. Sets the resource list, the command operates on
 IRenderingEvent ISimpleMassExecution.execute(IResourceList list, com.sapportals.htmlb.event.Event event)
           
 void AbstractMassCommand.setResourceList(IResourceList list)
          Sets the resource list, the command operates on
 IRenderingEvent ISelector.execute(IResourceList list, IProxy currentproxy)
          Carries out the action on the IResourceList found in the imported list, using the information from the current screen found inside the proxy.
 

Uses of IResourceList in com.sapportals.wcm.repository
 

Subinterfaces of IResourceList in com.sapportals.wcm.repository
 interface ICompletedResourceList
          A typed list of IResource instances.
 interface ITypedResourceList
          A typed list of IResource instances.
 interface IVersionHistory
          Interface to a list of revisions (versions) of a resource.
 

Classes in com.sapportals.wcm.repository that implement IResourceList
 class ResourceList
          Implements the IResourceList interface.
 class TypedResourceList
          Implements the ITypedResourceList interface.
 

Methods in com.sapportals.wcm.repository that return IResourceList
 IResourceList IExtendedCollection.getChildren(java.lang.Boolean visible, java.lang.Boolean collections, java.lang.Boolean links)
          Returns a filtered list of the resources in this collection.
 IResourceList ResourceList.subList(int index1, int index2)
           
 IResourceList ResourceList.union(IResourceList list)
           
 IResourceList ResourceList.intersection(IResourceList list)
           
 IResourceList ResourceList.difference(IResourceList list)
           
 IResourceList IResourceList.subList(int index1, int index2)
           
 IResourceList IResourceList.union(IResourceList list)
          Get the union of this list and the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain a , b , c and d .
 IResourceList IResourceList.intersection(IResourceList list)
          Get the intersection of this list and the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain b and c .
 IResourceList IResourceList.difference(IResourceList list)
          Get the difference of this list to the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain only a .
 IResourceList IVersionResource.getCheckedOutResources()
           
 IResourceList IVersionResource.getPredecessorResources()
           
 IResourceList IVersionResource.getSuccessorResources()
           
 IResourceList IResourceFactory.getResources(IUriList uriList, ResourceErrors errors, IResourceContext context)
          Deprecated. As of EP 5.0 SP3, replaced by getResources() method with IRidList parameter.
 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.
 IResourceList IVersionHistoryResource.getVersionResourceSet()
           
 IResourceList IResource.getCheckedOutResources()
          Returns a list of currently checked out resources.
 IResourceList IResource.search(IQueryExpression query, int depth, int maxResults, boolean includeRevisions)
          Queries the resource and optionally the collection hierarchy for resources.
 IResourceList ICollection.getChildren()
          Returns a list of all resources in the collection
 IResourceList ICollection.getChildren(boolean visible, boolean collections, boolean links)
          Returns a filtered list of the resources in this collection.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill)
          Returns the children of this collection.
 IResourceList ICollection.getChildren(Selector childrenSelector, Collator sortBy, IPropertyNameList propertyPrefill, java.lang.String[] permissionNames)
          Returns the children of this collection.
 IResourceList IVersionControlledResource.getPredecessorResources()
           
 

Methods in com.sapportals.wcm.repository with parameters of type IResourceList
 boolean ResourceList.addAll(IResourceList list)
           
 IResourceList ResourceList.union(IResourceList list)
           
 IResourceList ResourceList.intersection(IResourceList list)
           
 IResourceList ResourceList.difference(IResourceList list)
           
 boolean IResourceList.addAll(IResourceList list)
          Add all the elements in the specified list to this list.
 IResourceList IResourceList.union(IResourceList list)
          Get the union of this list and the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain a , b , c and d .
 IResourceList IResourceList.intersection(IResourceList list)
          Get the intersection of this list and the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain b and c .
 IResourceList IResourceList.difference(IResourceList list)
          Get the difference of this list to the given list.
Given a , b and c in this list; b , c and d in the given list, the result will contain only a .
 void IVersionController.enable(IResourceList modifiedResources)
          Enables child version controlling for this collection -- if a new non-collection child is created it will be put under version control immediately and automatically.
 

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

Methods in com.sapportals.wcm.repository.filter that return IResourceList
 IResourceList INamespaceFilter.filter()
          Returns the filtered resource list.
 

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

Methods in com.sapportals.wcm.repository.manager that return IResourceList
 IResourceList IPropertySearchManager.execute(IQueryExpression query, IResource resource, int depth, int maxResults, boolean includeVersions)
          Runs a query and returns a list of resource that matched the criteria
 

Uses of IResourceList in com.sapportals.wcm.repository.search
 

Methods in com.sapportals.wcm.repository.search that return IResourceList
 IResourceList IGenericQuery.execute(IResource resource, int depth, int maxResults, boolean includeVersions)
          Runs this query and returns a list of resources that matched the criteria.
 

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

Methods in com.sapportals.wcm.repository.security that return IResourceList
 IResourceList IResourceAclManager.propagateAcl_Remove(IResource resource)
          remove the ACLs of the descendants of the resource
 

Uses of IResourceList in com.sapportals.wcm.repository.service.comment
 

Methods in com.sapportals.wcm.repository.service.comment that return IResourceList
 IResourceList IComment.getComment(IResource resource)
          Gets all comments for a given resource sorted by creation date.
 

Uses of IResourceList in com.sapportals.wcm.repository.service.feedback
 

Methods in com.sapportals.wcm.repository.service.feedback that return IResourceList
 IResourceList IFeedback.getFeedback(IResource resource)
          Gets all feedback for a specifed resource sorted by creation date.
 

Uses of IResourceList in com.sapportals.wcm.repository.service.personalnote
 

Methods in com.sapportals.wcm.repository.service.personalnote that return IResourceList
 IResourceList IPersonalNote.getComment(IResource resource)
          Gets all personal notes for a given resource sorted by creation date.
 

Uses of IResourceList in com.sapportals.wcm.repository.service.statemanagement
 

Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResourceList
 boolean ITransition.isAllowed(IResourceList aResourceList)
          Deprecated. Checks that the transition is allowed for a list of resources
 ITransitionList IStatemanagement.getTransitions(IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Returns all transitions defined in the workflow process for a resource list
 void IStatemanagement.executeTransition(ITransition aTransition, IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Executes the specified transition for a list of resources
 void IStatemanagement.setInitialState(IResourceList aResourceList, IResourceContext aContext)
          Deprecated. Sets the initial state for a list of resources (i.e. in progress)
 

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

Methods in com.sapportals.wcm.repository.service.subscription that return IResourceList
 IResourceList ISubscription.getResources()
          Gets the resources assigned to the subscription.
 IResourceList ISubscriptionManager.getInvalidForCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources and returns the resources for which the condition is invalid.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResourceList
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipient recipient, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 ISubscription ISubscription.set(ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Changes or sets multiple parameters for a subscription in one operation.
 void ISubscription.setResources(IResourceList resourceList)
          Resets the subscription's resources.
 ISubscription ISubscriptionManager.createSubscription(IResourceContext context, java.lang.String name, ISubscriptionCondition condition, IResourceList resources, IChannel channel, IRecipientList recipients, ISubscriptionAttributes attributes)
          Creates a new subscription with the specified attributes for several resources and recipients.
 IRidList ISubscriptionManager.checkResourcesForSubscription(IResourceContext context, java.lang.String owner, IResourceList resources)
          Checks if at least one subscription exists for each given resource.
 boolean ISubscriptionManager.isValidCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources.
 IResourceList ISubscriptionManager.getInvalidForCondition(ISubscriptionCondition condition, IResourceList resourceList)
          Checks whether a condition is valid for a specified list of resources and returns the resources for which the condition is invalid.
 boolean ISubscriptionManager.checkPermission(IResourceContext context, java.lang.String permissionName, IResourceList resources)
          Checks whether the user stored in the context has the specified subscription permission for the list of resources.
 

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

Methods in com.sapportals.wcm.service.crawler that return IResourceList
 IResourceList ISpecialCrawler.getResult()
          Deprecated. Get the result from the crawler.
 IResourceList ICrawler.getStartResources()
          Deprecated. Get the starting point(s) for this crawler.
 

Methods in com.sapportals.wcm.service.crawler with parameters of type IResourceList
 void ICrawlerVisitedList.setCrawlStart(IResourceList resources)
          Deprecated. (Re-)Set the list of resources to start crawling with.
abstract  void AbstractListResultReceiver.onCrawlResult(IResourceList resourceList)
          Deprecated. Inform the receiver about the crawling result.
 ISpecialCrawler ICrawlerService.getSpecialCrawler(AbstractSpecialCrawlerParameters parameters, IResourceContext context, IResourceList startResources)
          Deprecated. Get a special crawler for a specific operation, e.g. an SUBFOLDER_CRAWLER to get the subfolders of the given start resources.
 ICrawler ICrawlerService.createCrawler(ICrawlerProfile profile, ICrawlerResultReceiver receiver, IResourceList startResources)
          Deprecated. Create a new crawler from a given profile.
 ICrawler ICrawlerService.createCrawler(java.lang.String type, ICrawlerResultReceiver receiver, IResourceList startResources)
          Deprecated. Create a new crawler (same as createCrawler(receiver, startResourceICrawler.FULL_DEPTH, false, false, false, null)).
 ICrawler ICrawlerService.createCrawler(java.lang.String type, ICrawlerResultReceiver receiver, IResourceList startResources, int depth, boolean internalLinkFlag, boolean externalLinkFlag, boolean includeVersionsFlag, IGenericQuery propertyQuery)
          Deprecated. Create a new crawler for the given parameters.
 ICrawler ICrawlerService.createCrawler(java.lang.String type, ICrawlerResultReceiver receiver, IResourceList startResources, AbstractSpecialCrawlerParameters parameters)
          Deprecated. Create a new crawler for the given parameters.
 void ICrawler.setStartResources(IResourceList resources)
          Deprecated. Set the starting points for this crawler.
 void ICrawlerListResultReceiver.onCrawlResult(IResourceList resourceList)
          Deprecated. Inform the receiver about the crawling result.
 

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

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceList
 void IIndex.indexDocuments(IResourceList resources)
          Puts a list of documents into the index.
 void IIndex.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Puts a list of documents into the index.
 void IIndex.deindexDocuments(IResourceList resources)
          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.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
 void AbstractIndex.indexDocuments(IResourceList resources)
          Indexes a list of documents
 void AbstractIndex.deindexDocuments(IResourceList resources)
          Deindexes a document
protected abstract  void AbstractIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IResourceList
 IResourceList AbstractClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
 IResourceList AbstractClassificationIndex.getClassDocuments(RID taxonomyClassRid, IResourceContext context)
          Gets all documents of a taxonomy class
 IResourceList AbstractClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName)
          Deprecated. as of NW04.
 IResourceList AbstractClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "to classify" within a taxonomy
 IResourceList AbstractClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "never to classify" within a taxonomy
 IResourceList AbstractClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName)
          Deprecated. as of NW04.
 IResourceList IModificationObject.getDeletetionList()
          see getOperation()
 IResourceList IModificationObject.getInsertionList()
          see getOperation()
 IResourceList IModificationObject.getPossibleRenamings()
          see getOperation()
 IResourceList IClassificationIndex.getClassDocuments(ICollection taxonomyClass)
          Gets all documents of a taxonomy class
The taxonomy class is a folder in the taxonomy repository To get the resource ID of a taxonomy class, first the resource ID of the taxonomy root must be determined by using the getSpecialFolderRID(taxonomyName,SpecialFolder.TAXONOMY) method.
 IResourceList IClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName)
          Deprecated. as of NW04. Use getDocumentsToClassify(String,IResourceContext)
 IResourceList IClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName)
          Deprecated. as of NW04. Use getDocumentsNeverToClassify(String,IResourceContext)
 IResourceList IClassificationIndex.getDocumentsToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "to classify" in a taxonomy
 IResourceList IClassificationIndex.getDocumentsNeverToClassify(java.lang.String taxonomyName, IResourceContext context)
          Gets all documents of an index that have the status "never to classify" in a taxonomy
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResourceList
 java.util.Collection AbstractClassificationIndex.getBestClassesOld(IResourceList resourceDocuments, java.lang.String taxonomyName)
           
 java.util.Collection AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments, java.lang.String taxonomyName)
           
 java.util.Collection AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments, java.lang.String taxonomyName, java.util.Map thresholds)
           
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, java.lang.String taxonomyName, IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean)
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, java.lang.String taxonomyName, IRidList taxonomyClasses, boolean isSearchRelevant)
          Indexes a list of documents (method for internal use)
 void AbstractClassificationIndex.indexDocuments(IResourceList resources)
          Indexes a list of documents
 void AbstractClassificationIndex.indexDocuments(IResourceList resources, boolean reindexMode, boolean sendLinkEvents)
          Indexes a list of documents
 java.util.Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
 java.util.Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName)
          Classifies documents (which taxonomy class folders do the documents fit best)
 java.util.Collection AbstractClassificationIndex.unfilteredClassifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
 java.util.Collection AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best).
protected abstract  java.util.Collection AbstractClassificationIndex.internalClassifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, float threshold, int maxResults)
          Classifies documents (which taxonomy class folders do the documents fit best)
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)
protected  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          indexes a list of documents (method for internal use)
 void AbstractClassificationIndex.setDocumentClassificationStatus(IResourceList documents, java.lang.String taxonomyName, ClassificationStatus status)
          Sets the classification status for a list of documents for a taxonomy.
 IDocClassificationMapList AbstractClassificationIndex.getDocListClassification(IResourceList documents)
          Gets the classifications that have been set for the documents.
 void AbstractClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName, IResourceList docList, IResourceContext context)
          Requests proposals for the best categories for the documents and sets these categories automatically as document classification.
static void AbstractClassificationIndex.getAllCollections(ICollection col, IResourceList resources)
           
 java.util.Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, int maxResults)
          classifies documents (which taxonomy class folders do the documents fit best)
 java.util.Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName)
          classifies documents (which taxonomy class folders do the documents fit best)
 java.util.Collection IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, float threshold, int maxResults)
          classifies documents (which taxonomy class folders do the documents fit best)
 void IClassificationIndex.indexDocuments(IResourceList resources, java.lang.String taxonomyName, IUriList taxonomyClasses, boolean isSearchRelevant)
          Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean)
 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.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, int maxResults)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 java.util.Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 java.util.Collection IClassificationIndex.classifyDocuments(IResourceList resourceDocuments, java.lang.String taxonomyName, float threshold, int maxResults)
          Classifies documents into existing categories of a taxonomy
The returned results are only proposals.
 java.util.Collection IClassificationIndex.clusterDocuments(IResourceList resourceDocuments, int maxResults)
          Divides documents into clusters of documents
The clustering is done on the basis of content similarity.
 IDocClassificationMapList IClassificationIndex.getDocListClassification(IResourceList documents)
          Gets the categories to which the documents are assigned
To get proposals of categories into which documents might fit, use classifyDocuments.
 java.util.Collection IClassificationIndex.getBestClasses(IResourceList resourceDocuments, java.lang.String taxonomyName)
           
 void IClassificationIndex.setDocumentClassificationStatus(IResourceList documents, java.lang.String taxonomyName, ClassificationStatus status)
          Sets the classification status for a list of documents for a taxonomy
 void IClassificationIndex.autoClassifyDocs(java.lang.String taxonomyName, IResourceList docList, IResourceContext context)
          Requests proposals for the best categories for the documents and sets these categories automatically as document classification.
 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.
 

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

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IResourceList
 ISearchResultList ISearchIndex.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
          searches similar documents
 ISearchSession ISearchIndex.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
          searches similar documents
 java.util.Collection ISearchIndex.getDocumentFeatures(IResourceList resourceDocuments, int maxFeatures)
          gets the features of documents
 java.util.Collection ISearchIndex.getDocumentAbstracts(IResourceList resourceDocuments)
          gets the abstract of documents
 ISearchResultList ISearchIndexCollection.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
          searches similar documents
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
          searches similar documents
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults)
          searches similar documents
 ISearchSession ISearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults, ISortPropertyName sortProperty)
          searches similar documents
abstract  ISearchResultList AbstractSearchIndexCollection.searchSimilarDocuments(IResourceList searchDocuments, int maxResults)
           
abstract  ISearchSession AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
           
abstract  ISearchSession AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments, int initNumberMaxRawResults)
           
protected  ISearchSession AbstractSearchIndexCollection.getNewSearchSession(IResourceList similarDocsInput, ISearchIndexCollection searchIndexCollection, IResourceContext context, int initMaxRawResults, ISortPropertyName sortProperty)
          Gets a new search session instance
 ISearchResultList IFederatedSearch.searchSimilarDocuments(java.util.List indexes, IResourceList documents, int maxResults)
          Performs a federated similar document search.
 ISearchSession IFederatedSearch.searchSimilarDocumentsWithSession(java.util.List indexes, IResourceList documents)
          Performs a federated similar document search.
 ISearchSession IFederatedSearch.searchSimilarDocumentsWithSession(java.util.List indexes, IResourceList documents, ISortPropertyName sortProperty)
          Performs a federated similar document search.
 


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.