Class ActivityFavoriteACLPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.metadata.FavoriteACLPlugin
org.exoplatform.social.core.plugin.ActivityFavoriteACLPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ActivityFavoriteACLPlugin extends org.exoplatform.social.metadata.FavoriteACLPlugin
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActivityFavoriteACLPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canCreateFavorite(org.exoplatform.services.security.Identity userIdentity, String objectId)
     
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

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

    • ActivityFavoriteACLPlugin

      public ActivityFavoriteACLPlugin(org.exoplatform.social.core.manager.ActivityManager activityManager)
  • Method Details

    • getEntityType

      public String getEntityType()
      Specified by:
      getEntityType in class org.exoplatform.social.metadata.FavoriteACLPlugin
    • canCreateFavorite

      public boolean canCreateFavorite(org.exoplatform.services.security.Identity userIdentity, String objectId)
      Specified by:
      canCreateFavorite in class org.exoplatform.social.metadata.FavoriteACLPlugin