Class SearchEntryId
- java.lang.Object
-
- org.exoplatform.commons.api.indexing.data.SearchEntryId
-
public class SearchEntryId extends Object
The class defines structure of id that specifies a unique entry- eXo level API
- Experimental
-
-
Constructor Summary
Constructors Constructor Description SearchEntryId(String collection, String type, String name)Constructor creates entry id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollection()Get collectionStringgetName()Get nameStringgetType()Get typeStringtoString()
-