Uses of Class
lumis.socialnetworkintegration.SocialNetworkAccount
-
Packages that use SocialNetworkAccount Package Description lumis.content.socialnetwork.integration This package contains entities that are responsible for the integration between "Content" and "SocialNetworkIntegration" components.lumis.socialnetworkintegration Provides the core social network integration management operations.lumis.socialnetworkintegration.connector Provides social network integration connectors. -
-
Uses of SocialNetworkAccount in lumis.content.socialnetwork.integration
Methods in lumis.content.socialnetwork.integration that return SocialNetworkAccount Modifier and Type Method Description SocialNetworkAccount
SocialNetworkAccountServiceInstanceAssociation. getAccount()
Returns the account.Methods in lumis.content.socialnetwork.integration with parameters of type SocialNetworkAccount Modifier and Type Method Description void
SocialNetworkAccountServiceInstanceAssociation. setAccount(SocialNetworkAccount account)
Sets the account.Constructors in lumis.content.socialnetwork.integration with parameters of type SocialNetworkAccount Constructor Description SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account, String serviceInstanceId)
Creates a new social network service instance association. -
Uses of SocialNetworkAccount in lumis.socialnetworkintegration
Methods in lumis.socialnetworkintegration that return SocialNetworkAccount Modifier and Type Method Description SocialNetworkAccount
SocialNetworkApplication. addAccount(boolean enabled, boolean isAllServiceInstances)
Adds an account to this application.SocialNetworkAccount
SocialNetworkMessageQueueItem. getAccount()
Returns the social network account this item belongs to.SocialNetworkAccount
SocialNetworkMessage. getNetworkAccount()
Returns the account that published this message.Methods in lumis.socialnetworkintegration that return types with arguments of type SocialNetworkAccount Modifier and Type Method Description Set<SocialNetworkAccount>
SocialNetworkApplication. getAccounts()
Returns the accounts.Methods in lumis.socialnetworkintegration with parameters of type SocialNetworkAccount Modifier and Type Method Description void
ISocialNetworkConnector. callback(String returnedValue, SocialNetworkAccount account, Map<String,Object> stored)
Executes the callback after application/account authorization.void
SocialNetworkMessageQueueItem. setAccount(SocialNetworkAccount account)
Sets the social network account this item belongs to.void
SocialNetworkMessage. setNetworkAccount(SocialNetworkAccount account)
Sets the account that published this message.Method parameters in lumis.socialnetworkintegration with type arguments of type SocialNetworkAccount Modifier and Type Method Description void
SocialNetworkApplication. setAccounts(Set<SocialNetworkAccount> accounts)
Sets the accounts.Constructors in lumis.socialnetworkintegration with parameters of type SocialNetworkAccount Constructor Description SocialNetworkMessage(SocialNetworkAccount account, String messageContent, Date publishDate)
Creates a newSocialNetworkMessage
using the givenaccount
with the given message and publishing date. -
Uses of SocialNetworkAccount in lumis.socialnetworkintegration.connector
Methods in lumis.socialnetworkintegration.connector with parameters of type SocialNetworkAccount Modifier and Type Method Description void
FacebookConnector. callback(String returnedValue, SocialNetworkAccount account, Map<String,Object> stored)
void
TwitterConnector. callback(String returnedValue, SocialNetworkAccount account, Map<String,Object> stored)
com.restfb.Connection<com.restfb.types.Account>
FacebookConnector. getProfileAccounts(SocialNetworkAccount account)
Get all available accounts for the currently logged in user.
-