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
  • Field Details

    • collection

      protected String collection
    • type

      protected String type
    • name

      protected String name
  • Constructor Details

    • SearchEntryId

      public SearchEntryId(String collection, String type, String name)
      Constructor creates entry id
      Parameters:
      collection -
      type -
      name -
      eXo level API
      Experimental
  • Method Details

    • getCollection

      public String getCollection()
      Get collection
      Returns:
      String
      eXo level API
      Experimental
    • getType

      public String getType()
      Get type
      Returns:
      String
      eXo level API
      Experimental
    • getName

      public String getName()
      Get name
      Returns:
      String
      eXo level API
      Experimental
    • toString

      public String toString()
      Overrides:
      toString in class Object