org.alfresco.service.cmr.publishing
Class BaseNodePublishStatus

java.lang.Object
  extended by org.alfresco.service.cmr.publishing.BaseNodePublishStatus
All Implemented Interfaces:
NodePublishStatus
Direct Known Subclasses:
NodePublishStatusNotPublished, NodePublishStatusOnQueue, NodePublishStatusPublished, NodePublishStatusPublishedAndOnQueue

public abstract class BaseNodePublishStatus
extends java.lang.Object
implements NodePublishStatus

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.publishing.NodePublishStatus
NodePublishStatus.Status
 
Constructor Summary
BaseNodePublishStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String channelName)
           
 
Method Summary
 java.lang.String getChannelId()
          
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.service.cmr.publishing.NodePublishStatus
getStatus, visit
 

Constructor Detail

BaseNodePublishStatus

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

getNodeRef

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

Specified by:
getNodeRef in interface NodePublishStatus

getChannelId

public java.lang.String getChannelId()

Specified by:
getChannelId in interface NodePublishStatus


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