Package | Description |
---|---|
lumis.content.control.publishtosocialnetwork |
Provides the controls used to publish messages to social networks.
|
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 |
---|---|
SocialNetworkMessage |
SocialNetworkMessageWrapper.getMessage()
Returns the message in question
|
Modifier and Type | Method and Description |
---|---|
SocialNetworkMessage |
ContentMessageIntegration.getMessage()
Returns the message.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentMessageIntegration.setMessage(SocialNetworkMessage message)
Sets the message.
|
Constructor and Description |
---|
ContentMessageIntegration(ContentLocale contentLocale,
SocialNetworkMessage message)
Creates a new content message integration.
|
Modifier and Type | Method and Description |
---|---|
SocialNetworkMessage |
SocialNetworkAccount.addMessage(String messageContent,
Date publishDate)
Adds a message using this account.
|
Modifier and Type | Method and Description |
---|---|
String |
ISocialNetworkConnector.publish(SocialNetworkMessage message)
Calls the social network's publish method (varies according to network).
|
void |
ISocialNetworkConnector.remove(SocialNetworkMessage message)
Calls the social network's remove method (varies according to network) if
there is one.
|
String |
ISocialNetworkConnector.update(SocialNetworkMessage message)
Calls the social network's update method (varies according to network) if
there is one.
|
Modifier and Type | Method and Description |
---|---|
String |
FacebookConnector.publish(SocialNetworkMessage message) |
String |
TwitterConnector.publish(SocialNetworkMessage message) |
void |
FacebookConnector.remove(SocialNetworkMessage message) |
void |
TwitterConnector.remove(SocialNetworkMessage message) |
String |
FacebookConnector.update(SocialNetworkMessage message) |
String |
TwitterConnector.update(SocialNetworkMessage message) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.