|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.publishing.AbstractChannelType
org.alfresco.repo.publishing.AbstractOAuth1ChannelType
org.alfresco.repo.publishing.linkedin.LinkedInChannelType
public class LinkedInChannelType
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.publishing.channels.ChannelType |
---|
ChannelType.AuthStatus |
Field Summary | |
---|---|
static java.lang.String |
ID
|
Constructor Summary | |
---|---|
LinkedInChannelType()
|
Method Summary | |
---|---|
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 |
int |
getMaximumStatusLength()
If this channel type supports status updates then this operation returns the maximum permitted length of those status updates. |
java.lang.String |
getNodeUrl(org.alfresco.service.cmr.repository.NodeRef node)
Returns the URL for a piece of content represented by the supplied node . |
void |
sendStatusUpdate(Channel channel,
java.lang.String status)
Send the specified status update to the specified channel |
Methods inherited from class org.alfresco.repo.publishing.AbstractOAuth1ChannelType |
---|
getAuthorisationUrl, getConnectionForChannel, getOAuth1Parameters, getOAuthVerifierParamName, internalAcceptAuthorisation, setConnectionFactory |
Methods inherited from class org.alfresco.repo.publishing.AbstractChannelType |
---|
acceptAuthorisationCallback, getChannelService, getEncryptor, getIcon, getIconFileExtension, getNodeService, getSupportedContentTypes, getSupportedMimeTypes, publish, setChannelService, setEncryptor, setNodeService, unpublish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ID
Constructor Detail |
---|
public LinkedInChannelType()
Method Detail |
---|
public boolean canPublish()
ChannelType
public boolean canPublishStatusUpdates()
ChannelType
public boolean canUnpublish()
ChannelType
public org.alfresco.service.namespace.QName getChannelNodeType()
ChannelType
public java.lang.String getId()
ChannelType
public int getMaximumStatusLength()
AbstractChannelType
getMaximumStatusLength
in interface ChannelType
getMaximumStatusLength
in class AbstractChannelType
public void sendStatusUpdate(Channel channel, java.lang.String status)
ChannelType
sendStatusUpdate
in interface ChannelType
sendStatusUpdate
in class AbstractChannelType
public java.lang.String getNodeUrl(org.alfresco.service.cmr.repository.NodeRef node)
ChannelType
node
.
getNodeUrl
in interface ChannelType
getNodeUrl
in class AbstractChannelType
node
- The published content node in the live environment.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |