Package org.alfresco.repo.rendition2
Class RenditionEventProcessor
java.lang.Object
org.alfresco.repo.rendition2.RenditionEventProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
Rendition processor for on content update raw event.
- Author:
- Cristian Turlica
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.camel.Exchange exchange) voidsetMessagingObjectMapper(com.fasterxml.jackson.databind.ObjectMapper messagingObjectMapper) voidsetRenditionService2(RenditionService2Impl renditionService2) voidsetTransactionService(TransactionService transactionService)
-
Constructor Details
-
RenditionEventProcessor
public RenditionEventProcessor()
-
-
Method Details
-
setRenditionService2
-
setMessagingObjectMapper
public void setMessagingObjectMapper(com.fasterxml.jackson.databind.ObjectMapper messagingObjectMapper) -
setTransactionService
-
process
- Specified by:
processin interfaceorg.apache.camel.Processor- Throws:
Exception
-