org.alfresco.repo.publishing
Class Environment

java.lang.Object
  extended by org.alfresco.repo.publishing.Environment

public class Environment
extends java.lang.Object

Since:
4.0

Constructor Summary
Environment(org.alfresco.service.cmr.repository.NodeRef nodeRef, PublishingQueueImpl queue, org.alfresco.service.cmr.repository.NodeRef channelsContainer)
           
 
Method Summary
 org.alfresco.service.cmr.repository.NodeRef getChannelsContainer()
           
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 PublishingQueueImpl getPublishingQueue()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                   PublishingQueueImpl queue,
                   org.alfresco.service.cmr.repository.NodeRef channelsContainer)
Method Detail

getPublishingQueue

public PublishingQueueImpl getPublishingQueue()


getChannelsContainer

public org.alfresco.service.cmr.repository.NodeRef getChannelsContainer()
Returns:
the channelsContainer

getNodeRef

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


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