Uses of Class
org.exoplatform.commons.api.indexing.data.SearchEntryId
-
Packages that use SearchEntryId Package Description org.exoplatform.commons.api.indexing Provides the API that connectors might implement for indexing business.org.exoplatform.commons.api.indexing.data Provides the classes that defines pattern structures of data entry. -
-
Uses of SearchEntryId in org.exoplatform.commons.api.indexing
Methods in org.exoplatform.commons.api.indexing with parameters of type SearchEntryId Modifier and Type Method Description abstract voidIndexingService. delete(SearchEntryId id)Deletes a search entry by its Id.abstract voidIndexingService. update(SearchEntryId id, Map<String,Object> changes)Updates a search entry. -
Uses of SearchEntryId in org.exoplatform.commons.api.indexing.data
Fields in org.exoplatform.commons.api.indexing.data declared as SearchEntryId Modifier and Type Field Description protected SearchEntryIdSearchEntry. idMethods in org.exoplatform.commons.api.indexing.data that return SearchEntryId Modifier and Type Method Description SearchEntryIdSearchEntry. getId()Get entry idMethods in org.exoplatform.commons.api.indexing.data with parameters of type SearchEntryId Modifier and Type Method Description voidSearchEntry. setId(SearchEntryId id)Set entry id
-