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: […]
Testing 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 […]
Alfresco 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? […]
Angular 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 […]
Angular 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 […]
Starting 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 […]