Customising Alfresco Live Search
When a user starts typing a search-term in the Alfresco Share Search Box on the main menu bar, a live search is executed and the result is shown in a drop down list. By default the live search only searches for documents, people and sites. So in this blog we’ll show how to change the […]
Read MoreOptions for Integrating with External Applications using Receive Tasks and Triggers
This blog discusses a number of ways to write workflows that integrate with an external application asynchronously. In particular, how to handle the case when you need to wait for the external application to return for an unknown and varied period. Receive Task The BPMN standard has defined a Receive Task to manage an asynchronous […]
Read MoreActiviti Message Signal Thrower
Out of the box, Activiti provides throw a signal element which can be used to start another workflow or another task but there is no throw a message element as such. A message is more of complex kind of signal and the main difference between a signal and message is that the message has a […]
Read MoreEmbedding Spring bean within Java Delegate in Activiti
In our blog Activiti Service Task, we showed how to implement a service task by either using a Java Delegate or a Spring Bean. But Alfresco recommends embedding or calling Spring Beans from within a Java Delegate Activiti as best-approach. So extending our Activiti Service Task blog, we are going to show how to embed […]
Read MoreSetting up Alfresco Process Services Maven Repository
Alfresco Process Services is an enterprise Business Process Management (BPM) solution which is powered by the high performance open-source business process engine based on Activiti. Alfresco Process Services provides a powerful suite of end user tools and can integrate with a enterprise systems such as Alfresco Content Services, Box and Google Drive. When customizing, overriding, […]
Read MoreAlfresco javascript console remove aspect example
Let say that we have an aspect and we want to remove that aspect from some nodes that have certain ids Just showing the nodes logger.debug(“INIT rm aspect”); var idList = [ “1788”, “1789”, “1790” ]; for(i = 0; i < idList.length; i++){ var query = “ASPECT:\”ca:customAspect\” AND @ca\\:docId:\””+ idList[i] +”\””; logger.debug(“QUERY:” + query); var […]
Read MoreDealing with CSRF for creating a site in Alfresco 5.1
There is a webscript in share for creating a site in Alfresco (‘service/modules/create-site’). In the body of the request you can define : visibility: ‘PUBLIC’, ‘MODERATED’ and ‘PRIVATE’ title: The name of the site, shortName: The short name for the site, this parameter will appear in the URL, it should be a valid shortName. description: […]
Read MoreTesting Alfresco Repository Actions using Junit and Alfresco SDK
When developing with Alfresco it is often necessary to use a Repository Action to execute some function against a document. For example to automatically apply some metadata values and move the document to a new folder based on its lifecycle. Information on the Action framework can be found here . It is therefore importance to understand […]
Read MoreAlfresco One Records Management (RM 2.5)
A couple of months ago, Alfresco released the latest version of its Records Management module, so we thought we would write a blog about the main feature of RM 2.5. Branded as Alfresco One Records Management Module, RM 2.5 main feature is about security control and classification lifecycle. What is classification and why it’s important? […]
Read MoreAngular 2 and Alfresco
As mentioned in our previous blog on Angular 2, we recently implemented an angular application which gathers data, connects to Alfresco and populates it as metadata in Alfresco; so as a continuation of that, this blog will focus more on the Angular Service, Method calls and connection to Alfresco. Angular 2 Service An Angular 2 […]
Read MoreAngular 2 Template Based Form
With the release of Angular 2 just around the corner and also Alfresco’s announcement of enhanced support for Angular 2, we thought it would be a great idea to start a blog series on Angular2 and share our experience with Angular 2 since we recently implemented an angular application which gathers data, connect to Alfresco […]
Read MoreStarting with Stanbol
What is Stanbol? Stanbol is an application that in simple words allow to obtain aditional information from a document. For example, if I have a text who talk about the Romans emperors and I pass it through Stanbol, it will infer the language of the text (e.g. English) and the entities present in the text […]
Read More- « Previous
- 1
- 2
- 3
- 4
- Next »