|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| com.sapportals.wcm.service.resourcelistfilter | |
| 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,
String startUri,
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 |
ComponentValueMap.getResourceList()
|
IResourceList |
AbstractRendererStatus.getResourceList()
|
IResourceList |
AbstractRendererStatus.getSelectedResources()
|
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 | |
WdfOneStepMassEvent(String commandalias,
IResourceList list,
OneStepComponent comp)
|
|
OneStepMassScreenflow(IScreenflowData sd,
String alias,
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 | |
IRenderingEvent |
ISimpleMassExecution.execute(IResourceList list,
Event event)
|
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. |
void |
IMassExecCommand.setResourceList(IResourceList list)
|
void |
AbstractUIMassCommand.setResourceList(IResourceList list)
Deprecated. Sets the resource list, the command operates on |
void |
AbstractMassCommand.setResourceList(IResourceList list)
Sets the resource list, the command operates on |
| 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 |
ResourceList.subList(int index1,
int index2)
|
IResourceList |
ResourceList.union(IResourceList list)
|
IResourceList |
ResourceList.intersection(IResourceList list)
|
IResourceList |
ResourceList.difference(IResourceList list)
|
IResourceList |
IVersionResource.getCheckedOutResources()
|
IResourceList |
IVersionResource.getPredecessorResources()
|
IResourceList |
IVersionResource.getSuccessorResources()
|
IResourceList |
IVersionHistoryResource.getVersionResourceSet()
|
IResourceList |
IVersionControlledResource.getPredecessorResources()
|
IResourceList |
IResourceList.subList(int index1,
int index2)
|
IResourceList |
IResourceList.union(IResourceList list)
Get the union of this list and the given list. |
IResourceList |
IResourceList.intersection(IResourceList list)
Get the intersection of this list and the given list. |
IResourceList |
IResourceList.difference(IResourceList list)
Get the difference of this list to the given list. |
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,
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,
Map propertyMaps,
ResourceErrors errors,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible s for the resources. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
Map propertyMaps,
ResourceErrors errors,
String[] permissionNames,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible s for the resources. |
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 |
IExtendedCollection.getChildren(Boolean visible,
Boolean collections,
Boolean links)
Returns a filtered list of the resources in this collection. |
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,
String[] permissionNames)
Returns the children of this collection. |
IResourceList |
ICollection.getChildrenWithoutLinkMapping()
This method will return all child resources without performing the special handling for link resources. |
| 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)
|
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. |
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. |
IResourceList |
IResourceList.intersection(IResourceList list)
Get the intersection of this list and the given list. |
IResourceList |
IResourceList.difference(IResourceList list)
Get the difference of this list to the given list. |
| 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 |
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. |
IResourceList |
ISubscription.getResources()
Gets the resources assigned to the subscription. |
| Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResourceList | |
ISubscription |
ISubscriptionManager.createSubscription(IResourceContext context,
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,
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,
String permissionName,
IResourceList resources)
Checks whether the user stored in the context has the specified subscription permission for the list of resources. |
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. |
| 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. |
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(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(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(String type,
ICrawlerResultReceiver receiver,
IResourceList startResources,
AbstractSpecialCrawlerParameters parameters)
Deprecated. Create a new crawler for the given parameters. |
void |
ICrawlerListResultReceiver.onCrawlResult(IResourceList resourceList)
Deprecated. Inform the receiver about the crawling result. |
void |
ICrawler.setStartResources(IResourceList resources)
Deprecated. Set the starting points for this crawler. |
abstract void |
AbstractListResultReceiver.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. |
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 |
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(String taxonomyName)
Deprecated. as of NW04. Use getDocumentsToClassify(String,IResourceContext) |
IResourceList |
IClassificationIndex.getDocumentsNeverToClassify(String taxonomyName)
Deprecated. as of NW04. Use getDocumentsNeverToClassify(String,IResourceContext) |
IResourceList |
IClassificationIndex.getDocumentsToClassify(String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "to classify" in a taxonomy |
IResourceList |
IClassificationIndex.getDocumentsNeverToClassify(String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "never to classify" in a taxonomy |
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(String taxonomyName)
Deprecated. as of NW04. |
IResourceList |
AbstractClassificationIndex.getDocumentsToClassify(String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "to classify" within a taxonomy |
IResourceList |
AbstractClassificationIndex.getDocumentsNeverToClassify(String taxonomyName,
IResourceContext context)
Gets all documents of an index that have the status "never to classify" within a taxonomy |
IResourceList |
AbstractClassificationIndex.getDocumentsNeverToClassify(String taxonomyName)
Deprecated. as of NW04. |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResourceList | |
Collection |
IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
int maxResults)
classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName)
classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
IClassificationIndexCollection.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
classifies documents (which taxonomy class folders do the documents fit best) |
void |
IClassificationIndex.indexDocuments(IResourceList resources,
String taxonomyName,
IUriList taxonomyClasses,
boolean isSearchRelevant)
Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean) |
void |
IClassificationIndex.indexDocuments(IResourceList resources,
String taxonomyName,
IRidList taxonomyClasses,
boolean isSearchRelevant)
Indexes a list of documents It is recommended that you do not index documents manually using this method. |
Collection |
IClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
int maxResults)
Classifies documents into existing categories of a taxonomy The returned results are only proposals. |
Collection |
IClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName)
Classifies documents into existing categories of a taxonomy The returned results are only proposals. |
Collection |
IClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
Classifies documents into existing categories of a taxonomy The returned results are only proposals. |
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.
|
Collection |
IClassificationIndex.getBestClasses(IResourceList resourceDocuments,
String taxonomyName)
|
void |
IClassificationIndex.setDocumentClassificationStatus(IResourceList documents,
String taxonomyName,
ClassificationStatus status)
Sets the classification status for a list of documents for a taxonomy |
void |
IClassificationIndex.autoClassifyDocs(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,
String taxonomyName,
RID categoryRid)
The attributes neccessary for searching in taxonomies are modified on the index server only. |
Collection |
AbstractClassificationIndex.getBestClassesOld(IResourceList resourceDocuments,
String taxonomyName)
|
Collection |
AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments,
String taxonomyName)
|
Collection |
AbstractClassificationIndex.getBestClasses(IResourceList resourceDocuments,
String taxonomyName,
Map thresholds)
|
void |
AbstractClassificationIndex.indexDocuments(IResourceList resources,
String taxonomyName,
IUriList taxonomyClasses,
boolean isSearchRelevant)
Deprecated. as of NW04. Use indexDocuments(IResourceList, String, IRidList, boolean) |
void |
AbstractClassificationIndex.indexDocuments(IResourceList resources,
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 |
Collection |
AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
int maxResults)
Classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName)
Classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
AbstractClassificationIndex.unfilteredClassifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
Classifies documents (which taxonomy class folders do the documents fit best) |
Collection |
AbstractClassificationIndex.classifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
Classifies documents (which taxonomy class folders do the documents fit best). |
protected abstract Collection |
AbstractClassificationIndex.internalClassifyDocuments(IResourceList resourceDocuments,
String taxonomyName,
float threshold,
int maxResults)
Classifies documents (which taxonomy class folders do the documents fit best) |
protected abstract void |
AbstractClassificationIndex.internalIndexDocuments(IResourceList resources,
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,
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(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)
|
| 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 |
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 |
ISearchResultList |
ISearchIndex.searchSimilarDocuments(IResourceList searchDocuments,
int maxResults)
searches similar documents |
ISearchSession |
ISearchIndex.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
searches similar documents |
Collection |
ISearchIndex.getDocumentFeatures(IResourceList resourceDocuments,
int maxFeatures)
gets the features of documents |
Collection |
ISearchIndex.getDocumentAbstracts(IResourceList resourceDocuments)
gets the abstract of documents |
ISearchResultList |
IFederatedSearch.searchSimilarDocuments(List indexes,
IResourceList documents,
int maxResults)
Performs a federated similar document search. |
ISearchSession |
IFederatedSearch.searchSimilarDocumentsWithSession(List indexes,
IResourceList documents)
Performs a federated similar document search. |
ISearchSession |
IFederatedSearch.searchSimilarDocumentsWithSession(List indexes,
IResourceList documents,
ISortPropertyName sortProperty)
Performs a federated similar document search. |
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 |
| Uses of IResourceList in com.sapportals.wcm.service.resourcelistfilter |
| Methods in com.sapportals.wcm.service.resourcelistfilter that return IResourceList | |
IResourceList |
ICollectionListFilter.getChildren(ICollection parent,
IParameters parameters,
IPropertyNameList list)
retrieves the children of the given parent folder. |
| Methods in com.sapportals.wcm.service.resourcelistfilter with parameters of type IResourceList | |
void |
IResourceListFilter.filterResourceList(IResourceList list,
IParameters parameters)
removes elements from the given resource list. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||