Uses of Class
org.exoplatform.commons.api.indexing.data.SearchEntryId

Packages that use SearchEntryId
org.exoplatform.commons.api.indexing Provides the class API that other 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
abstract  void IndexingService.delete(SearchEntryId id)
          Delete entry by id
abstract  void IndexingService.update(SearchEntryId id, Map<String,Object> changes)
          Update entry
 

Uses of SearchEntryId in org.exoplatform.commons.api.indexing.data
 

Fields in org.exoplatform.commons.api.indexing.data declared as SearchEntryId
protected  SearchEntryId SearchEntry.id
           
 

Methods in org.exoplatform.commons.api.indexing.data that return SearchEntryId
 SearchEntryId SearchEntry.getId()
          Get entry id
 

Methods in org.exoplatform.commons.api.indexing.data with parameters of type SearchEntryId
 void SearchEntry.setId(SearchEntryId id)
          Set entry id
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.