Package lumis.socialnetworkintegration
Provides the core social network integration management operations.
This packages provides the API for accessing social network integration, including support for publishing to social networks.
Use the EntityManager
for persistence.
- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
Interface Summary Interface Description ISocialNetworkConnector The implementations of this interface should execute low level calls to the remote social network it belongs to. -
Class Summary Class Description SocialNetwork Represents a social network.SocialNetworkAccount Represents the account from which messages will be published to a socialSocialNetworkApplication Represents a specific application/portal in a social network.SocialNetworkConnectorFactory Factory for determining which social network connector to use.SocialNetworkIntegrationStringResource This string resource is used by Social Network Integration backend.SocialNetworkMessage Represents a message publishing in a social network application.SocialNetworkMessageQueueItem Represents the entity that is an item in the queue for social network message actions (publish, update and remove). -
Enum Summary Enum Description AuthenticationResponseValues Gives the enumeration of the possible values an authenticationResponse may have.SocialNetworkMessageStatus Social network message possible status. -
Exception Summary Exception Description ApplicationAccountDisableException Exception that represents a social network account or social network application disable.