org.alfresco.service.cmr.publishing
Class NodePublishStatusNotPublished

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

public class NodePublishStatusNotPublished
extends BaseNodePublishStatus

Since:
4.0

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

NodePublishStatusNotPublished

public NodePublishStatusNotPublished(org.alfresco.service.cmr.repository.NodeRef node,
                                     java.lang.String channelName)
Parameters:
node -
environment -
channelName - TODO
Method Detail

visit

public java.lang.Object visit(NodePublishStatusVisitor visitor)


getStatus

public NodePublishStatus.Status getStatus()



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