public class StatusUpdateImpl extends java.lang.Object implements StatusUpdate
| Constructor and Description |
|---|
StatusUpdateImpl(java.lang.String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
java.util.Collection channelNames) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getChannelIds() |
java.lang.String |
getMessage() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeToLinkTo()
Returns a
NodeRef. |
public StatusUpdateImpl(java.lang.String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
java.util.Collection channelNames)
public java.lang.String getMessage()
getMessage in interface StatusUpdatepublic java.util.Set getChannelIds()
getChannelIds in interface StatusUpdateSet of String identifiers indicating which Channel the status update will be published to.public org.alfresco.service.cmr.repository.NodeRef getNodeToLinkTo()
NodeRef. The returned NodeRef is one of the NodeRefs to be published by the associated PublishingEvent. The status update message will have a URL appended to it which links to the published resource represented by this NodeRef.getNodeToLinkTo in interface StatusUpdateNodeRef to link to.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.