public class NodePublishStatusPublishedAndOnQueue extends BaseNodePublishStatus
NodePublishStatus.Status| Constructor and Description |
|---|
NodePublishStatusPublishedAndOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String channelName,
PublishingEvent queuedPublishingEvent,
PublishingEvent latestPublishingEvent) |
| Modifier and Type | Method and Description |
|---|---|
PublishingEvent |
getLatestPublishingEvent()
Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.
|
PublishingEvent |
getQueuedPublishingEvent() |
NodePublishStatus.Status |
getStatus() |
java.lang.Object |
visit(NodePublishStatusVisitor visitor) |
getChannelId, getNodeRefpublic NodePublishStatusPublishedAndOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String channelName,
PublishingEvent queuedPublishingEvent,
PublishingEvent latestPublishingEvent)
nodeRef - environment - channelName - TODOqueuedPublishingEvent - The next scheduled PublishingEvent on the PublishingQueuelatestPublishingEvent - The last PublishingEvent to successfully publish the node.public java.lang.Object visit(NodePublishStatusVisitor visitor)
public PublishingEvent getQueuedPublishingEvent()
public PublishingEvent getLatestPublishingEvent()
public NodePublishStatus.Status getStatus()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.