public class StatusUpdateImpl extends Object implements StatusUpdate
Constructor and Description |
---|
StatusUpdateImpl(String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
Collection<String> channelNames) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getChannelIds() |
String |
getMessage() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeToLinkTo()
Returns a
NodeRef . |
public StatusUpdateImpl(String message, org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo, Collection<String> channelNames)
public String getMessage()
getMessage
in interface StatusUpdate
public Set<String> getChannelIds()
getChannelIds
in interface StatusUpdate
Set
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 NodeRef
s 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 StatusUpdate
NodeRef
to link to.Copyright © 2005–2017 Alfresco Software. All rights reserved.