org.alfresco.service.cmr.publishing
Class NodePublishStatusOnQueue

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

public class NodePublishStatusOnQueue
extends BaseNodePublishStatus

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.publishing.NodePublishStatus
NodePublishStatus.Status
 
Constructor Summary
NodePublishStatusOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String channelName, PublishingEvent queuedEvent)
           
 
Method Summary
 PublishingEvent getQueuedPublishingEvent()
           
 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

NodePublishStatusOnQueue

public NodePublishStatusOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                java.lang.String channelName,
                                PublishingEvent queuedEvent)
Method Detail

visit

public java.lang.Object visit(NodePublishStatusVisitor visitor)


getQueuedPublishingEvent

public PublishingEvent getQueuedPublishingEvent()

getStatus

public NodePublishStatus.Status getStatus()



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