public class FacebookChannelType extends AbstractChannelType
ChannelType.AuthStatus, ChannelType.AuthUrlPair| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_REDIRECT_URI |
static java.lang.String |
ID |
| Constructor and Description |
|---|
FacebookChannelType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPublish()
Does this channel type support publishing content?
|
boolean |
canPublishStatusUpdates()
Does this channel type support status updates?
|
boolean |
canUnpublish()
Does this channel type support unpublishing content? That is to say, once content has been published
to a channel of this type, can it later be removed from that channel?
|
ChannelType.AuthUrlPair |
getAuthorisationUrls(Channel channel,
java.lang.String callbackUrl)
When creating a new channel of this type, this operation is called to find out where the user should be taken
in order to authorise Alfresco to publish content / status updates to that channel.
|
org.alfresco.service.namespace.QName |
getChannelNodeType()
Each channel is stored in the repository as a node.
|
java.lang.String |
getId()
Returns the unique identifier of this channel type
|
java.lang.String |
getNodeUrl(org.alfresco.service.cmr.repository.NodeRef node)
Returns the URL for a piece of content represented by the supplied
node. |
protected ChannelType.AuthStatus |
internalAcceptAuthorisation(Channel channel,
java.util.Map callbackHeaders,
java.util.Map callbackParams) |
void |
sendStatusUpdate(Channel channel,
java.lang.String status)
Send the specified status update to the specified channel
|
void |
setPublishingHelper(FacebookPublishingHelper facebookPublishingHelper) |
void |
setRedirectUri(java.lang.String redirectUri) |
acceptAuthorisationCallback, getChannelService, getEncryptor, getIcon, getIconFileExtension, getMaximumStatusLength, getNodeService, getSupportedContentTypes, getSupportedMimeTypes, getTitle, publish, setChannelService, setEncryptor, setNodeService, unpublishpublic static final java.lang.String ID
public static final java.lang.String DEFAULT_REDIRECT_URI
public void setPublishingHelper(FacebookPublishingHelper facebookPublishingHelper)
public void setRedirectUri(java.lang.String redirectUri)
public boolean canPublish()
ChannelTypepublic boolean canPublishStatusUpdates()
ChannelTypepublic boolean canUnpublish()
ChannelTypepublic org.alfresco.service.namespace.QName getChannelNodeType()
ChannelTypepublic java.lang.String getId()
ChannelTypepublic void sendStatusUpdate(Channel channel, java.lang.String status)
ChannelTypesendStatusUpdate in interface ChannelTypesendStatusUpdate in class AbstractChannelTypepublic java.lang.String getNodeUrl(org.alfresco.service.cmr.repository.NodeRef node)
ChannelTypenode.getNodeUrl in interface ChannelTypegetNodeUrl in class AbstractChannelTypenode - The published content node in the live environment.public ChannelType.AuthUrlPair getAuthorisationUrls(Channel channel, java.lang.String callbackUrl)
ChannelTypegetAuthorisationUrls in interface ChannelTypegetAuthorisationUrls in class AbstractChannelTypechannel - The channel that needs to be authorised.callbackUrl - Where the user's browser needs to send the authorisation tokens once
the authorisation procedure is complete. If possible, the authorisation URL should include this information
so the service provider can send the tokens straight back to us via the browser without any intermediate steps
being needed.protected ChannelType.AuthStatus internalAcceptAuthorisation(Channel channel, java.util.Map callbackHeaders, java.util.Map callbackParams)
internalAcceptAuthorisation in class AbstractChannelTypeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.