Class SearchEntryId


  • public class SearchEntryId
    extends Object
    The class defines structure of id that specifies a unique entry
    eXo level API
    Experimental
    • Field Detail

      • collection

        protected String collection
    • Constructor Detail

      • SearchEntryId

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

      • 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