Class IdentityFilterKey

java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.IdentityFilterKey
All Implemented Interfaces:
Serializable, CacheKey

public class IdentityFilterKey extends Object implements CacheKey
Immutable identity filter key. This key is used to cache the search results.
Version:
$Revision$
Author:
Alain Defrance
See Also:
  • Constructor Details

    • IdentityFilterKey

      public IdentityFilterKey(String providerId, String remoteId, org.exoplatform.social.core.profile.ProfileFilter filter)
      Constructor for case using remoteId as key.
      Parameters:
      providerId -
      remoteId -
      filter -
    • IdentityFilterKey

      public IdentityFilterKey(String providerId, org.exoplatform.social.core.profile.ProfileFilter filter)
  • Method Details

    • getProviderId

      public String getProviderId()
    • getName

      public String getName()
    • getPosition

      public String getPosition()
    • getCompany

      public String getCompany()
    • getSkills

      public String getSkills()
    • getExcluded

      public List<IdentityKey> getExcluded()