Class ProfileIndexDocument

java.lang.Object
org.exoplatform.commons.search.domain.Document
org.exoplatform.social.core.jpa.search.ProfileIndexDocument

public class ProfileIndexDocument extends org.exoplatform.commons.search.domain.Document
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProfileIndexDocument(String id, String url, Date lastUpdatedDate, Set<String> permissions, Map<String,String> fields)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.exoplatform.commons.search.domain.Document

    addField, addField, addListField, getFields, getId, getLastUpdatedDate, getListFields, getPermissions, getSites, getTags, getUrl, setFields, setId, setLastUpdatedDate, setListFields, setPermissions, setPermissions, setSites, setTags, setUrl, toJsonObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • toJSON

      public String toJSON()
      Overrides:
      toJSON in class org.exoplatform.commons.search.domain.Document