public class SlideShareChannelType extends AbstractChannelType
ChannelType.AuthStatus, ChannelType.AuthUrlPair| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
SlideShareChannelType() |
| 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?
|
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.util.Set |
getSupportedMimeTypes()
Returns the set of MIME types supported by channels of this type.
|
void |
publish(org.alfresco.service.cmr.repository.NodeRef nodeToPublish,
java.util.Map properties) |
void |
setContentService(ContentService contentService) |
void |
setPublishingHelper(SlideSharePublishingHelper publishingHelper) |
void |
setTaggingService(TaggingService taggingService) |
void |
setTimeoutMilliseconds(long timeoutMilliseconds) |
void |
unpublish(org.alfresco.service.cmr.repository.NodeRef nodeToUnpublish,
java.util.Map properties) |
acceptAuthorisationCallback, getAuthorisationUrls, getChannelService, getEncryptor, getIcon, getIconFileExtension, getMaximumStatusLength, getNodeService, getNodeUrl, getSupportedContentTypes, getTitle, internalAcceptAuthorisation, sendStatusUpdate, setChannelService, setEncryptor, setNodeServicepublic static final java.lang.String ID
public void setPublishingHelper(SlideSharePublishingHelper publishingHelper)
public void setContentService(ContentService contentService)
public void setTaggingService(TaggingService taggingService)
public void setTimeoutMilliseconds(long timeoutMilliseconds)
public boolean canPublish()
ChannelTypepublic boolean canPublishStatusUpdates()
ChannelTypepublic boolean canUnpublish()
ChannelTypepublic org.alfresco.service.namespace.QName getChannelNodeType()
ChannelTypepublic java.lang.String getId()
ChannelTypepublic java.util.Set getSupportedMimeTypes()
ChannelTypegetSupportedMimeTypes in interface ChannelTypegetSupportedMimeTypes in class AbstractChannelTypepublic void publish(org.alfresco.service.cmr.repository.NodeRef nodeToPublish,
java.util.Map properties)
publish in interface ChannelTypePublishingOperationspublish in class AbstractChannelTypepublic void unpublish(org.alfresco.service.cmr.repository.NodeRef nodeToUnpublish,
java.util.Map properties)
unpublish in interface ChannelTypePublishingOperationsunpublish in class AbstractChannelTypeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.