public interface SearchIndexHelperService
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey,
String documentType)
Indexes all business object definitions defined in the system.
|
Future<Void> |
indexAllTags(SearchIndexKey searchIndexKey,
String documentType)
Indexes all tags defined in the system.
|
Future<Void> indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey, String documentType)
searchIndexKey - the key of the search indexdocumentType - the document typeFuture<Void> indexAllTags(SearchIndexKey searchIndexKey, String documentType)
searchIndexKey - the key of the search indexdocumentType - the document typeCopyright © 2019. All rights reserved.