Promena Alfresco
This repository contains a set of modules that help integrate Alfresco with Promena.
Module
alfresco-promena-core
Contains PromenaTransformationExecutor
(to perform a transformation) and PromenaTransformationManager
(to wait for the result of a transformation execution). It also contains a set of interfaces and classes that help implement custom solutions (a connector for example).
alfresco-promena-connector-activemq
Provides ActiveMQPromenaTransformationExecutor
based on ActiveMQ.
alfresco-promena-connector-http
Provides HttpPromenaTransformationExecutor
based on HTTP.
alfresco-promena-transformer-rendition_6.1.2
& alfresco-promena-transformer-rendition_6.2.0
Replaces the standard Alfresco Transformer and Rendition system with the equivalent in Promena environment. The first one is for Alfresco Content Services 6.1.2 and the second one is for Alfresco Content Services 6.2.0.
alfresco-promena-transformer-rendition-predefined
Provides the equivalent to standard Alfresco Transformer and Rendition functionality:
- Rendition -
avatar32
,avatar
,imgpreview
,doclib
,medium
andpdf
- Content Transformer - conversion between various document formats
Development Guide
Explains and demonstrates how to implement custom solutions such as a connector, a content transformer, a rendition and a metadata saver.
Sample#Alfresco
There are several samples that demonstrate how to integrate Alfresco with Promena divided into 3 categories: communication, connector and transformer & rendition.