org.alfresco.service.cmr.publishing
Interface NodePublishStatus

All Known Implementing Classes:
BaseNodePublishStatus, NodePublishStatusNotPublished, NodePublishStatusOnQueue, NodePublishStatusPublished, NodePublishStatusPublishedAndOnQueue

public interface NodePublishStatus

Since:
4.0

Nested Class Summary
static class NodePublishStatus.Status
           
 
Method Summary
 java.lang.String getChannelId()
           
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 NodePublishStatus.Status getStatus()
           
 java.lang.Object visit(NodePublishStatusVisitor visitor)
           
 

Method Detail

visit

java.lang.Object visit(NodePublishStatusVisitor visitor)

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()

getStatus

NodePublishStatus.Status getStatus()

getChannelId

java.lang.String getChannelId()


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