|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.publishing.StatusUpdateImpl
public class StatusUpdateImpl
Constructor Summary | |
---|---|
StatusUpdateImpl(java.lang.String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
java.util.Collection channelNames)
|
Method Summary | |
---|---|
java.util.Set |
getChannelIds()
|
java.lang.String |
getMessage()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeToLinkTo()
Returns a NodeRef . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusUpdateImpl(java.lang.String message, org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo, java.util.Collection channelNames)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in interface StatusUpdate
public java.util.Set 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |