org.alfresco.service.cmr.publishing
Class NodePublishStatusPublished

java.lang.Object
  extended by org.alfresco.service.cmr.publishing.BaseNodePublishStatus
      extended by org.alfresco.service.cmr.publishing.NodePublishStatusPublished
All Implemented Interfaces:
NodePublishStatus

public class NodePublishStatusPublished
extends BaseNodePublishStatus

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.publishing.NodePublishStatus
NodePublishStatus.Status
 
Constructor Summary
NodePublishStatusPublished(org.alfresco.service.cmr.repository.NodeRef node, java.lang.String channelId, PublishingEvent lastEvent)
           
 
Method Summary
 PublishingEvent getLatestPublishingEvent()
          Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.
 NodePublishStatus.Status getStatus()
           
 java.lang.Object visit(NodePublishStatusVisitor visitor)
           
 
Methods inherited from class org.alfresco.service.cmr.publishing.BaseNodePublishStatus
getChannelId, getNodeRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePublishStatusPublished

public NodePublishStatusPublished(org.alfresco.service.cmr.repository.NodeRef node,
                                  java.lang.String channelId,
                                  PublishingEvent lastEvent)
Method Detail

visit

public java.lang.Object visit(NodePublishStatusVisitor visitor)

getLatestPublishingEvent

public PublishingEvent getLatestPublishingEvent()
Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.

Returns:

getStatus

public NodePublishStatus.Status getStatus()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.