Class SocialNetworkingSiteFinder
- java.lang.Object
-
- org.gcube.social_networking.caches.SocialNetworkingSiteFinder
-
public class SocialNetworkingSiteFinder extends Object
When a notification needs to be sent, this class offers utility to discover (starting from the scope) the site information needed to build up the SocialNetworkingSite object (which, for instance, contains the portal email).- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SocialNetworkingSiteFindergetInstance()Retrieve the singleton instancestatic org.gcube.applicationsupportlayer.social.shared.SocialNetworkingSitegetSocialNetworkingSiteFromScope(String scope)Retrieve the SocialNetworkingSite given the scope
-
-
-
Method Detail
-
getInstance
public static SocialNetworkingSiteFinder getInstance()
Retrieve the singleton instance
-
getSocialNetworkingSiteFromScope
public static org.gcube.applicationsupportlayer.social.shared.SocialNetworkingSite getSocialNetworkingSiteFromScope(String scope)
Retrieve the SocialNetworkingSite given the scope- Parameters:
scope-- Returns:
-
-