org.alfresco.repo.publishing
Class PublishingEventProcessor

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

public class PublishingEventProcessor
extends java.lang.Object

Since:
4.0

Constructor Summary
PublishingEventProcessor()
           
 
Method Summary
 void fail(org.alfresco.service.cmr.repository.NodeRef eventNode, java.lang.String msg)
           
 void processEventNode(org.alfresco.service.cmr.repository.NodeRef eventNode)
           
 void sendStatusUpdate(Channel publishChannel, StatusUpdate update)
           
 void setBehaviourFilter(BehaviourFilter behaviourFilter)
           
 void setChannelService(ChannelService channelService)
           
 void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
           
 void setPublishingEventHelper(PublishingEventHelper eventHelper)
           
 void setTransactionService(TransactionService transactionService)
           
 void setUrlShortener(UrlShortener urlShortener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishingEventProcessor

public PublishingEventProcessor()
Method Detail

processEventNode

public void processEventNode(org.alfresco.service.cmr.repository.NodeRef eventNode)

sendStatusUpdate

public void sendStatusUpdate(Channel publishChannel,
                             StatusUpdate update)

fail

public void fail(org.alfresco.service.cmr.repository.NodeRef eventNode,
                 java.lang.String msg)

setChannelService

public void setChannelService(ChannelService channelService)
Parameters:
channelService - the channelService to set

setPublishingEventHelper

public void setPublishingEventHelper(PublishingEventHelper eventHelper)
Parameters:
eventHelper - the Publishing Event Helper to set

setNodeService

public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Parameters:
nodeService - the nodeService to set

setBehaviourFilter

public void setBehaviourFilter(BehaviourFilter behaviourFilter)
Parameters:
behaviourFilter - the behaviourFilter to set

setUrlShortener

public void setUrlShortener(UrlShortener urlShortener)
Parameters:
urlShortener - the urlShortener to set

setTransactionService

public void setTransactionService(TransactionService transactionService)


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