public interface StatusUpdate
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getChannelIds() |
java.lang.String |
getMessage() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeToLinkTo()
Returns a
NodeRef. |
java.lang.String getMessage()
java.util.Set getChannelIds()
Set of String identifiers indicating which Channel the status update will be published to.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.NodeRef to link to.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.