Customising Alfresco Live Search

By Seed IM

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 More

Options for Integrating with External Applications using Receive Tasks and Triggers

By Seed IM

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 More

Activiti Message Signal Thrower

By Seed IM

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 More

Embedding Spring bean within Java Delegate in Activiti

By Seed IM

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 More

Setting up Alfresco Process Services Maven Repository

By Seed IM

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 More

Alfresco javascript console remove aspect example

By Seed IM

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 More

Dealing with CSRF for creating a site in Alfresco 5.1

By Seed IM

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 More

Testing Alfresco Repository Actions using Junit and Alfresco SDK

By Seed IM

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 More

Alfresco One Records Management (RM 2.5)

By Seed IM

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 More

Angular 2 and Alfresco

By Seed IM

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 More

Angular 2 Template Based Form

By Seed IM

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 More

Starting with Stanbol

By Seed IM

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

Find Out How A Custom ECM Solution Will Grow Your Business