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.
|
Modifier and Type | Method and Description |
---|---|
SocialNetworkAccount |
SocialNetworkAccountServiceInstanceAssociation.getAccount()
Returns the account.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialNetworkAccountServiceInstanceAssociation.setAccount(SocialNetworkAccount account)
Sets the account.
|
Constructor and Description |
---|
SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account,
String serviceInstanceId)
Creates a new social network service instance association.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<SocialNetworkAccount> |
SocialNetworkApplication.getAccounts()
Returns the accounts.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialNetworkApplication.setAccounts(Set<SocialNetworkAccount> accounts)
Sets the accounts.
|
Constructor and Description |
---|
SocialNetworkMessage(SocialNetworkAccount account,
String messageContent,
Date publishDate)
Creates a new
SocialNetworkMessage using the given
account with the given message and
publishing date. |
Modifier and Type | Method and 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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.