org.alfresco.repo.publishing
Class PublishingEventProcessor
java.lang.Object
org.alfresco.repo.publishing.PublishingEventProcessor
public class PublishingEventProcessor
- extends java.lang.Object
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishingEventProcessor
public PublishingEventProcessor()
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.