Modifier and Type | Class and Description |
---|---|
class |
ChannelImpl |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelHelper.buildChannelObject(org.alfresco.service.cmr.repository.NodeRef nodeRef,
ChannelService channelService) |
Channel |
ChannelServiceImpl.createChannel(String channelTypeId,
String name,
Map<org.alfresco.service.namespace.QName,Serializable> properties)
Create a new channel of the specified channel type on the specified Share site with the specified name and properties.
|
Channel |
ChannelServiceImpl.getChannelById(String id)
Retrieve the channel with the given id.
|
Channel |
ChannelServiceImpl.getChannelByName(String channelName)
Retrieve the channel with the given channel name.
|
Modifier and Type | Method and Description |
---|---|
List<Channel> |
ChannelHelper.filterAuthorisedChannels(Collection<Channel> channels) |
List<Channel> |
ChannelHelper.getAllChannels(org.alfresco.service.cmr.repository.NodeRef channelContainer,
ChannelService channelService) |
List<Channel> |
ChannelServiceImpl.getAuthorisedStatusUpdateChannels() |
List<Channel> |
ChannelServiceImpl.getChannels()
Retrieve all the channels.
|
List<Channel> |
ChannelHelper.getChannelsByType(org.alfresco.service.cmr.repository.NodeRef containerNode,
String channelTypeId,
ChannelService channelService,
boolean checkPermissions) |
List<Channel> |
ChannelHelper.getChannelsForTypes(org.alfresco.service.cmr.repository.NodeRef containerNode,
List<ChannelType> types,
ChannelService channelService,
boolean checkPermissions) |
List<Channel> |
ChannelServiceImpl.getPublishingChannels(boolean filterByPublishPermission)
Returns a list of all the channels that are capable of publishing in the specified Share site.
|
List<Channel> |
ChannelServiceImpl.getRelevantPublishingChannels(org.alfresco.service.cmr.repository.NodeRef nodeToPublish)
Returns a list of all the channels that are capable of publishing the specified NodeRef.
|
List<Channel> |
ChannelServiceImpl.getStatusUpdateChannels(boolean filterByPublishPermission)
Returns all
Channel s cpaable of performing a status update for the given Share Site. |
Modifier and Type | Method and Description |
---|---|
ChannelType.AuthStatus |
AbstractChannelType.acceptAuthorisationCallback(Channel channel,
Map<String,String[]> callbackHeaders,
Map<String,String[]> callbackParams) |
void |
ChannelServiceImpl.deleteChannel(Channel channel)
Remove the specified channel.
|
ChannelType.AuthUrlPair |
AbstractOAuth1ChannelType.getAuthorisationUrls(Channel channel,
String callbackUrl) |
ChannelType.AuthUrlPair |
MockChannelType.getAuthorisationUrls(Channel channel,
String callbackUrl) |
ChannelType.AuthUrlPair |
AbstractChannelType.getAuthorisationUrls(Channel channel,
String callbackUrl) |
protected ChannelType.AuthStatus |
AbstractOAuth1ChannelType.internalAcceptAuthorisation(Channel channel,
Map<String,String[]> callbackHeaders,
Map<String,String[]> callbackParams) |
protected ChannelType.AuthStatus |
AbstractChannelType.internalAcceptAuthorisation(Channel channel,
Map<String,String[]> callbackHeaders,
Map<String,String[]> callbackParams) |
void |
ChannelServiceImpl.renameChannel(Channel channel,
String newName)
Rename the specified channel
|
void |
PublishingEventProcessor.sendStatusUpdate(Channel publishChannel,
StatusUpdate update) |
void |
MockChannelType.sendStatusUpdate(Channel channel,
String status)
Send the specified status update to the specified channel
|
void |
AbstractChannelType.sendStatusUpdate(Channel channel,
String status) |
void |
ChannelServiceImpl.updateChannel(Channel channel,
Map<org.alfresco.service.namespace.QName,Serializable> properties)
Update the properties of the specified channel.
|
Modifier and Type | Method and Description |
---|---|
List<Channel> |
ChannelHelper.filterAuthorisedChannels(Collection<Channel> channels) |
Modifier and Type | Method and Description |
---|---|
ChannelType.AuthUrlPair |
FacebookChannelType.getAuthorisationUrls(Channel channel,
String callbackUrl) |
protected ChannelType.AuthStatus |
FacebookChannelType.internalAcceptAuthorisation(Channel channel,
Map<String,String[]> callbackHeaders,
Map<String,String[]> callbackParams) |
void |
FacebookChannelType.sendStatusUpdate(Channel channel,
String status) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedInChannelType.sendStatusUpdate(Channel channel,
String status) |
Modifier and Type | Method and Description |
---|---|
void |
TwitterChannelType.sendStatusUpdate(Channel channel,
String status) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ChannelAuthHelper.buildAuthorisationModel(Channel channel) |
Map<String,Object> |
PublishingModelBuilder.buildChannel(Channel channel) |
static String |
PublishingModelBuilder.getUrl(Channel channel) |
void |
PublishingJsonParser.updateChannel(Channel channel,
String jsonStr,
ChannelService channelService) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
PublishingModelBuilder.buildChannels(List<Channel> channels) |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelService.createChannel(String channelTypeId,
String name,
Map<org.alfresco.service.namespace.QName,Serializable> properties)
Create a new channel of the specified channel type on the specified Share site with the specified name and properties.
|
Channel |
ChannelService.getChannelById(String id)
Retrieve the channel with the given id.
|
Channel |
ChannelService.getChannelByName(String channelName)
Retrieve the channel with the given channel name.
|
Modifier and Type | Method and Description |
---|---|
List<Channel> |
ChannelService.getChannels()
Retrieve all the channels.
|
List<Channel> |
ChannelService.getPublishingChannels(boolean filterByPublishPermission)
Returns a list of all the channels that are capable of publishing in the specified Share site.
|
List<Channel> |
ChannelService.getRelevantPublishingChannels(org.alfresco.service.cmr.repository.NodeRef nodeToPublish)
Returns a list of all the channels that are capable of publishing the specified NodeRef.
|
List<Channel> |
ChannelService.getStatusUpdateChannels(boolean filterByPublishPermission)
Returns all
Channel s cpaable of performing a status update for the given Share Site. |
Modifier and Type | Method and Description |
---|---|
ChannelType.AuthStatus |
ChannelType.acceptAuthorisationCallback(Channel channel,
Map<String,String[]> callbackHeaders,
Map<String,String[]> callbackParams)
This operation is called after the service provider represented by this channel type has redirected the user
back to Alfresco.
|
void |
ChannelService.deleteChannel(Channel channel)
Remove the specified channel.
|
ChannelType.AuthUrlPair |
ChannelType.getAuthorisationUrls(Channel channel,
String alfrescoCallbackUrl)
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.
|
void |
ChannelService.renameChannel(Channel channel,
String newName)
Rename the specified channel
|
void |
ChannelType.sendStatusUpdate(Channel channel,
String status)
Send the specified status update to the specified channel
|
void |
ChannelService.updateChannel(Channel channel,
Map<org.alfresco.service.namespace.QName,Serializable> properties)
Update the properties of the specified channel.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.