|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractIndex | |
|---|---|
| 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 AbstractIndex in com.sapportals.wcm.service.indexmanagement |
|---|
| Methods in com.sapportals.wcm.service.indexmanagement that return AbstractIndex | |
|---|---|
AbstractIndex |
DefaultIMSecurityManager.getIndex()
|
| Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type AbstractIndex | |
|---|---|
DefaultIMSecurityManager(AbstractIndex index)
has to be implemented the following way public TestIMSecurityManager(AbstractIndex index){ super(index); } |
|
TestIMSecurityManager(AbstractIndex index)
|
|
| Uses of AbstractIndex in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
|---|
| Subclasses of AbstractIndex in com.sapportals.wcm.service.indexmanagement.retrieval.classification | |
|---|---|
class |
AbstractClassificationIndex
The AbstractClassificationIndex offers classification functionality, which is independent from the index implementation. |
| Uses of AbstractIndex in com.sapportals.wcm.service.indexmanagement.retrieval.search |
|---|
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return AbstractIndex | |
|---|---|
AbstractIndex |
DefaultQueryExtender.getIndex()
Returns the index. |
| Constructors in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type AbstractIndex | |
|---|---|
DefaultQueryExtender(AbstractIndex index)
has to be implemented the following way public TestQueryExtender(AbstractIndex index){ super(index); } |
|
TestQueryExtender(AbstractIndex index)
has to be implemented the following way public TestQueryExtender(AbstractIndex index){ super(index); } |
|
|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||