|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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. |
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 |
IApplicationPropertiesService.search(IPropertyName name,
String userID,
Object value,
Operator op,
boolean multiValued,
IResourceContext context)
Queries all properties and returns a list of RIDs that match the search criteria. |
| Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IRidList | |
IResourceAppPropertyMap |
IApplicationPropertiesService.getProperty(IPropertyName propertyName,
IRidList ridList,
String userID,
IResourceContext context)
Returns the specified personalized property for all resources IDs in the list and the specified user ID. |
IResourceAppPropertyMap |
IApplicationPropertiesService.getProperty(IPropertyName propertyName,
IRidList ridList,
IResourceContext context)
Returns the properties with the specified name and for all RIDs in the list. |
| Uses of IRidList in com.sapportals.wcm.repository.service.subscription |
| Methods in com.sapportals.wcm.repository.service.subscription that return IRidList | |
IRidList |
ISubscriptionManager.checkRIDsForSubscription(IResourceContext context,
String owner,
IRidList RIDs)
Checks if at least one subscription exists for each given RID. |
IRidList |
ISubscriptionManager.checkResourcesForSubscription(IResourceContext context,
String owner,
IResourceList resources)
Checks if at least one subscription exists for each given resource. |
IRidList |
ISubscription.getRIDs()
Gets the RIDs of the resources assigned to the subscription. |
| Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IRidList | |
IRidList |
ISubscriptionManager.checkRIDsForSubscription(IResourceContext context,
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 |
TestIMSecurityManager.checkRids(IRidList ridList,
IResourceContext context)
|
IRidList |
IndexFolderList.getRidList()
Get the RidList attribute of the IndexFolderList object. |
IRidList |
IIndexFolderList.getRidList()
Get the RidList attribute of the IIndexFolderList object. |
IRidList |
DefaultIMSecurityManager.checkRids(IRidList ridList,
IResourceContext context)
Here you can define your security checker. |
| Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IRidList | |
IRidList |
TestIMSecurityManager.checkRids(IRidList ridList,
IResourceContext context)
|
void |
ITaskQueueHandler.deindexDocuments(IIndex index,
IRidList deindexRids,
boolean removeClassification)
Deindexes a list of document IDs from an index. |
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. |
IRidList |
DefaultIMSecurityManager.checkRids(IRidList ridList,
IResourceContext context)
Here you can define your security checker. |
void |
AbstractIndex.deindexDocuments(IRidList resourceRids)
Deindexes a document |
protected abstract void |
AbstractIndex.internalDeindexDocuments(IRidList rids)
Deindexes documents |
Collection |
AbstractIndex.getOriginalContent(IRidList ridList)
Returns the content for the specified ridList. |
| Uses of IRidList in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IRidList | |
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 |
IDocClassificationMap.getClasses(String taxonomyName)
Get the Classes attribute of the IDocClassificationMap object. |
IRidList |
IClassificationIndex.getDocumentRidsToClassify(String taxonomyName,
IResourceContext context)
Gets all RIDs of documents of an index that have the status "to classify" in a taxonomy |
IRidList |
IClassificationIndex.getDocumentRidsNeverToClassify(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)
|
IRidList |
DocClassificationMap.getClasses(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(ICollection taxonomyClass,
List appPropServices)
|
IRidList |
AbstractClassificationIndex.getClassDocumentRids(RID taxonomyClassRid,
IResourceContext context)
Gets the resource IDs of all documents of a taxonomy class |
IRidList |
AbstractClassificationIndex.getClassDocumentRids(RID taxonomyClassRid,
IResourceContext context,
List appPropertyServices)
|
IRidList |
AbstractClassificationIndex.getDocumentRidsToClassify(String taxonomyName,
IResourceContext context)
Gets all rids of documents of an index that have the status "to classify" within a taxonomy |
IRidList |
AbstractClassificationIndex.getDocumentRidsNeverToClassify(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 |
AbstractClassificationIndex.getClassTrainingDocuments(RID categoryRid,
IResourceContext context)
|
IRidList |
AbstractClassificationIndex.getClassTrainingDocuments(RID categoryRid,
IResourceContext context,
IApplicationProperties appPropService)
|
IRidList |
AbstractClassificationIndex.getClassDeclassifiedDocuments(RID categoryRid,
IResourceContext context)
|
IRidList |
AbstractClassificationIndex.getClassDeclassifiedDocuments(RID categoryRid,
IResourceContext context,
IApplicationProperties appPropService)
|
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IRidList | |
void |
IDocClassificationMap.put(String taxonomyName,
IRidList taxClasses)
Puts a classification for a taxonomy into the map |
void |
IClassificationIndex.indexDocument(IResource resource,
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. |
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.getClassFeatures(IRidList taxonomyClassRids,
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(String taxonomyName,
IRidList docRidList,
IResourceContext context)
Requests proposals for the best categories for the documents and sets these categories automatically as document classification. |
void |
DocClassificationMap.put(String taxonomyName,
IRidList taxClasses)
Puts a classification for a taxonomy into the map |
void |
AbstractClassificationIndex.indexDocuments(IResourceList resources,
String taxonomyName,
IRidList taxonomyClasses,
boolean isSearchRelevant)
Indexes a list of documents (method for internal use) |
void |
AbstractClassificationIndex.indexDocument(IResource resource,
String taxonomyName,
IRidList taxonomyClasses,
boolean isSearchRelevant)
indexes a document (method for internal use) |
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) |
void |
AbstractClassificationIndex.autoClassifyDocs(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. |
| 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,
Set languages)
Executes the search |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
IRidList searchFromHereList,
IResourceContext context,
ISortPropertyName sortProperty,
Set languages)
|
ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
IRidList searchFromHereList,
ISortPropertyName sortProperty,
Set languages)
|
protected ISearchSession |
AbstractSearchIndexCollection.getNewSearchSession(IQueryEntryList queryEntries,
IRidList searchFromHereList,
ISearchIndexCollection searchIndexCollection,
IResourceContext context,
int initMaxRawResults,
ISortPropertyName sortProperty)
Gets a new search session instance |
| Uses of IRidList in com.sapportals.wcm.service.urimapper |
| Methods in com.sapportals.wcm.service.urimapper with parameters of type IRidList | |
String[] |
IUriMapperService.getConstantIDs(IRidList ridList)
Maps a list of RIDs to a list of constant unique IDs. |
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(String taskID,
String taskDisplayName,
IRidList[] startResources,
IXCrawlerParameters[] parameters,
String resultReceiverFactoryClassName,
String userDataForFactory,
boolean survivesRestart,
boolean delta,
ISystem node,
boolean deleteAfterCompletion)
Run a crawler task. |
| Uses of IRidList in com.sapportals.wcm.util.uri |
| Classes in com.sapportals.wcm.util.uri that implement IRidList | |
class |
ReadonlyRidList
A read-only RID list implementation. |
class |
RidList
An RID list implementation. |
| Methods in com.sapportals.wcm.util.uri with parameters of type IRidList | |
boolean |
RidList.addAll(IRidList list)
|
boolean |
ReadonlyRidList.addAll(IRidList list)
|
boolean |
IRidList.addAll(IRidList list)
|
| Constructors in com.sapportals.wcm.util.uri with parameters of type IRidList | |
RidSet(IRidList ridList)
|
|
ReadonlyRidList(IRidList l)
Creates a new RID list using the specified RID list. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||