Skip to content

Redpill-Linpro/alfresco-numbering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfresco Numbering

This module is sponsored by:

Description

This project contains features for generating unique sequences that can be used to number objects in Alfresco. The following UML diagram shows the structure of the component.

UML Diagram

Structure

The project consists of a repository module and a share module packaged as jar files.

Building & Installation

The build produces several jar files. Attach them to your own maven project using dependencies or put them under tomcat/shared/lib.

Repository dependency:

<dependency>
  <groupId>org.redpill-linpro.alfresco.numbering</groupId>
  <artifactId>alfresco-numbering-repo</artifactId>
  <version>1.2.0</version>
</dependency>

Maven repository:

<repository>
  <id>redpill-public</id>
  <url>http://maven.redpill-linpro.com/nexus/content/groups/public</url>
</repository>

The jar files are also downloadable from: https://maven.redpill-linpro.com/nexus/index.html#nexus-search;quick~alfresco-numbering

Usage

  • Refer to test-component-context.xml and NumberingComponentIntegrationTest.java for examples on how to use the component.
  • The SampleNumberingPolicy can be used as a sample when implementing policys that generate numbers.

License

This application is licensed under the LGPLv3 License. See the LICENSE file for details.

Authors

Marcus Svartmark - Redpill Linpro AB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages