Category: JEE
-
Copy Alfresco’s Audit to Elastic Search: ACS -> ES
Audit Replication of Alfresco Content Services (ACS) to Elastic Search using Spring Boot and Apache Camel. This project uses a Pull/Push integration model, where the ACS audit stream is pulled from the Rest API, and pushed over to Elastic Search. Once audit data is in Elastic Search, the Kibana UI can plug in to generate…
-
Adding an evaluation filter to Alfresco’s form config
The Surf based Alfresco Share web application provides a highly customizable framework that allows you to override and customize the user interface via the share-config-custom.xml file. In this file, an evaluator element <config evaluator=”” condition=””> is used to target the elements for customization. These evaluators are managed by the SpringSurf XmlConfigService. This service is extended by…
-
Space Cleanup: Rules, Space Templates and Action!
Sometimes you may want a work space or directory to be deleted when it becomes empty. For instance, you may have a temporary directory to share files for review or collaboration. The workspace or folder will remain available until the reviews and collaborations have been completed and the documents filed or moved into their designated…
-
Alfresco Workflow Form with Upload functionality
Alfresco Activiti workflow form control override with upload functionality that makes use of the following concepts: Custom Action Executer Space Templates Modified / Extended Server side javascript webscript OnBootstrap Initializer Surf widget extension Surf components override Surf components widget reuse Alfresco Form Controls Dependencies Alfresco Enterprise 4.2.2 Maven 3.x JDK 7.x Installation git clone [git-repo-url]…