Uses of Class
lumis.socialnetworkintegration.SocialNetwork
-
Packages that use SocialNetwork Package Description lumis.socialnetworkintegration Provides the core social network integration management operations. -
-
Uses of SocialNetwork in lumis.socialnetworkintegration
Methods in lumis.socialnetworkintegration that return SocialNetwork Modifier and Type Method Description SocialNetwork
SocialNetworkApplication. getSocialNetwork()
Returns the social network the application is associated to.Methods in lumis.socialnetworkintegration with parameters of type SocialNetwork Modifier and Type Method Description static ISocialNetworkConnector
SocialNetworkConnectorFactory. getConnector(SocialNetwork socialNetwork)
Returns the most adequate social network connector for the given social network.void
SocialNetworkApplication. setSocialNetwork(SocialNetwork socialNetwork)
Sets the social network the application belongs to.
-