org.alfresco.service.cmr.publishing
Interface StatusUpdate
- All Known Implementing Classes:
- StatusUpdateImpl
public interface StatusUpdate
- Since:
- 4.0
getMessage
java.lang.String getMessage()
- Returns:
- the status message to be published.
getChannelIds
java.util.Set getChannelIds()
- Returns:
- a
Set
of String identifiers indicating which Channel
the status update will be published to.
getNodeToLinkTo
org.alfresco.service.cmr.repository.NodeRef getNodeToLinkTo()
- Returns a
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
.
- Returns:
- the
NodeRef
to link to.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.