public interface SearchIndexHelperService
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey)
Indexes all business object definitions defined in the system.
|
Future<Void> |
indexAllTags(SearchIndexKey searchIndexKey)
Indexes all tags defined in the system.
|
Future<Void> indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey)
searchIndexKey - the key of the search indexFuture<Void> indexAllTags(SearchIndexKey searchIndexKey)
searchIndexKey - the key of the search indexCopyright © 2021. All rights reserved.