|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISearchSession | |
| 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.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 ISearchSession in com.sapportals.wcm.rendering.base |
| Fields in com.sapportals.wcm.rendering.base declared as ISearchSession | |
protected ISearchSession |
AbstractProxyControl.searchsession
|
| Methods in com.sapportals.wcm.rendering.base that return ISearchSession | |
ISearchSession |
IProxy.getSearchSession()
returns the search session attribute of the proxy. |
ISearchSession |
AbstractProxyControl.getSearchSession()
|
| Uses of ISearchSession in com.sapportals.wcm.rendering.collection |
| Methods in com.sapportals.wcm.rendering.collection that return ISearchSession | |
ISearchSession |
ComponentValueMap.getSearchSession()
|
ISearchSession |
SearchRendererStatus.getSearchSession()
|
| Methods in com.sapportals.wcm.rendering.collection with parameters of type ISearchSession | |
void |
ComponentValueMap.setSearchSession(ISearchSession iss)
|
void |
SearchRendererStatus.setSession(ISearchSession session)
|
void |
SearchRendererStatus.setSearchSession(ISearchSession searchSession)
|
| Uses of ISearchSession in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return ISearchSession | |
ISearchSession |
IQBClassificationIndex.getQueryDocumentsPreview(IQueryFolder queryFolder,
IResourceContext context)
Deprecated. as of NW04. Do not use |
| Uses of ISearchSession in com.sapportals.wcm.service.indexmanagement.retrieval.search |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return ISearchSession | |
ISearchSession |
ISearchSessionProvider.getSearchSession()
get search session from SearchRendererStatus |
ISearchSession |
ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
Executes the search |
ISearchSession |
ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndex.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
searches similar documents |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty,
java.util.Set languages)
Executes the search |
ISearchSession |
ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
IRidList searchFromHereList,
ISortPropertyName sortProperty,
java.util.Set languages)
Executes the search |
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 ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere)
|
abstract ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty)
|
ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
ICollection searchFromHere,
ISortPropertyName sortProperty,
java.util.Set languages)
|
ISearchSession |
AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
int initNumberMaxRawResults,
IRidList searchFromHereList,
ISortPropertyName sortProperty,
java.util.Set languages)
|
abstract ISearchSession |
AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments)
|
abstract ISearchSession |
AbstractSearchIndexCollection.searchSimilarDocumentsWithSession(IResourceList searchDocuments,
int initNumberMaxRawResults)
|
protected ISearchSession |
AbstractSearchIndexCollection.getNewSearchSession(IQueryEntryList queryEntries,
IRidList searchFromHereList,
ISearchIndexCollection searchIndexCollection,
IResourceContext context,
int initMaxRawResults,
ISortPropertyName sortProperty)
Gets a new search session instance |
protected ISearchSession |
AbstractSearchIndexCollection.getNewSearchSession(IResourceList similarDocsInput,
ISearchIndexCollection searchIndexCollection,
IResourceContext context,
int initMaxRawResults,
ISortPropertyName sortProperty)
Gets a new search session instance |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
java.util.List indexes,
IResourceContext context)
Performs a search within a list of search indexes. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
java.util.List indexes,
IResourceContext context,
ISortPropertyName sortProperty)
Performs a search within a list of search indexes. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISortPropertyName sortProperty)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISortPropertyName sortProperty,
java.util.Set languages)
Performs a search within a list of search indexes restricted by a path. |
ISearchSession |
IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList,
IRidList searchFromHereList,
IResourceContext context,
ISortPropertyName sortProperty,
java.util.Set languages)
|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||