@Component public class SearchIndexUpdateHelper extends Object
| Constructor and Description |
|---|
SearchIndexUpdateHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
modifyBusinessObjectDefinitionInSearchIndex(BusinessObjectDefinitionEntity businessObjectDefinitionEntity,
String modificationType)
Modify a business object definition
|
void |
modifyBusinessObjectDefinitionsInSearchIndex(List<BusinessObjectDefinitionEntity> businessObjectDefinitionEntityList,
String modificationType)
Modify a list of business object definitions
|
void |
modifyTagInSearchIndex(TagEntity tagEntity,
String modificationType)
Modify a tag
|
void |
modifyTagsInSearchIndex(List<TagEntity> tagEntityList,
String modificationType)
Modify a list of tags
|
public void modifyBusinessObjectDefinitionInSearchIndex(BusinessObjectDefinitionEntity businessObjectDefinitionEntity, String modificationType)
businessObjectDefinitionEntity - the business object definition entity to modifymodificationType - the type of modificationpublic void modifyBusinessObjectDefinitionsInSearchIndex(List<BusinessObjectDefinitionEntity> businessObjectDefinitionEntityList, String modificationType)
businessObjectDefinitionEntityList - the business object definition entities to modifymodificationType - the type of modificationpublic void modifyTagInSearchIndex(TagEntity tagEntity, String modificationType)
tagEntity - the tag entity to modifymodificationType - the type of modificationCopyright © 2021. All rights reserved.